# WordPress MySQL database migration # # Generated: Thursday 18. September 2025 10:30 UTC # Hostname: localhost # Database: `bombora` # URL: //localhost/wordpress/bombora # Path: /Applications/MAMP/htdocs/wordpress/bombora # Tables: yswp_ba_commentmeta, yswp_ba_comments, yswp_ba_links, yswp_ba_options, yswp_ba_postmeta, yswp_ba_posts, yswp_ba_smush_dir_images, yswp_ba_term_relationships, yswp_ba_term_taxonomy, yswp_ba_termmeta, yswp_ba_terms, yswp_ba_usermeta, yswp_ba_users # Table Prefix: yswp_ba_ # Post Types: revision, acf-field, acf-field-group, attachment, customize_changeset, nav_menu_item, page, post, wp_navigation, wpcf7_contact_form # Protocol: http # Multisite: false # Subsite Export: false # -------------------------------------------------------- /*!40101 SET NAMES utf8mb4 */; SET sql_mode='NO_AUTO_VALUE_ON_ZERO'; # # Delete any existing table `yswp_ba_commentmeta` # DROP TABLE IF EXISTS `yswp_ba_commentmeta`; # # Table structure of table `yswp_ba_commentmeta` # CREATE TABLE `yswp_ba_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_commentmeta` # # # End of data contents of table `yswp_ba_commentmeta` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_comments` # DROP TABLE IF EXISTS `yswp_ba_comments`; # # Table structure of table `yswp_ba_comments` # CREATE TABLE `yswp_ba_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_comments` # INSERT INTO `yswp_ba_comments` ( `comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2025-09-09 06:52:19', '2025-09-09 06:52:19', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.', 0, 'post-trashed', '', 'comment', 0, 0) ; # # End of data contents of table `yswp_ba_comments` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_links` # DROP TABLE IF EXISTS `yswp_ba_links`; # # Table structure of table `yswp_ba_links` # CREATE TABLE `yswp_ba_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_links` # # # End of data contents of table `yswp_ba_links` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_options` # DROP TABLE IF EXISTS `yswp_ba_options`; # # Table structure of table `yswp_ba_options` # CREATE TABLE `yswp_ba_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=1678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_options` # INSERT INTO `yswp_ba_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'cron', 'a:14:{i:1758192740;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1758221552;a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1758225138;a:1:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1758226938;a:1:{s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1758228738;a:1:{s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1758240000;a:1:{s:22:"wdev_logger_clear_logs";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758264740;a:1:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758264752;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758264756;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758265095;a:1:{s:19:"wp_smush_daily_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1758610440;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1758696740;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1758793819;a:1:{s:27:"acf_update_site_health_data";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'on'), (2, 'siteurl', 'http://localhost/wordpress/bombora', 'on'), (3, 'home', 'http://localhost/wordpress/bombora', 'on'), (4, 'blogname', 'Bombora', 'on'), (5, 'blogdescription', '', 'on'), (6, 'users_can_register', '0', 'on'), (7, 'admin_email', 'creativewordpress1947@gmail.com', 'on'), (8, 'start_of_week', '1', 'on'), (9, 'use_balanceTags', '0', 'on'), (10, 'use_smilies', '1', 'on'), (11, 'require_name_email', '1', 'on'), (12, 'comments_notify', '', 'on'), (13, 'posts_per_rss', '10', 'on'), (14, 'rss_use_excerpt', '0', 'on'), (15, 'mailserver_url', 'mail.example.com', 'on'), (16, 'mailserver_login', 'login@example.com', 'on'), (17, 'mailserver_pass', '', 'on'), (18, 'mailserver_port', '110', 'on'), (19, 'default_category', '1', 'on'), (20, 'default_comment_status', 'open', 'on'), (21, 'default_ping_status', 'open', 'on'), (22, 'default_pingback_flag', '', 'on'), (23, 'posts_per_page', '10', 'on'), (24, 'date_format', 'F j, Y', 'on'), (25, 'time_format', 'g:i a', 'on'), (26, 'links_updated_date_format', 'F j, Y g:i a', 'on'), (27, 'comment_moderation', '', 'on'), (28, 'moderation_notify', '', 'on'), (29, 'permalink_structure', '/%postname%/', 'on'), (30, 'rewrite_rules', 'a:92:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=13&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'on'), (31, 'hack_file', '0', 'on'), (32, 'blog_charset', 'UTF-8', 'on'), (33, 'moderation_keys', '', 'off'), (34, 'active_plugins', 'a:5:{i:0;s:34:"-wps-hide-login/wps-hide-login.php";i:1;s:34:"advanced-custom-fields-pro/acf.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:31:"wp-migrate-db/wp-migrate-db.php";i:4;s:23:"wp-smushit/wp-smush.php";}', 'on'), (35, 'category_base', '', 'on'), (36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'), (37, 'comment_max_links', '2', 'on'), (38, 'gmt_offset', '0', 'on'), (39, 'default_email_category', '1', 'on'), (40, 'recently_edited', '', 'off'), (41, 'template', 'bombora', 'on'), (42, 'stylesheet', 'bombora', 'on'), (43, 'comment_registration', '', 'on'), (44, 'html_type', 'text/html', 'on'), (45, 'use_trackback', '0', 'on'), (46, 'default_role', 'subscriber', 'on'), (47, 'db_version', '60421', 'on'), (48, 'uploads_use_yearmonth_folders', '1', 'on'), (49, 'upload_path', '', 'on'), (50, 'blog_public', '0', 'on'), (51, 'default_link_category', '2', 'on'), (52, 'show_on_front', 'page', 'on'), (53, 'tag_base', '', 'on'), (54, 'show_avatars', '1', 'on'), (55, 'avatar_rating', 'G', 'on'), (56, 'upload_url_path', '', 'on'), (57, 'thumbnail_size_w', '150', 'on'), (58, 'thumbnail_size_h', '150', 'on'), (59, 'thumbnail_crop', '1', 'on'), (60, 'medium_size_w', '300', 'on'), (61, 'medium_size_h', '300', 'on'), (62, 'avatar_default', 'mystery', 'on'), (63, 'large_size_w', '1024', 'on'), (64, 'large_size_h', '1024', 'on'), (65, 'image_default_link_type', 'none', 'on'), (66, 'image_default_size', '', 'on'), (67, 'image_default_align', '', 'on'), (68, 'close_comments_for_old_posts', '', 'on'), (69, 'close_comments_days_old', '14', 'on'), (70, 'thread_comments', '1', 'on'), (71, 'thread_comments_depth', '5', 'on'), (72, 'page_comments', '', 'on'), (73, 'comments_per_page', '50', 'on'), (74, 'default_comments_page', 'newest', 'on'), (75, 'comment_order', 'asc', 'on'), (76, 'sticky_posts', 'a:0:{}', 'on'), (77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'auto'), (78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'auto'), (79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'auto'), (80, 'uninstall_plugins', 'a:0:{}', 'off'), (81, 'timezone_string', '', 'on'), (82, 'page_for_posts', '0', 'on'), (83, 'page_on_front', '13', 'on'), (84, 'default_post_format', '0', 'on'), (85, 'link_manager_enabled', '0', 'on'), (86, 'finished_splitting_shared_terms', '1', 'on'), (87, 'site_icon', '644', 'on'), (88, 'medium_large_size_w', '768', 'on'), (89, 'medium_large_size_h', '0', 'on'), (90, 'wp_page_for_privacy_policy', '3', 'on'), (91, 'show_comments_cookies_opt_in', '1', 'on'), (92, 'admin_email_lifespan', '1772952738', 'on'), (93, 'disallowed_keys', '', 'off'), (94, 'comment_previously_approved', '1', 'on'), (95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'), (96, 'auto_update_core_dev', 'enabled', 'on'), (97, 'auto_update_core_minor', 'enabled', 'on'), (98, 'auto_update_core_major', 'enabled', 'on'), (99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'), (100, 'wp_attachment_pages_enabled', '0', 'on') ; INSERT INTO `yswp_ba_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'initial_db_version', '60421', 'on'), (102, 'yswp_ba_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'on'), (103, 'fresh_site', '0', 'off'), (104, 'user_count', '1', 'off'), (105, 'widget_block', 'a:2:{i:2;a:1:{s:7:"content";s:73:"\n

Login

\n";}s:12:"_multiwidget";i:1;}', 'auto'), (106, 'sidebars_widgets', 'a:10:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:5:"login";a:1:{i:0;s:7:"block-2";}s:13:"bombora-links";a:1:{i:1;s:10:"nav_menu-2";}s:28:"professionals-advisers-links";a:1:{i:1;s:10:"nav_menu-3";}s:20:"life-insurance-links";a:1:{i:1;s:10:"nav_menu-4";}s:10:"contact-us";a:2:{i:3;s:10:"nav_menu-5";i:5;s:10:"nav_menu-6";}s:12:"privacy-menu";a:1:{i:0;s:10:"nav_menu-7";}s:9:"copyright";a:0:{}s:13:"array_version";i:3;}', 'auto'), (107, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (108, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (109, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (110, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (111, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (112, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (113, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (114, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (115, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (116, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (117, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (118, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (119, 'widget_nav_menu', 'a:7:{i:2;a:1:{s:8:"nav_menu";i:3;}i:3;a:1:{s:8:"nav_menu";i:4;}i:4;a:1:{s:8:"nav_menu";i:5;}i:5;a:1:{s:8:"nav_menu";i:6;}i:6;a:1:{s:8:"nav_menu";i:7;}i:7;a:1:{s:8:"nav_menu";i:8;}s:12:"_multiwidget";i:1;}', 'auto'), (120, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'), (125, 'theme_mods_twentytwentyfive', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1757401401;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}}}}', 'off'), (127, 'recovery_keys', 'a:1:{s:22:"EV17EEKCR5SaB9EnVAoh7s";a:2:{s:10:"hashed_key";s:49:"$generic$WeVLZi48LLzn6d0XfYHckCztfcEusgY8xC-xehvp";s:10:"created_at";i:1758172335;}}', 'off'), (140, 'can_compress_scripts', '0', 'on'), (152, 'recently_activated', 'a:0:{}', 'off'), (157, 'finished_updating_comment_type', '1', 'auto'), (161, 'wpcf7', 'a:2:{s:7:"version";s:5:"6.1.1";s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1757400854;s:7:"version";s:5:"6.1.1";s:11:"count_valid";i:1;s:13:"count_invalid";i:0;}}', 'auto'), (166, 'wp_smush_event_times', 'a:1:{s:16:"plugin_installed";i:1757401094;}', 'off'), (167, 'wp-smush-settings', 'a:33:{s:4:"auto";b:1;s:5:"lossy";i:0;s:10:"strip_exif";b:1;s:6:"resize";b:0;s:9:"detection";b:0;s:8:"original";b:0;s:6:"backup";b:0;s:8:"no_scale";b:0;s:10:"png_to_jpg";b:0;s:7:"nextgen";b:0;s:2:"s3";b:0;s:9:"gutenberg";b:0;s:10:"js_builder";b:0;s:5:"gform";b:0;s:3:"cdn";b:0;s:13:"auto_resizing";b:0;s:17:"cdn_dynamic_sizes";b:0;s:4:"webp";i:1;s:5:"usage";b:0;s:17:"accessible_colors";b:0;s:9:"keep_data";b:1;s:9:"lazy_load";b:0;s:17:"background_images";b:1;s:16:"rest_api_support";b:0;s:8:"webp_mod";b:0;s:16:"background_email";b:0;s:22:"webp_direct_conversion";b:0;s:13:"webp_fallback";b:0;s:15:"disable_streams";b:0;s:8:"avif_mod";b:0;s:13:"avif_fallback";b:0;s:16:"image_dimensions";b:0;s:14:"preload_images";b:0;}', 'auto'), (168, 'wp-smush-install-type', 'existing', 'off'), (169, 'wp-smush-version', '3.21.1', 'off'), (173, 'wpmudev_recommended_plugins_registered', 'a:1:{s:23:"wp-smushit/wp-smush.php";a:1:{s:13:"registered_at";i:1757401095;}}', 'off'), (174, 'wp_smush_pre_3_12_6_site', '0', 'off'), (175, 'wp_smush_global_stats', 'a:3:{s:25:"rescan_required_timestamp";i:1757401095;s:22:"image_attachment_count";i:8;s:22:"optimized_images_count";i:12;}', 'off'), (176, 'wp_smush_image_sizes_state', 'a:2:{s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:5:"width";s:3:"150";s:6:"height";s:3:"150";s:4:"crop";b:1;}s:6:"medium";a:3:{s:5:"width";s:3:"300";s:6:"height";s:3:"300";s:4:"crop";b:0;}s:5:"large";a:3:{s:5:"width";s:4:"1024";s:6:"height";s:4:"1024";s:4:"crop";b:0;}s:9:"1536x1536";a:3:{s:5:"width";i:1536;s:6:"height";i:1536;s:4:"crop";b:0;}s:9:"2048x2048";a:3:{s:5:"width";i:2048;s:6:"height";i:2048;s:4:"crop";b:0;}s:12:"medium_large";a:2:{s:5:"width";i:768;s:6:"height";i:0;}}s:4:"hash";i:46247379563;}', 'auto'), (195, 'current_theme', 'bombora', 'auto'), (196, 'theme_mods_bombora', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:6:"menu-1";i:2;}s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:8;}', 'on'), (197, 'theme_switched', '', 'auto'), (203, 'WPLANG', '', 'auto'), (204, 'new_admin_email', 'creativewordpress1947@gmail.com', 'auto'), (215, 'whl_page', 'secure-bombora-login', 'auto'), (216, 'whl_redirect_admin', '404', 'auto'), (223, 'wpmudev_notices', 'a:3:{s:7:"plugins";a:1:{s:5:"smush";i:1757401755;}s:5:"queue";a:1:{s:5:"smush";a:2:{s:4:"rate";i:1757401755;s:8:"giveaway";i:1757401755;}}s:4:"done";a:1:{s:5:"smush";a:1:{s:5:"email";i:1757652636;}}}', 'off'), (236, 'wpmdb_usage', 'a:2:{s:6:"action";s:8:"savefile";s:4:"time";i:1758191428;}', 'off'), (283, 'category_children', 'a:0:{}', 'auto'), (335, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'off'), (363, 'acf_version', '6.5.1', 'auto'), (369, 'acf_pro_license', 'YToyOntzOjM6ImtleSI7czo3NjoiYjNKa1pYSmZhV1E5TVRNNE5ESTBmSFI1Y0dVOVpHVjJaV3h2Y0dWeWZHUmhkR1U5TWpBeE9DMHdPQzB6TVNBeE1Eb3hOem96TVE9PSI7czozOiJ1cmwiO3M6MzQ6Imh0dHA6Ly9sb2NhbGhvc3Qvd29yZHByZXNzL2JvbWJvcmEiO30=', 'auto'), (375, 'site_logo', '8', 'auto'), (492, 'wp-smush-optimize-list', '', 'off'), (493, 'wp-smush-reoptimize-list', '', 'off'), (494, 'wp-smush-error-items-list', '413,414,415,416,469,470,473,499,500,501,502,503,504,505,506,507,508,541,562,569,570,571,580,581,582,583,584,585,586,628', 'off'), (495, 'wp-smush-ignored-items-list', '', 'off'), (496, 'wp-smush-animated-items-list', '', 'off'), (702, 'wp_smush_error_counts', '{"error_posting_to_api_ssl-error":2}', 'yes'), (703, 'wp-smush-optimization-global-stats', 'a:8:{s:4:"time";d:0.34;s:5:"bytes";i:47667;s:7:"percent";d:13.12;s:11:"size_before";i:363412;s:10:"size_after";i:315745;s:5:"count";i:4;s:14:"attachment_ids";s:15:"472,644,645,646";s:11:"lossy_count";i:0;}', 'off'), (1469, 'recovery_mode_email_last_sent', '1758172335', 'auto'), (1560, 'secret_key', 'tJ5^#JD8GZnSCl?6;W,V[#?]S;uauNuK*H \n
\n
\n [text* user-first-name placeholder "First Name*"]\n
\n
\n
\n
\n [text* user-last-name placeholder "Last Name*"]\n
\n
\n
\n
\n [email* user-email placeholder "Email*"]\n
\n
\n
\n
\n [text user-company placeholder "Company"]\n
\n
\n
\n
\n [tel* user-tel placeholder "Phone*"]\n
\n
\n
\n
\n [textarea user-msg placeholder] Message [/textarea]\n
\n
\n
\n [submit "SUBMIT"] \n
\n'), (4, 6, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:27:"New Enquiry | [_site_title]";s:6:"sender";s:46:"[_site_title] ";s:9:"recipient";s:19:"[_site_admin_email]";s:4:"body";s:10945:"\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n
\n \n \n \n
\n
\n \n \n \n \n \n \n
 \n \n \n \n \n \n \n Hi Admin,\n \n \n \n \n \n
\n
 
\n
\n \n \n \n \n
\n \n \n \n \n \n \n
 \n \n \n \n \n \n \n \n \n \n \n \n \n First Name:\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n [user-last-name]\n \n \n \n \n \n \n \n \n \n \n \n \n \n [user-email]\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n New Enquiry\n
\n [user-first-name]\n
\n Last Name:\n
\n Email:\n
\n Company:\n
\n [user-company]\n
\n Phone:\n
\n [user-tel]\n
\n Message:\n
\n [user-msg]\n
\n Best Regards,\n
\n Bombora Advice Pty Ltd.
\n
 
\n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n Need more help?\n \n \n \n \n
 \n \n Go to Website\n \n  
\n
\n \n \n \n \n \n \n © Copyright 2025 Bombora Advice Pty Ltd.\n \n \n \n \n \n
\n
\n\n\n";s:18:"additional_headers";s:22:"Reply-To: [user-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:1;s:13:"exclude_blank";b:1;}'), (5, 6, '_mail_2', 'a:9:{s:6:"active";b:1;s:7:"subject";s:25:"Thank You | [_site_title]";s:6:"sender";s:46:"[_site_title] ";s:9:"recipient";s:12:"[user-email]";s:4:"body";s:7880:"\n\n\n\n \n \n \n \n \n \n \n \n \n\n \n \n\n\n\n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n
\n \n \n \n
\n
\n \n \n \n \n \n \n
 \n \n \n \n \n \n \n Hello [your-name],\n \n \n \n \n \n
\n
 
\n
\n \n \n \n \n
\n \n \n \n \n \n \n
 \n \n \n \n \n \n \n \n \n \n \n \n \n Your submission has been received. We will Contact you shortly.\n \n \n \n \n \n\n \n \n Best Regards,\n \n \n \n \n Bombora Advice Pty Ltd. \n \n \n \n \n
\n Thank You!\n
\n
 
\n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n Need more help?\n \n \n \n \n
 \n \n logo\n \n  
\n
\n \n \n \n \n \n \n © Copyright 2025 Bombora Advice Pty Ltd.\n \n \n \n \n \n
\n
\n\n\n";s:18:"additional_headers";s:29:"Reply-To: [_site_admin_email]";s:11:"attachments";s:0:"";s:8:"use_html";b:1;s:13:"exclude_blank";b:1;}'), (6, 6, '_messages', 'a:22:{s:12:"mail_sent_ok";s:45:"Thank you for your message. It has been sent.";s:12:"mail_sent_ng";s:71:"There was an error trying to send your message. Please try again later.";s:16:"validation_error";s:61:"One or more fields have an error. Please check and try again.";s:4:"spam";s:71:"There was an error trying to send your message. Please try again later.";s:12:"accept_terms";s:69:"You must accept the terms and conditions before sending your message.";s:16:"invalid_required";s:27:"Please fill out this field.";s:16:"invalid_too_long";s:32:"This field has a too long input.";s:17:"invalid_too_short";s:33:"This field has a too short input.";s:13:"upload_failed";s:46:"There was an unknown error uploading the file.";s:24:"upload_file_type_invalid";s:49:"You are not allowed to upload files of this type.";s:21:"upload_file_too_large";s:31:"The uploaded file is too large.";s:23:"upload_failed_php_error";s:38:"There was an error uploading the file.";s:12:"invalid_date";s:41:"Please enter a date in YYYY-MM-DD format.";s:14:"date_too_early";s:32:"This field has a too early date.";s:13:"date_too_late";s:31:"This field has a too late date.";s:14:"invalid_number";s:22:"Please enter a number.";s:16:"number_too_small";s:34:"This field has a too small number.";s:16:"number_too_large";s:34:"This field has a too large number.";s:23:"quiz_answer_not_correct";s:36:"The answer to the quiz is incorrect.";s:13:"invalid_email";s:30:"Please enter an email address.";s:11:"invalid_url";s:19:"Please enter a URL.";s:11:"invalid_tel";s:32:"Please enter a telephone number.";}'), (7, 6, '_additional_settings', ''), (8, 6, '_locale', 'en_US'), (9, 6, '_hash', '995ebffe542060b2867bf520cbbd0b652ad4289df2da40db451fbf8a512b6b0f'), (12, 8, '_wp_attached_file', '2025/09/logo.svg'), (13, 8, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2574;}'), (14, 8, '_wp_attachment_image_alt', 'logo'), (15, 9, '_menu_item_type', 'custom'), (16, 9, '_menu_item_menu_item_parent', '0'), (17, 9, '_menu_item_object_id', '9'), (18, 9, '_menu_item_object', 'custom'), (19, 9, '_menu_item_target', ''), (20, 9, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (21, 9, '_menu_item_xfn', ''), (22, 9, '_menu_item_url', 'http://localhost/wordpress/bombora/'), (23, 9, '_menu_item_orphaned', '1757414398'), (24, 10, '_menu_item_type', 'post_type'), (25, 10, '_menu_item_menu_item_parent', '0'), (26, 10, '_menu_item_object_id', '2'), (27, 10, '_menu_item_object', 'page'), (28, 10, '_menu_item_target', ''), (29, 10, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (30, 10, '_menu_item_xfn', ''), (31, 10, '_menu_item_url', ''), (32, 10, '_menu_item_orphaned', '1757414398'), (33, 11, '_edit_lock', '1757414492:1'), (34, 13, '_edit_lock', '1758186589:1'), (35, 13, '_wp_page_template', 'templates/home.php'), (36, 15, '_edit_lock', '1758025623:1'), (37, 17, '_edit_lock', '1757414698:1'), (38, 19, '_edit_lock', '1757414569:1'), (39, 21, '_edit_lock', '1758170461:1'), (40, 23, '_edit_lock', '1758113483:1'), (41, 25, '_menu_item_type', 'custom'), (42, 25, '_menu_item_menu_item_parent', '0'), (43, 25, '_menu_item_object_id', '25'), (44, 25, '_menu_item_object', 'custom'), (45, 25, '_menu_item_target', ''), (46, 25, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (47, 25, '_menu_item_xfn', ''), (48, 25, '_menu_item_url', 'http://localhost/wordpress/bombora/'), (49, 25, '_menu_item_orphaned', '1757414752'), (50, 26, '_menu_item_type', 'post_type'), (51, 26, '_menu_item_menu_item_parent', '0'), (52, 26, '_menu_item_object_id', '23'), (53, 26, '_menu_item_object', 'page'), (54, 26, '_menu_item_target', ''), (55, 26, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (56, 26, '_menu_item_xfn', ''), (57, 26, '_menu_item_url', ''), (58, 26, '_menu_item_orphaned', '1757414752'), (59, 27, '_menu_item_type', 'post_type'), (60, 27, '_menu_item_menu_item_parent', '0'), (61, 27, '_menu_item_object_id', '17'), (62, 27, '_menu_item_object', 'page'), (63, 27, '_menu_item_target', ''), (64, 27, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (65, 27, '_menu_item_xfn', ''), (66, 27, '_menu_item_url', ''), (67, 27, '_menu_item_orphaned', '1757414752'), (68, 28, '_menu_item_type', 'post_type'), (69, 28, '_menu_item_menu_item_parent', '0'), (70, 28, '_menu_item_object_id', '13'), (71, 28, '_menu_item_object', 'page'), (72, 28, '_menu_item_target', ''), (73, 28, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (74, 28, '_menu_item_xfn', ''), (75, 28, '_menu_item_url', ''), (76, 28, '_menu_item_orphaned', '1757414752'), (77, 29, '_menu_item_type', 'post_type'), (78, 29, '_menu_item_menu_item_parent', '0'), (79, 29, '_menu_item_object_id', '19'), (80, 29, '_menu_item_object', 'page'), (81, 29, '_menu_item_target', ''), (82, 29, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (83, 29, '_menu_item_xfn', ''), (84, 29, '_menu_item_url', ''), (85, 29, '_menu_item_orphaned', '1757414752'), (86, 30, '_menu_item_type', 'post_type'), (87, 30, '_menu_item_menu_item_parent', '0'), (88, 30, '_menu_item_object_id', '21'), (89, 30, '_menu_item_object', 'page'), (90, 30, '_menu_item_target', ''), (91, 30, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (92, 30, '_menu_item_xfn', ''), (93, 30, '_menu_item_url', ''), (94, 30, '_menu_item_orphaned', '1757414752'), (95, 31, '_menu_item_type', 'post_type'), (96, 31, '_menu_item_menu_item_parent', '0'), (97, 31, '_menu_item_object_id', '15'), (98, 31, '_menu_item_object', 'page'), (99, 31, '_menu_item_target', ''), (100, 31, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (101, 31, '_menu_item_xfn', ''), (102, 31, '_menu_item_url', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (103, 31, '_menu_item_orphaned', '1757414752'), (104, 32, '_menu_item_type', 'post_type'), (105, 32, '_menu_item_menu_item_parent', '0'), (106, 32, '_menu_item_object_id', '2'), (107, 32, '_menu_item_object', 'page'), (108, 32, '_menu_item_target', ''), (109, 32, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (110, 32, '_menu_item_xfn', ''), (111, 32, '_menu_item_url', ''), (112, 32, '_menu_item_orphaned', '1757414752'), (113, 33, '_menu_item_type', 'post_type'), (114, 33, '_menu_item_menu_item_parent', '0'), (115, 33, '_menu_item_object_id', '11'), (116, 33, '_menu_item_object', 'page'), (117, 33, '_menu_item_target', ''), (118, 33, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (119, 33, '_menu_item_xfn', ''), (120, 33, '_menu_item_url', ''), (121, 33, '_menu_item_orphaned', '1757414752'), (122, 34, '_menu_item_type', 'post_type'), (123, 34, '_menu_item_menu_item_parent', '0'), (124, 34, '_menu_item_object_id', '23'), (125, 34, '_menu_item_object', 'page'), (126, 34, '_menu_item_target', ''), (127, 34, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (128, 34, '_menu_item_xfn', ''), (129, 34, '_menu_item_url', ''), (130, 34, '_menu_item_orphaned', '1757414760'), (131, 35, '_menu_item_type', 'post_type'), (132, 35, '_menu_item_menu_item_parent', '0'), (133, 35, '_menu_item_object_id', '21'), (134, 35, '_menu_item_object', 'page'), (135, 35, '_menu_item_target', ''), (136, 35, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (137, 35, '_menu_item_xfn', ''), (138, 35, '_menu_item_url', ''), (139, 35, '_menu_item_orphaned', '1757414760'), (140, 36, '_menu_item_type', 'post_type'), (141, 36, '_menu_item_menu_item_parent', '0'), (142, 36, '_menu_item_object_id', '19'), (143, 36, '_menu_item_object', 'page'), (144, 36, '_menu_item_target', ''), (145, 36, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (146, 36, '_menu_item_xfn', ''), (147, 36, '_menu_item_url', ''), (148, 36, '_menu_item_orphaned', '1757414760'), (149, 37, '_menu_item_type', 'post_type'), (150, 37, '_menu_item_menu_item_parent', '0'), (151, 37, '_menu_item_object_id', '17'), (152, 37, '_menu_item_object', 'page'), (153, 37, '_menu_item_target', ''), (154, 37, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (155, 37, '_menu_item_xfn', ''), (156, 37, '_menu_item_url', ''), (157, 37, '_menu_item_orphaned', '1757414760'), (158, 38, '_menu_item_type', 'post_type'), (159, 38, '_menu_item_menu_item_parent', '0'), (160, 38, '_menu_item_object_id', '15'), (161, 38, '_menu_item_object', 'page'), (162, 38, '_menu_item_target', ''), (163, 38, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (164, 38, '_menu_item_xfn', ''), (165, 38, '_menu_item_url', ''), (166, 38, '_menu_item_orphaned', '1757414760'), (167, 39, '_menu_item_type', 'post_type'), (168, 39, '_menu_item_menu_item_parent', '0'), (169, 39, '_menu_item_object_id', '13'), (170, 39, '_menu_item_object', 'page'), (171, 39, '_menu_item_target', ''), (172, 39, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (173, 39, '_menu_item_xfn', ''), (174, 39, '_menu_item_url', ''), (175, 39, '_menu_item_orphaned', '1757414760'), (176, 40, '_menu_item_type', 'post_type'), (177, 40, '_menu_item_menu_item_parent', '0'), (178, 40, '_menu_item_object_id', '11'), (179, 40, '_menu_item_object', 'page'), (180, 40, '_menu_item_target', ''), (181, 40, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (182, 40, '_menu_item_xfn', ''), (183, 40, '_menu_item_url', ''), (184, 40, '_menu_item_orphaned', '1757414760'), (185, 41, '_menu_item_type', 'custom'), (186, 41, '_menu_item_menu_item_parent', '0'), (187, 41, '_menu_item_object_id', '41'), (188, 41, '_menu_item_object', 'custom'), (189, 41, '_menu_item_target', ''), (190, 41, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (191, 41, '_menu_item_xfn', ''), (192, 41, '_menu_item_url', 'http://localhost/wordpress/bombora/'), (193, 41, '_menu_item_orphaned', '1757414769'), (194, 42, '_menu_item_type', 'post_type'), (195, 42, '_menu_item_menu_item_parent', '0'), (196, 42, '_menu_item_object_id', '23'), (197, 42, '_menu_item_object', 'page'), (198, 42, '_menu_item_target', ''), (199, 42, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (200, 42, '_menu_item_xfn', ''), (201, 42, '_menu_item_url', ''), (212, 44, '_menu_item_type', 'post_type') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (213, 44, '_menu_item_menu_item_parent', '0'), (214, 44, '_menu_item_object_id', '13'), (215, 44, '_menu_item_object', 'page'), (216, 44, '_menu_item_target', ''), (217, 44, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (218, 44, '_menu_item_xfn', ''), (219, 44, '_menu_item_url', ''), (230, 46, '_menu_item_type', 'post_type'), (231, 46, '_menu_item_menu_item_parent', '0'), (232, 46, '_menu_item_object_id', '21'), (233, 46, '_menu_item_object', 'page'), (234, 46, '_menu_item_target', ''), (235, 46, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (236, 46, '_menu_item_xfn', ''), (237, 46, '_menu_item_url', ''), (239, 47, '_menu_item_type', 'post_type'), (240, 47, '_menu_item_menu_item_parent', '0'), (241, 47, '_menu_item_object_id', '15'), (242, 47, '_menu_item_object', 'page'), (243, 47, '_menu_item_target', ''), (244, 47, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (245, 47, '_menu_item_xfn', ''), (246, 47, '_menu_item_url', ''), (248, 48, '_menu_item_type', 'post_type'), (249, 48, '_menu_item_menu_item_parent', '0'), (250, 48, '_menu_item_object_id', '2'), (251, 48, '_menu_item_object', 'page'), (252, 48, '_menu_item_target', ''), (253, 48, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (254, 48, '_menu_item_xfn', ''), (255, 48, '_menu_item_url', ''), (256, 48, '_menu_item_orphaned', '1757414769'), (266, 1, '_wp_trash_meta_status', 'publish'), (267, 1, '_wp_trash_meta_time', '1757414885'), (268, 1, '_wp_desired_post_slug', 'hello-world'), (269, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:"1";}'), (273, 52, '_edit_lock', '1757414992:1'), (274, 52, '_wp_trash_meta_status', 'publish'), (275, 52, '_wp_trash_meta_time', '1757415036'), (278, 54, '_edit_last', '1'), (279, 54, '_edit_lock', '1757594542:1'), (280, 56, '_wp_trash_meta_status', 'publish'), (281, 56, '_wp_trash_meta_time', '1757418198'), (282, 56, '_wp_desired_post_slug', 'group_649d7c6c9675e'), (283, 57, '_wp_trash_meta_status', 'publish'), (284, 57, '_wp_trash_meta_time', '1757418198'), (285, 57, '_wp_desired_post_slug', 'field_649d7c6c82977'), (286, 58, '_wp_trash_meta_status', 'publish'), (287, 58, '_wp_trash_meta_time', '1757418289'), (288, 59, '_wp_attached_file', '2025/09/home-icon.svg'), (289, 59, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:509;}'), (290, 59, '_wp_attachment_image_alt', 'home-icon'), (291, 44, 'menu_icon', '405'), (292, 44, '_menu_icon', 'field_68c010fe46472'), (295, 47, 'menu_icon', ''), (296, 47, '_menu_icon', 'field_68c010fe46472'), (297, 46, 'menu_icon', ''), (298, 46, '_menu_icon', 'field_68c010fe46472'), (303, 42, 'menu_icon', ''), (304, 42, '_menu_icon', 'field_68c010fe46472'), (305, 60, '_wp_trash_meta_status', 'publish'), (306, 60, '_wp_trash_meta_time', '1757418541'), (307, 60, '_wp_desired_post_slug', 'group_649d7c6c9675e'), (308, 61, '_wp_trash_meta_status', 'publish'), (309, 61, '_wp_trash_meta_time', '1757418541'), (310, 61, '_wp_desired_post_slug', 'field_649d7c6c82977'), (311, 62, '_edit_lock', '1757939288:1'), (313, 65, '_edit_lock', '1757939450:1'), (314, 67, '_edit_lock', '1758090036:1'), (315, 69, '_edit_lock', '1758107478:1'), (316, 71, '_edit_lock', '1758025799:1'), (317, 73, '_menu_item_type', 'post_type'), (318, 73, '_menu_item_menu_item_parent', '80'), (319, 73, '_menu_item_object_id', '65'), (320, 73, '_menu_item_object', 'page'), (321, 73, '_menu_item_target', ''), (322, 73, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (323, 73, '_menu_item_xfn', ''), (324, 73, '_menu_item_url', ''), (326, 74, '_menu_item_type', 'post_type'), (327, 74, '_menu_item_menu_item_parent', '80'), (328, 74, '_menu_item_object_id', '62'), (329, 74, '_menu_item_object', 'page'), (330, 74, '_menu_item_target', ''), (331, 74, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (332, 74, '_menu_item_xfn', ''), (333, 74, '_menu_item_url', ''), (335, 74, 'menu_icon', ''), (336, 74, '_menu_icon', 'field_68c010fe46472'), (337, 73, 'menu_icon', ''), (338, 73, '_menu_icon', 'field_68c010fe46472'), (339, 44, '_wp_old_date', '2025-09-09'), (341, 47, '_wp_old_date', '2025-09-09'), (342, 46, '_wp_old_date', '2025-09-09'), (345, 42, '_wp_old_date', '2025-09-09'), (346, 75, '_menu_item_type', 'post_type'), (347, 75, '_menu_item_menu_item_parent', '79'), (348, 75, '_menu_item_object_id', '67'), (349, 75, '_menu_item_object', 'page'), (350, 75, '_menu_item_target', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (351, 75, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (352, 75, '_menu_item_xfn', ''), (353, 75, '_menu_item_url', ''), (355, 76, '_menu_item_type', 'post_type'), (356, 76, '_menu_item_menu_item_parent', '78'), (357, 76, '_menu_item_object_id', '71'), (358, 76, '_menu_item_object', 'page'), (359, 76, '_menu_item_target', ''), (360, 76, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (361, 76, '_menu_item_xfn', ''), (362, 76, '_menu_item_url', ''), (364, 77, '_menu_item_type', 'post_type'), (365, 77, '_menu_item_menu_item_parent', '78'), (366, 77, '_menu_item_object_id', '69'), (367, 77, '_menu_item_object', 'page'), (368, 77, '_menu_item_target', ''), (369, 77, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (370, 77, '_menu_item_xfn', ''), (371, 77, '_menu_item_url', ''), (373, 75, 'menu_icon', ''), (374, 75, '_menu_icon', 'field_68c010fe46472'), (375, 76, 'menu_icon', ''), (376, 76, '_menu_icon', 'field_68c010fe46472'), (377, 77, 'menu_icon', ''), (378, 77, '_menu_icon', 'field_68c010fe46472'), (379, 78, '_menu_item_type', 'custom'), (380, 78, '_menu_item_menu_item_parent', '0'), (381, 78, '_menu_item_object_id', '78'), (382, 78, '_menu_item_object', 'custom'), (383, 78, '_menu_item_target', ''), (384, 78, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (385, 78, '_menu_item_xfn', ''), (386, 78, '_menu_item_url', '#'), (388, 79, '_menu_item_type', 'custom'), (389, 79, '_menu_item_menu_item_parent', '0'), (390, 79, '_menu_item_object_id', '79'), (391, 79, '_menu_item_object', 'custom'), (392, 79, '_menu_item_target', ''), (393, 79, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (394, 79, '_menu_item_xfn', ''), (395, 79, '_menu_item_url', '#'), (397, 79, 'menu_icon', ''), (398, 79, '_menu_icon', 'field_68c010fe46472'), (399, 78, 'menu_icon', ''), (400, 78, '_menu_icon', 'field_68c010fe46472'), (401, 80, '_menu_item_type', 'custom'), (402, 80, '_menu_item_menu_item_parent', '0'), (403, 80, '_menu_item_object_id', '80'), (404, 80, '_menu_item_object', 'custom'), (405, 80, '_menu_item_target', ''), (406, 80, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (407, 80, '_menu_item_xfn', ''), (408, 80, '_menu_item_url', '#'), (410, 80, 'menu_icon', ''), (411, 80, '_menu_icon', 'field_68c010fe46472'), (412, 81, '_menu_item_type', 'post_type'), (413, 81, '_menu_item_menu_item_parent', '0'), (414, 81, '_menu_item_object_id', '65'), (415, 81, '_menu_item_object', 'page'), (416, 81, '_menu_item_target', ''), (417, 81, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (418, 81, '_menu_item_xfn', ''), (419, 81, '_menu_item_url', ''), (421, 82, '_menu_item_type', 'post_type'), (422, 82, '_menu_item_menu_item_parent', '0'), (423, 82, '_menu_item_object_id', '17'), (424, 82, '_menu_item_object', 'page'), (425, 82, '_menu_item_target', ''), (426, 82, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (427, 82, '_menu_item_xfn', ''), (428, 82, '_menu_item_url', ''), (430, 83, '_menu_item_type', 'post_type'), (431, 83, '_menu_item_menu_item_parent', '0'), (432, 83, '_menu_item_object_id', '21'), (433, 83, '_menu_item_object', 'page'), (434, 83, '_menu_item_target', ''), (435, 83, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (436, 83, '_menu_item_xfn', ''), (437, 83, '_menu_item_url', ''), (439, 84, '_menu_item_type', 'post_type'), (440, 84, '_menu_item_menu_item_parent', '0'), (441, 84, '_menu_item_object_id', '15'), (442, 84, '_menu_item_object', 'page'), (443, 84, '_menu_item_target', ''), (444, 84, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (445, 84, '_menu_item_xfn', ''), (446, 84, '_menu_item_url', ''), (448, 85, '_menu_item_type', 'post_type'), (449, 85, '_menu_item_menu_item_parent', '0'), (450, 85, '_menu_item_object_id', '62'), (451, 85, '_menu_item_object', 'page'), (452, 85, '_menu_item_target', ''), (453, 85, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (454, 85, '_menu_item_xfn', ''), (455, 85, '_menu_item_url', ''), (457, 86, '_menu_item_type', 'custom'), (458, 86, '_menu_item_menu_item_parent', '0'), (459, 86, '_menu_item_object_id', '86'), (460, 86, '_menu_item_object', 'custom'), (461, 86, '_menu_item_target', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (462, 86, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (463, 86, '_menu_item_xfn', ''), (464, 86, '_menu_item_url', '#'), (466, 87, '_menu_item_type', 'custom'), (467, 87, '_menu_item_menu_item_parent', '0'), (468, 87, '_menu_item_object_id', '87'), (469, 87, '_menu_item_object', 'custom'), (470, 87, '_menu_item_target', ''), (471, 87, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (472, 87, '_menu_item_xfn', ''), (473, 87, '_menu_item_url', '#'), (475, 88, '_menu_item_type', 'custom'), (476, 88, '_menu_item_menu_item_parent', '0'), (477, 88, '_menu_item_object_id', '88'), (478, 88, '_menu_item_object', 'custom'), (479, 88, '_menu_item_target', ''), (480, 88, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (481, 88, '_menu_item_xfn', ''), (482, 88, '_menu_item_url', '#'), (484, 89, '_menu_item_type', 'custom'), (485, 89, '_menu_item_menu_item_parent', '0'), (486, 89, '_menu_item_object_id', '89'), (487, 89, '_menu_item_object', 'custom'), (488, 89, '_menu_item_target', ''), (489, 89, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (490, 89, '_menu_item_xfn', ''), (491, 89, '_menu_item_url', '#'), (493, 90, '_menu_item_type', 'custom'), (494, 90, '_menu_item_menu_item_parent', '0'), (495, 90, '_menu_item_object_id', '90'), (496, 90, '_menu_item_object', 'custom'), (497, 90, '_menu_item_target', ''), (498, 90, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (499, 90, '_menu_item_xfn', ''), (500, 90, '_menu_item_url', '#'), (502, 91, '_menu_item_type', 'custom'), (503, 91, '_menu_item_menu_item_parent', '0'), (504, 91, '_menu_item_object_id', '91'), (505, 91, '_menu_item_object', 'custom'), (506, 91, '_menu_item_target', ''), (507, 91, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (508, 91, '_menu_item_xfn', ''), (509, 91, '_menu_item_url', '#'), (511, 92, '_menu_item_type', 'post_type'), (512, 92, '_menu_item_menu_item_parent', '0'), (513, 92, '_menu_item_object_id', '71'), (514, 92, '_menu_item_object', 'page'), (515, 92, '_menu_item_target', ''), (516, 92, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (517, 92, '_menu_item_xfn', ''), (518, 92, '_menu_item_url', ''), (520, 93, '_menu_item_type', 'post_type'), (521, 93, '_menu_item_menu_item_parent', '0'), (522, 93, '_menu_item_object_id', '69'), (523, 93, '_menu_item_object', 'page'), (524, 93, '_menu_item_target', ''), (525, 93, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (526, 93, '_menu_item_xfn', ''), (527, 93, '_menu_item_url', ''), (529, 94, '_menu_item_type', 'post_type'), (530, 94, '_menu_item_menu_item_parent', '0'), (531, 94, '_menu_item_object_id', '23'), (532, 94, '_menu_item_object', 'page'), (533, 94, '_menu_item_target', ''), (534, 94, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (535, 94, '_menu_item_xfn', ''), (536, 94, '_menu_item_url', ''), (538, 95, '_menu_item_type', 'custom'), (539, 95, '_menu_item_menu_item_parent', '0'), (540, 95, '_menu_item_object_id', '95'), (541, 95, '_menu_item_object', 'custom'), (542, 95, '_menu_item_target', '_blank'), (543, 95, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (544, 95, '_menu_item_xfn', ''), (545, 95, '_menu_item_url', 'https://in.linkedin.com/'), (547, 96, '_menu_item_type', 'custom'), (548, 96, '_menu_item_menu_item_parent', '0'), (549, 96, '_menu_item_object_id', '96'), (550, 96, '_menu_item_object', 'custom'), (551, 96, '_menu_item_target', ''), (552, 96, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (553, 96, '_menu_item_xfn', ''), (554, 96, '_menu_item_url', 'mailto:'), (556, 97, '_wp_attached_file', '2025/09/linkdin-icon.jpg'), (557, 97, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:101;s:6:"height";i:100;s:4:"file";s:24:"2025/09/linkdin-icon.jpg";s:8:"filesize";i:21093;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'), (558, 98, '_wp_attached_file', '2025/09/mail-icon.svg'), (559, 98, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:3185;}'), (560, 97, '_wp_attachment_image_alt', 'linkdin-icon'), (561, 98, '_wp_attachment_image_alt', 'mail-icon'), (562, 95, 'menu_icon', '407'), (563, 95, '_menu_icon', 'field_68c010fe46472'), (564, 96, 'menu_icon', '408'), (565, 96, '_menu_icon', 'field_68c010fe46472'), (566, 99, '_edit_lock', '1757490982:1'), (567, 101, '_edit_lock', '1757491140:1'), (568, 103, '_edit_lock', '1757491157:1'), (569, 105, '_edit_lock', '1757491184:1'), (570, 107, '_menu_item_type', 'post_type'), (571, 107, '_menu_item_menu_item_parent', '0'), (572, 107, '_menu_item_object_id', '105') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (573, 107, '_menu_item_object', 'page'), (574, 107, '_menu_item_target', ''), (575, 107, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (576, 107, '_menu_item_xfn', ''), (577, 107, '_menu_item_url', ''), (579, 108, '_menu_item_type', 'post_type'), (580, 108, '_menu_item_menu_item_parent', '0'), (581, 108, '_menu_item_object_id', '103'), (582, 108, '_menu_item_object', 'page'), (583, 108, '_menu_item_target', ''), (584, 108, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (585, 108, '_menu_item_xfn', ''), (586, 108, '_menu_item_url', ''), (588, 109, '_menu_item_type', 'post_type'), (589, 109, '_menu_item_menu_item_parent', '0'), (590, 109, '_menu_item_object_id', '101'), (591, 109, '_menu_item_object', 'page'), (592, 109, '_menu_item_target', ''), (593, 109, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (594, 109, '_menu_item_xfn', ''), (595, 109, '_menu_item_url', ''), (597, 110, '_menu_item_type', 'post_type'), (598, 110, '_menu_item_menu_item_parent', '0'), (599, 110, '_menu_item_object_id', '99'), (600, 110, '_menu_item_object', 'page'), (601, 110, '_menu_item_target', ''), (602, 110, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (603, 110, '_menu_item_xfn', ''), (604, 110, '_menu_item_url', ''), (605, 62, '_wp_page_template', 'templates/specialised-licensee.php'), (606, 405, '_wp_attached_file', '2025/09/home-icon.svg'), (607, 405, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:509;}'), (608, 405, '_wp_attachment_image_alt', 'home-icon'), (609, 44, '_wp_old_date', '2025-09-10'), (610, 80, '_wp_old_date', '2025-09-10'), (611, 74, '_wp_old_date', '2025-09-10'), (612, 73, '_wp_old_date', '2025-09-10'), (613, 47, '_wp_old_date', '2025-09-10'), (614, 79, '_wp_old_date', '2025-09-10'), (615, 75, '_wp_old_date', '2025-09-10'), (616, 78, '_wp_old_date', '2025-09-10'), (617, 76, '_wp_old_date', '2025-09-10'), (618, 77, '_wp_old_date', '2025-09-10'), (619, 46, '_wp_old_date', '2025-09-10'), (620, 42, '_wp_old_date', '2025-09-10'), (621, 406, '_wp_attached_file', '2025/09/logo.svg'), (622, 406, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2574;}'), (623, 407, '_wp_attached_file', '2025/09/linkdin-icon.jpg'), (624, 407, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:101;s:6:"height";i:100;s:4:"file";s:24:"2025/09/linkdin-icon.jpg";s:8:"filesize";i:21093;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'), (625, 408, '_wp_attached_file', '2025/09/mail-icon.svg'), (626, 408, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:3185;}'), (627, 408, '_wp_attachment_image_alt', 'mail-icon'), (628, 95, '_wp_old_date', '2025-09-10'), (629, 96, '_wp_old_date', '2025-09-10'), (630, 409, '_edit_lock', '1758187991:1'), (631, 409, '_wp_page_template', 'templates/home-dev.php'), (632, 179, '_edit_lock', '1758187814:1'), (633, 179, '_edit_last', '1'), (634, 88, '_edit_lock', '1757597236:1'), (638, 409, '_edit_last', '1'), (639, 409, 'banner_section_banner_slider_0_banner_image', '414'), (640, 409, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (641, 409, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (642, 409, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (643, 409, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (644, 409, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (645, 409, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (646, 409, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (647, 409, 'banner_section_banner_slider_1_banner_image', '416'), (648, 409, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (649, 409, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (650, 409, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (651, 409, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (652, 409, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (653, 409, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (654, 409, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (655, 409, 'banner_section_banner_slider_2_banner_image', '413'), (656, 409, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (657, 409, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (658, 409, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (659, 409, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (660, 409, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (661, 409, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (662, 409, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (663, 409, 'banner_section_banner_slider', '3'), (664, 409, '_banner_section_banner_slider', 'field_68c1358fdade5'), (665, 409, 'banner_section_banner_bottom_point', '3'), (666, 409, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (667, 409, 'banner_section', ''), (668, 409, '_banner_section', 'field_68c1356edade4'), (669, 409, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (670, 409, '_advice_section_advice_heading', 'field_68c13840dadf6'), (671, 409, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (672, 409, '_advice_section_advice_description', 'field_68c13849dadf7'), (673, 409, 'advice_section_advice_point', '3'), (674, 409, '_advice_section_advice_point', 'field_68c13873dadf8'), (675, 409, 'advice_section', ''), (676, 409, '_advice_section', 'field_68c13825dadf5'), (677, 409, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (678, 409, '_speciality_section_speciality_heading', 'field_68c139badae06') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (679, 409, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (680, 409, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (681, 409, 'speciality_section_speciality_points', '3'), (682, 409, '_speciality_section_speciality_points', 'field_68c139dadae08'), (683, 409, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (684, 409, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (685, 409, 'speciality_section', ''), (686, 409, '_speciality_section', 'field_68c1399fdae05'), (687, 409, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (688, 409, '_client_relationships_section_heading', 'field_68c13c53c822f'), (689, 409, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (690, 409, '_client_relationships_section_description', 'field_68c13c78c8230'), (691, 409, 'client_relationships_section_client_relationships_point', '3'), (692, 409, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (693, 409, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (694, 409, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (695, 409, 'client_relationships_section', ''), (696, 409, '_client_relationships_section', 'field_68c13c39c822e'), (697, 409, 'getting_section_getting_heading', 'Getting started is really easy, here’s how ...'), (698, 409, '_getting_section_getting_heading', 'field_68c13d75c8241'), (699, 409, 'getting_section_getting_points', '3'), (700, 409, '_getting_section_getting_points', 'field_68c13d7fc8242'), (701, 409, 'getting_section_schedule_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (702, 409, '_getting_section_schedule_button', 'field_68c13db5c8248'), (703, 409, 'getting_section', ''), (704, 409, '_getting_section', 'field_68c13d5fc8240'), (705, 410, 'banner_section_banner_slider_0_banner_image', ''), (706, 410, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (707, 410, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (708, 410, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (709, 410, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (710, 410, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (711, 410, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (712, 410, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (713, 410, 'banner_section_banner_slider_1_banner_image', ''), (714, 410, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (715, 410, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (716, 410, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (717, 410, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (718, 410, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (719, 410, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (720, 410, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (721, 410, 'banner_section_banner_slider_2_banner_image', ''), (722, 410, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (723, 410, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (724, 410, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (725, 410, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (726, 410, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (727, 410, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (728, 410, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (729, 410, 'banner_section_banner_slider', '3'), (730, 410, '_banner_section_banner_slider', 'field_68c1358fdade5'), (731, 410, 'banner_section_banner_bottom_point', ''), (732, 410, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (733, 410, 'banner_section', ''), (734, 410, '_banner_section', 'field_68c1356edade4'), (735, 410, 'advice_section_advice_heading', ''), (736, 410, '_advice_section_advice_heading', 'field_68c13840dadf6'), (737, 410, 'advice_section_advice_description', ''), (738, 410, '_advice_section_advice_description', 'field_68c13849dadf7'), (739, 410, 'advice_section_advice_point', ''), (740, 410, '_advice_section_advice_point', 'field_68c13873dadf8'), (741, 410, 'advice_section', ''), (742, 410, '_advice_section', 'field_68c13825dadf5'), (743, 410, 'speciality_section_speciality_heading', ''), (744, 410, '_speciality_section_speciality_heading', 'field_68c139badae06'), (745, 410, 'speciality_section_speciality_description', ''), (746, 410, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (747, 410, 'speciality_section_speciality_points', ''), (748, 410, '_speciality_section_speciality_points', 'field_68c139dadae08'), (749, 410, 'speciality_section_speciality_button', ''), (750, 410, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (751, 410, 'speciality_section', ''), (752, 410, '_speciality_section', 'field_68c1399fdae05'), (753, 410, 'client_relationships_section_heading', ''), (754, 410, '_client_relationships_section_heading', 'field_68c13c53c822f'), (755, 410, 'client_relationships_section_description', ''), (756, 410, '_client_relationships_section_description', 'field_68c13c78c8230'), (757, 410, 'client_relationships_section_client_relationships_point', ''), (758, 410, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (759, 410, 'client_relationships_section_bottom_description', ''), (760, 410, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (761, 410, 'client_relationships_section', ''), (762, 410, '_client_relationships_section', 'field_68c13c39c822e'), (763, 410, 'getting_section_getting_heading', ''), (764, 410, '_getting_section_getting_heading', 'field_68c13d75c8241'), (765, 410, 'getting_section_getting_points', ''), (766, 410, '_getting_section_getting_points', 'field_68c13d7fc8242'), (767, 410, 'getting_section_schedule_button', ''), (768, 410, '_getting_section_schedule_button', 'field_68c13db5c8248'), (769, 410, 'getting_section', ''), (770, 410, '_getting_section', 'field_68c13d5fc8240'), (771, 413, '_wp_attached_file', '2025/09/businessman-image.webp'), (772, 413, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2444;s:6:"height";i:1742;s:4:"file";s:30:"2025/09/businessman-image.webp";s:8:"filesize";i:176640;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:30:"businessman-image-300x214.webp";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5076;}s:5:"large";a:5:{s:4:"file";s:31:"businessman-image-1024x730.webp";s:5:"width";i:1024;s:6:"height";i:730;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:25116;}s:9:"thumbnail";a:5:{s:4:"file";s:30:"businessman-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2470;}s:12:"medium_large";a:5:{s:4:"file";s:30:"businessman-image-768x547.webp";s:5:"width";i:768;s:6:"height";i:547;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:16680;}s:9:"1536x1536";a:5:{s:4:"file";s:32:"businessman-image-1536x1095.webp";s:5:"width";i:1536;s:6:"height";i:1095;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:47156;}s:9:"2048x2048";a:5:{s:4:"file";s:32:"businessman-image-2048x1460.webp";s:5:"width";i:2048;s:6:"height";i:1460;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:79132;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (773, 414, '_wp_attached_file', '2025/09/home-banner-image.webp'), (774, 414, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:30:"2025/09/home-banner-image.webp";s:8:"filesize";i:257722;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:30:"home-banner-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:11522;}s:5:"large";a:5:{s:4:"file";s:31:"home-banner-image-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:96960;}s:9:"thumbnail";a:5:{s:4:"file";s:30:"home-banner-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5172;}s:12:"medium_large";a:5:{s:4:"file";s:30:"home-banner-image-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:58654;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (775, 415, '_wp_attached_file', '2025/09/specialised-licensee-banner-bg.webp'), (776, 415, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1280;s:6:"height";i:450;s:4:"file";s:43:"2025/09/specialised-licensee-banner-bg.webp";s:8:"filesize";i:81720;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:43:"specialised-licensee-banner-bg-300x105.webp";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7116;}s:5:"large";a:5:{s:4:"file";s:44:"specialised-licensee-banner-bg-1024x360.webp";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:51760;}s:9:"thumbnail";a:5:{s:4:"file";s:43:"specialised-licensee-banner-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5384;}s:12:"medium_large";a:5:{s:4:"file";s:43:"specialised-licensee-banner-bg-768x270.webp";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:35204;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (777, 413, '_wp_attachment_image_alt', 'businessman-image'), (778, 416, '_wp_attached_file', '2025/09/business-woman-scaled.webp') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (779, 416, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:972;s:4:"file";s:34:"2025/09/business-woman-scaled.webp";s:8:"filesize";i:77708;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:27:"business-woman-300x114.webp";s:5:"width";i:300;s:6:"height";i:114;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4164;}s:5:"large";a:5:{s:4:"file";s:28:"business-woman-1024x389.webp";s:5:"width";i:1024;s:6:"height";i:389;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:21064;}s:9:"thumbnail";a:5:{s:4:"file";s:27:"business-woman-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2140;}s:12:"medium_large";a:5:{s:4:"file";s:27:"business-woman-768x292.webp";s:5:"width";i:768;s:6:"height";i:292;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:14148;}s:9:"1536x1536";a:5:{s:4:"file";s:28:"business-woman-1536x583.webp";s:5:"width";i:1536;s:6:"height";i:583;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:36688;}s:9:"2048x2048";a:5:{s:4:"file";s:28:"business-woman-2048x778.webp";s:5:"width";i:2048;s:6:"height";i:778;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:56274;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:19:"business-woman.webp";}'), (780, 416, '_wp_attachment_image_alt', 'business-woman'), (781, 412, 'banner_section_banner_slider_0_banner_image', '414'), (782, 412, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (783, 412, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (784, 412, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (785, 412, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (786, 412, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (787, 412, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (788, 412, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (789, 412, 'banner_section_banner_slider_1_banner_image', '416'), (790, 412, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (791, 412, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (792, 412, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (793, 412, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (794, 412, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (795, 412, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (796, 412, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (797, 412, 'banner_section_banner_slider_2_banner_image', '413'), (798, 412, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (799, 412, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (800, 412, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (801, 412, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (802, 412, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (803, 412, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (804, 412, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (805, 412, 'banner_section_banner_slider', '3'), (806, 412, '_banner_section_banner_slider', 'field_68c1358fdade5'), (807, 412, 'banner_section_banner_bottom_point', ''), (808, 412, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (809, 412, 'banner_section', ''), (810, 412, '_banner_section', 'field_68c1356edade4'), (811, 412, 'advice_section_advice_heading', ''), (812, 412, '_advice_section_advice_heading', 'field_68c13840dadf6'), (813, 412, 'advice_section_advice_description', ''), (814, 412, '_advice_section_advice_description', 'field_68c13849dadf7'), (815, 412, 'advice_section_advice_point', ''), (816, 412, '_advice_section_advice_point', 'field_68c13873dadf8'), (817, 412, 'advice_section', ''), (818, 412, '_advice_section', 'field_68c13825dadf5'), (819, 412, 'speciality_section_speciality_heading', ''), (820, 412, '_speciality_section_speciality_heading', 'field_68c139badae06'), (821, 412, 'speciality_section_speciality_description', ''), (822, 412, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (823, 412, 'speciality_section_speciality_points', ''), (824, 412, '_speciality_section_speciality_points', 'field_68c139dadae08'), (825, 412, 'speciality_section_speciality_button', ''), (826, 412, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (827, 412, 'speciality_section', ''), (828, 412, '_speciality_section', 'field_68c1399fdae05'), (829, 412, 'client_relationships_section_heading', ''), (830, 412, '_client_relationships_section_heading', 'field_68c13c53c822f'), (831, 412, 'client_relationships_section_description', ''), (832, 412, '_client_relationships_section_description', 'field_68c13c78c8230'), (833, 412, 'client_relationships_section_client_relationships_point', ''), (834, 412, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (835, 412, 'client_relationships_section_bottom_description', ''), (836, 412, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (837, 412, 'client_relationships_section', ''), (838, 412, '_client_relationships_section', 'field_68c13c39c822e'), (839, 412, 'getting_section_getting_heading', ''), (840, 412, '_getting_section_getting_heading', 'field_68c13d75c8241'), (841, 412, 'getting_section_getting_points', ''), (842, 412, '_getting_section_getting_points', 'field_68c13d7fc8242'), (843, 412, 'getting_section_schedule_button', ''), (844, 412, '_getting_section_schedule_button', 'field_68c13db5c8248'), (845, 412, 'getting_section', ''), (846, 412, '_getting_section', 'field_68c13d5fc8240'), (847, 409, 'banner_section_banner_bottom_point_0_image', '419'), (848, 409, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (849, 409, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (850, 409, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (851, 409, 'banner_section_banner_bottom_point_1_image', '419'), (852, 409, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (853, 409, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (854, 409, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (855, 409, 'banner_section_banner_bottom_point_2_image', '419'), (856, 409, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (857, 409, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (858, 409, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (859, 417, 'banner_section_banner_slider_0_banner_image', '414'), (860, 417, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (861, 417, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (862, 417, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (863, 417, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (864, 417, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (865, 417, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (866, 417, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (867, 417, 'banner_section_banner_slider_1_banner_image', '416'), (868, 417, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (869, 417, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (870, 417, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (871, 417, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (872, 417, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (873, 417, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (874, 417, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (875, 417, 'banner_section_banner_slider_2_banner_image', '413'), (876, 417, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (877, 417, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (878, 417, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (879, 417, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (880, 417, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (881, 417, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (882, 417, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (883, 417, 'banner_section_banner_slider', '3'), (884, 417, '_banner_section_banner_slider', 'field_68c1358fdade5'), (885, 417, 'banner_section_banner_bottom_point', '3'), (886, 417, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (887, 417, 'banner_section', ''), (888, 417, '_banner_section', 'field_68c1356edade4'), (889, 417, 'advice_section_advice_heading', ''), (890, 417, '_advice_section_advice_heading', 'field_68c13840dadf6'), (891, 417, 'advice_section_advice_description', ''), (892, 417, '_advice_section_advice_description', 'field_68c13849dadf7'), (893, 417, 'advice_section_advice_point', ''), (894, 417, '_advice_section_advice_point', 'field_68c13873dadf8'), (895, 417, 'advice_section', ''), (896, 417, '_advice_section', 'field_68c13825dadf5'), (897, 417, 'speciality_section_speciality_heading', ''), (898, 417, '_speciality_section_speciality_heading', 'field_68c139badae06'), (899, 417, 'speciality_section_speciality_description', ''), (900, 417, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (901, 417, 'speciality_section_speciality_points', ''), (902, 417, '_speciality_section_speciality_points', 'field_68c139dadae08'), (903, 417, 'speciality_section_speciality_button', ''), (904, 417, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (905, 417, 'speciality_section', ''), (906, 417, '_speciality_section', 'field_68c1399fdae05'), (907, 417, 'client_relationships_section_heading', ''), (908, 417, '_client_relationships_section_heading', 'field_68c13c53c822f'), (909, 417, 'client_relationships_section_description', ''), (910, 417, '_client_relationships_section_description', 'field_68c13c78c8230'), (911, 417, 'client_relationships_section_client_relationships_point', ''), (912, 417, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (913, 417, 'client_relationships_section_bottom_description', ''), (914, 417, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (915, 417, 'client_relationships_section', ''), (916, 417, '_client_relationships_section', 'field_68c13c39c822e'), (917, 417, 'getting_section_getting_heading', ''), (918, 417, '_getting_section_getting_heading', 'field_68c13d75c8241'), (919, 417, 'getting_section_getting_points', ''), (920, 417, '_getting_section_getting_points', 'field_68c13d7fc8242'), (921, 417, 'getting_section_schedule_button', ''), (922, 417, '_getting_section_schedule_button', 'field_68c13db5c8248'), (923, 417, 'getting_section', ''), (924, 417, '_getting_section', 'field_68c13d5fc8240'), (925, 417, 'banner_section_banner_bottom_point_0_image', ''), (926, 417, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (927, 417, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (928, 417, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (929, 417, 'banner_section_banner_bottom_point_1_image', ''), (930, 417, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (931, 417, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (932, 417, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (933, 417, 'banner_section_banner_bottom_point_2_image', ''), (934, 417, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (935, 417, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (936, 417, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (937, 419, '_wp_attached_file', '2025/09/check-icon.svg'), (938, 419, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:531;}'), (939, 419, '_wp_attachment_image_alt', 'check-icon'), (940, 418, 'banner_section_banner_slider_0_banner_image', '414'), (941, 418, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (942, 418, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (943, 418, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (944, 418, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (945, 418, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (946, 418, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (947, 418, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (948, 418, 'banner_section_banner_slider_1_banner_image', '416'), (949, 418, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (950, 418, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (951, 418, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (952, 418, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (953, 418, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (954, 418, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (955, 418, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (956, 418, 'banner_section_banner_slider_2_banner_image', '413'), (957, 418, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (958, 418, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (959, 418, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (960, 418, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (961, 418, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (962, 418, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (963, 418, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (964, 418, 'banner_section_banner_slider', '3'), (965, 418, '_banner_section_banner_slider', 'field_68c1358fdade5'), (966, 418, 'banner_section_banner_bottom_point', '3'), (967, 418, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (968, 418, 'banner_section', ''), (969, 418, '_banner_section', 'field_68c1356edade4'), (970, 418, 'advice_section_advice_heading', ''), (971, 418, '_advice_section_advice_heading', 'field_68c13840dadf6'), (972, 418, 'advice_section_advice_description', ''), (973, 418, '_advice_section_advice_description', 'field_68c13849dadf7'), (974, 418, 'advice_section_advice_point', ''), (975, 418, '_advice_section_advice_point', 'field_68c13873dadf8'), (976, 418, 'advice_section', ''), (977, 418, '_advice_section', 'field_68c13825dadf5'), (978, 418, 'speciality_section_speciality_heading', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (979, 418, '_speciality_section_speciality_heading', 'field_68c139badae06'), (980, 418, 'speciality_section_speciality_description', ''), (981, 418, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (982, 418, 'speciality_section_speciality_points', ''), (983, 418, '_speciality_section_speciality_points', 'field_68c139dadae08'), (984, 418, 'speciality_section_speciality_button', ''), (985, 418, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (986, 418, 'speciality_section', ''), (987, 418, '_speciality_section', 'field_68c1399fdae05'), (988, 418, 'client_relationships_section_heading', ''), (989, 418, '_client_relationships_section_heading', 'field_68c13c53c822f'), (990, 418, 'client_relationships_section_description', ''), (991, 418, '_client_relationships_section_description', 'field_68c13c78c8230'), (992, 418, 'client_relationships_section_client_relationships_point', ''), (993, 418, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (994, 418, 'client_relationships_section_bottom_description', ''), (995, 418, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (996, 418, 'client_relationships_section', ''), (997, 418, '_client_relationships_section', 'field_68c13c39c822e'), (998, 418, 'getting_section_getting_heading', ''), (999, 418, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1000, 418, 'getting_section_getting_points', ''), (1001, 418, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1002, 418, 'getting_section_schedule_button', ''), (1003, 418, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1004, 418, 'getting_section', ''), (1005, 418, '_getting_section', 'field_68c13d5fc8240'), (1006, 418, 'banner_section_banner_bottom_point_0_image', '419'), (1007, 418, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1008, 418, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1009, 418, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1010, 418, 'banner_section_banner_bottom_point_1_image', '419'), (1011, 418, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1012, 418, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1013, 418, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1014, 418, 'banner_section_banner_bottom_point_2_image', '419'), (1015, 418, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1016, 418, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1017, 418, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1018, 409, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1019, 409, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1020, 409, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1021, 409, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1022, 409, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1023, 409, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1024, 420, 'banner_section_banner_slider_0_banner_image', '414'), (1025, 420, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1026, 420, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1027, 420, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1028, 420, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1029, 420, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1030, 420, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1031, 420, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1032, 420, 'banner_section_banner_slider_1_banner_image', '416'), (1033, 420, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1034, 420, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1035, 420, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1036, 420, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1037, 420, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1038, 420, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1039, 420, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1040, 420, 'banner_section_banner_slider_2_banner_image', '413'), (1041, 420, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1042, 420, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1043, 420, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1044, 420, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1045, 420, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1046, 420, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1047, 420, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1048, 420, 'banner_section_banner_slider', '3'), (1049, 420, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1050, 420, 'banner_section_banner_bottom_point', '3'), (1051, 420, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1052, 420, 'banner_section', ''), (1053, 420, '_banner_section', 'field_68c1356edade4'), (1054, 420, 'advice_section_advice_heading', ''), (1055, 420, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1056, 420, 'advice_section_advice_description', ''), (1057, 420, '_advice_section_advice_description', 'field_68c13849dadf7'), (1058, 420, 'advice_section_advice_point', ''), (1059, 420, '_advice_section_advice_point', 'field_68c13873dadf8'), (1060, 420, 'advice_section', ''), (1061, 420, '_advice_section', 'field_68c13825dadf5'), (1062, 420, 'speciality_section_speciality_heading', ''), (1063, 420, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1064, 420, 'speciality_section_speciality_description', ''), (1065, 420, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1066, 420, 'speciality_section_speciality_points', ''), (1067, 420, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1068, 420, 'speciality_section_speciality_button', ''), (1069, 420, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1070, 420, 'speciality_section', ''), (1071, 420, '_speciality_section', 'field_68c1399fdae05'), (1072, 420, 'client_relationships_section_heading', ''), (1073, 420, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1074, 420, 'client_relationships_section_description', ''), (1075, 420, '_client_relationships_section_description', 'field_68c13c78c8230'), (1076, 420, 'client_relationships_section_client_relationships_point', ''), (1077, 420, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1078, 420, 'client_relationships_section_bottom_description', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1079, 420, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1080, 420, 'client_relationships_section', ''), (1081, 420, '_client_relationships_section', 'field_68c13c39c822e'), (1082, 420, 'getting_section_getting_heading', ''), (1083, 420, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1084, 420, 'getting_section_getting_points', ''), (1085, 420, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1086, 420, 'getting_section_schedule_button', ''), (1087, 420, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1088, 420, 'getting_section', ''), (1089, 420, '_getting_section', 'field_68c13d5fc8240'), (1090, 420, 'banner_section_banner_bottom_point_0_image', '419'), (1091, 420, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1092, 420, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1093, 420, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1094, 420, 'banner_section_banner_bottom_point_1_image', '419'), (1095, 420, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1096, 420, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1097, 420, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1098, 420, 'banner_section_banner_bottom_point_2_image', '419'), (1099, 420, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1100, 420, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1101, 420, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1102, 420, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1103, 420, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1104, 420, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1105, 420, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1106, 420, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1107, 420, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1108, 423, '_wp_attached_file', '2025/09/advise-icon-1.svg'), (1109, 423, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:6464;}'), (1110, 423, '_wp_attachment_image_alt', 'advise-icon-1'), (1111, 424, '_wp_attached_file', '2025/09/advise-icon-2.svg'), (1112, 424, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:8544;}'), (1113, 424, '_wp_attachment_image_alt', 'advise-icon-2'), (1114, 425, '_wp_attached_file', '2025/09/advise-icon-3.svg'), (1115, 425, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:10686;}'), (1116, 425, '_wp_attachment_image_alt', 'advise-icon-3'), (1117, 409, 'advice_section_advice_point_0_advice_image', '423'), (1118, 409, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1119, 409, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1120, 409, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1121, 409, 'advice_section_advice_point_0_description', ''), (1122, 409, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1123, 409, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1124, 409, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1125, 409, 'advice_section_advice_point_1_advice_image', '424'), (1126, 409, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1127, 409, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1128, 409, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1129, 409, 'advice_section_advice_point_1_description', ''), (1130, 409, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1131, 409, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1132, 409, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1133, 409, 'advice_section_advice_point_2_advice_image', '425'), (1134, 409, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1135, 409, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1136, 409, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1137, 409, 'advice_section_advice_point_2_description', ''), (1138, 409, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1139, 409, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1140, 409, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1141, 422, 'banner_section_banner_slider_0_banner_image', '414'), (1142, 422, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1143, 422, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1144, 422, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1145, 422, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1146, 422, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1147, 422, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1148, 422, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1149, 422, 'banner_section_banner_slider_1_banner_image', '416'), (1150, 422, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1151, 422, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1152, 422, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1153, 422, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1154, 422, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1155, 422, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1156, 422, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1157, 422, 'banner_section_banner_slider_2_banner_image', '413'), (1158, 422, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1159, 422, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1160, 422, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1161, 422, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1162, 422, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1163, 422, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1164, 422, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1165, 422, 'banner_section_banner_slider', '3'), (1166, 422, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1167, 422, 'banner_section_banner_bottom_point', '3'), (1168, 422, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1169, 422, 'banner_section', ''), (1170, 422, '_banner_section', 'field_68c1356edade4'), (1171, 422, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1172, 422, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1173, 422, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1174, 422, '_advice_section_advice_description', 'field_68c13849dadf7'), (1175, 422, 'advice_section_advice_point', '3'), (1176, 422, '_advice_section_advice_point', 'field_68c13873dadf8'), (1177, 422, 'advice_section', ''), (1178, 422, '_advice_section', 'field_68c13825dadf5') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1179, 422, 'speciality_section_speciality_heading', ''), (1180, 422, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1181, 422, 'speciality_section_speciality_description', ''), (1182, 422, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1183, 422, 'speciality_section_speciality_points', ''), (1184, 422, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1185, 422, 'speciality_section_speciality_button', ''), (1186, 422, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1187, 422, 'speciality_section', ''), (1188, 422, '_speciality_section', 'field_68c1399fdae05'), (1189, 422, 'client_relationships_section_heading', ''), (1190, 422, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1191, 422, 'client_relationships_section_description', ''), (1192, 422, '_client_relationships_section_description', 'field_68c13c78c8230'), (1193, 422, 'client_relationships_section_client_relationships_point', ''), (1194, 422, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1195, 422, 'client_relationships_section_bottom_description', ''), (1196, 422, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1197, 422, 'client_relationships_section', ''), (1198, 422, '_client_relationships_section', 'field_68c13c39c822e'), (1199, 422, 'getting_section_getting_heading', ''), (1200, 422, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1201, 422, 'getting_section_getting_points', ''), (1202, 422, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1203, 422, 'getting_section_schedule_button', ''), (1204, 422, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1205, 422, 'getting_section', ''), (1206, 422, '_getting_section', 'field_68c13d5fc8240'), (1207, 422, 'banner_section_banner_bottom_point_0_image', '419'), (1208, 422, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1209, 422, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1210, 422, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1211, 422, 'banner_section_banner_bottom_point_1_image', '419'), (1212, 422, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1213, 422, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1214, 422, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1215, 422, 'banner_section_banner_bottom_point_2_image', '419'), (1216, 422, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1217, 422, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1218, 422, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1219, 422, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1220, 422, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1221, 422, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1222, 422, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1223, 422, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1224, 422, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1225, 422, 'advice_section_advice_point_0_advice_image', '423'), (1226, 422, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1227, 422, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1228, 422, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1229, 422, 'advice_section_advice_point_0_description', ''), (1230, 422, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1231, 422, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:17:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1232, 422, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1233, 422, 'advice_section_advice_point_1_advice_image', '424'), (1234, 422, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1235, 422, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1236, 422, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1237, 422, 'advice_section_advice_point_1_description', ''), (1238, 422, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1239, 422, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:23:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1240, 422, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1241, 422, 'advice_section_advice_point_2_advice_image', '425'), (1242, 422, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1243, 422, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1244, 422, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1245, 422, 'advice_section_advice_point_2_description', ''), (1246, 422, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1247, 422, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:19:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1248, 422, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1249, 409, 'advice_section_advice_point_0_description_point', '3'), (1250, 409, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1251, 409, 'advice_section_advice_point_1_description_point', '3'), (1252, 409, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1253, 409, 'advice_section_advice_point_2_description_point', '3'), (1254, 409, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1255, 426, 'banner_section_banner_slider_0_banner_image', '414'), (1256, 426, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1257, 426, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1258, 426, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1259, 426, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1260, 426, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1261, 426, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1262, 426, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1263, 426, 'banner_section_banner_slider_1_banner_image', '416'), (1264, 426, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1265, 426, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1266, 426, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1267, 426, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1268, 426, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1269, 426, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1270, 426, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1271, 426, 'banner_section_banner_slider_2_banner_image', '413'), (1272, 426, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1273, 426, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1274, 426, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1275, 426, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1276, 426, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1277, 426, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1278, 426, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1279, 426, 'banner_section_banner_slider', '3'), (1280, 426, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1281, 426, 'banner_section_banner_bottom_point', '3'), (1282, 426, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1283, 426, 'banner_section', ''), (1284, 426, '_banner_section', 'field_68c1356edade4'), (1285, 426, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1286, 426, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1287, 426, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1288, 426, '_advice_section_advice_description', 'field_68c13849dadf7'), (1289, 426, 'advice_section_advice_point', '3'), (1290, 426, '_advice_section_advice_point', 'field_68c13873dadf8'), (1291, 426, 'advice_section', ''), (1292, 426, '_advice_section', 'field_68c13825dadf5'), (1293, 426, 'speciality_section_speciality_heading', ''), (1294, 426, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1295, 426, 'speciality_section_speciality_description', ''), (1296, 426, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1297, 426, 'speciality_section_speciality_points', ''), (1298, 426, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1299, 426, 'speciality_section_speciality_button', ''), (1300, 426, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1301, 426, 'speciality_section', ''), (1302, 426, '_speciality_section', 'field_68c1399fdae05'), (1303, 426, 'client_relationships_section_heading', ''), (1304, 426, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1305, 426, 'client_relationships_section_description', ''), (1306, 426, '_client_relationships_section_description', 'field_68c13c78c8230'), (1307, 426, 'client_relationships_section_client_relationships_point', ''), (1308, 426, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1309, 426, 'client_relationships_section_bottom_description', ''), (1310, 426, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1311, 426, 'client_relationships_section', ''), (1312, 426, '_client_relationships_section', 'field_68c13c39c822e'), (1313, 426, 'getting_section_getting_heading', ''), (1314, 426, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1315, 426, 'getting_section_getting_points', ''), (1316, 426, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1317, 426, 'getting_section_schedule_button', ''), (1318, 426, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1319, 426, 'getting_section', ''), (1320, 426, '_getting_section', 'field_68c13d5fc8240'), (1321, 426, 'banner_section_banner_bottom_point_0_image', '419'), (1322, 426, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1323, 426, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1324, 426, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1325, 426, 'banner_section_banner_bottom_point_1_image', '419'), (1326, 426, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1327, 426, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1328, 426, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1329, 426, 'banner_section_banner_bottom_point_2_image', '419'), (1330, 426, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1331, 426, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1332, 426, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1333, 426, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1334, 426, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1335, 426, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1336, 426, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1337, 426, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1338, 426, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1339, 426, 'advice_section_advice_point_0_advice_image', '423'), (1340, 426, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1341, 426, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1342, 426, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1343, 426, 'advice_section_advice_point_0_description', ''), (1344, 426, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1345, 426, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:17:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1346, 426, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1347, 426, 'advice_section_advice_point_1_advice_image', '424'), (1348, 426, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1349, 426, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1350, 426, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1351, 426, 'advice_section_advice_point_1_description', ''), (1352, 426, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1353, 426, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:23:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1354, 426, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1355, 426, 'advice_section_advice_point_2_advice_image', '425'), (1356, 426, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1357, 426, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1358, 426, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1359, 426, 'advice_section_advice_point_2_description', ''), (1360, 426, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1361, 426, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:19:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1362, 426, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1363, 426, 'advice_section_advice_point_0_description_point', ''), (1364, 426, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1365, 426, 'advice_section_advice_point_1_description_point', ''), (1366, 426, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1367, 426, 'advice_section_advice_point_2_description_point', ''), (1368, 426, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1369, 409, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1370, 409, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (1371, 409, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1372, 409, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1373, 409, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1374, 409, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1375, 409, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1376, 409, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1377, 409, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1378, 409, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1379, 409, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1380, 409, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1381, 409, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1382, 409, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1383, 409, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1384, 409, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1385, 409, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1386, 409, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1387, 409, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1388, 409, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1389, 409, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1390, 409, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1391, 409, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (1392, 409, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (1393, 409, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (1394, 409, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (1395, 409, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (1396, 409, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (1397, 409, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (1398, 409, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (1399, 409, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (1400, 409, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (1401, 409, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (1402, 409, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (1403, 409, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (1404, 409, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (1405, 429, 'banner_section_banner_slider_0_banner_image', '414'), (1406, 429, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1407, 429, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1408, 429, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1409, 429, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1410, 429, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1411, 429, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1412, 429, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1413, 429, 'banner_section_banner_slider_1_banner_image', '416'), (1414, 429, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1415, 429, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1416, 429, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1417, 429, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1418, 429, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1419, 429, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1420, 429, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1421, 429, 'banner_section_banner_slider_2_banner_image', '413'), (1422, 429, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1423, 429, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1424, 429, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1425, 429, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1426, 429, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1427, 429, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1428, 429, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1429, 429, 'banner_section_banner_slider', '3'), (1430, 429, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1431, 429, 'banner_section_banner_bottom_point', '3'), (1432, 429, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1433, 429, 'banner_section', ''), (1434, 429, '_banner_section', 'field_68c1356edade4'), (1435, 429, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1436, 429, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1437, 429, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1438, 429, '_advice_section_advice_description', 'field_68c13849dadf7'), (1439, 429, 'advice_section_advice_point', '3'), (1440, 429, '_advice_section_advice_point', 'field_68c13873dadf8'), (1441, 429, 'advice_section', ''), (1442, 429, '_advice_section', 'field_68c13825dadf5'), (1443, 429, 'speciality_section_speciality_heading', ''), (1444, 429, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1445, 429, 'speciality_section_speciality_description', ''), (1446, 429, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1447, 429, 'speciality_section_speciality_points', ''), (1448, 429, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1449, 429, 'speciality_section_speciality_button', ''), (1450, 429, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1451, 429, 'speciality_section', ''), (1452, 429, '_speciality_section', 'field_68c1399fdae05'), (1453, 429, 'client_relationships_section_heading', ''), (1454, 429, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1455, 429, 'client_relationships_section_description', ''), (1456, 429, '_client_relationships_section_description', 'field_68c13c78c8230'), (1457, 429, 'client_relationships_section_client_relationships_point', ''), (1458, 429, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1459, 429, 'client_relationships_section_bottom_description', ''), (1460, 429, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1461, 429, 'client_relationships_section', ''), (1462, 429, '_client_relationships_section', 'field_68c13c39c822e'), (1463, 429, 'getting_section_getting_heading', ''), (1464, 429, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1465, 429, 'getting_section_getting_points', ''), (1466, 429, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1467, 429, 'getting_section_schedule_button', ''), (1468, 429, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1469, 429, 'getting_section', ''), (1470, 429, '_getting_section', 'field_68c13d5fc8240'), (1471, 429, 'banner_section_banner_bottom_point_0_image', '419'), (1472, 429, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1473, 429, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1474, 429, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1475, 429, 'banner_section_banner_bottom_point_1_image', '419'), (1476, 429, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1477, 429, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1478, 429, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1479, 429, 'banner_section_banner_bottom_point_2_image', '419'), (1480, 429, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1481, 429, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1482, 429, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1483, 429, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1484, 429, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1485, 429, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1486, 429, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1487, 429, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1488, 429, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1489, 429, 'advice_section_advice_point_0_advice_image', '423'), (1490, 429, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1491, 429, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1492, 429, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1493, 429, 'advice_section_advice_point_0_description', ''), (1494, 429, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1495, 429, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1496, 429, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1497, 429, 'advice_section_advice_point_1_advice_image', '424'), (1498, 429, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1499, 429, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1500, 429, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1501, 429, 'advice_section_advice_point_1_description', ''), (1502, 429, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1503, 429, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1504, 429, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1505, 429, 'advice_section_advice_point_2_advice_image', '425'), (1506, 429, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1507, 429, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1508, 429, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1509, 429, 'advice_section_advice_point_2_description', ''), (1510, 429, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1511, 429, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1512, 429, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1513, 429, 'advice_section_advice_point_0_description_point', '3'), (1514, 429, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1515, 429, 'advice_section_advice_point_1_description_point', '3'), (1516, 429, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1517, 429, 'advice_section_advice_point_2_description_point', '3'), (1518, 429, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1519, 429, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1520, 429, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (1521, 429, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1522, 429, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1523, 429, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1524, 429, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1525, 429, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1526, 429, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1527, 429, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1528, 429, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (1529, 429, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1530, 429, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1531, 429, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1532, 429, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1533, 429, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1534, 429, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1535, 429, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1536, 429, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1537, 429, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1538, 429, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1539, 429, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1540, 429, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1541, 429, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (1542, 429, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (1543, 429, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (1544, 429, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (1545, 429, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (1546, 429, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (1547, 429, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (1548, 429, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (1549, 429, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (1550, 429, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (1551, 429, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (1552, 429, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (1553, 429, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (1554, 429, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (1555, 430, 'banner_section_banner_slider_0_banner_image', '414'), (1556, 430, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1557, 430, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1558, 430, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1559, 430, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1560, 430, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1561, 430, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1562, 430, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1563, 430, 'banner_section_banner_slider_1_banner_image', '416'), (1564, 430, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1565, 430, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1566, 430, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1567, 430, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1568, 430, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1569, 430, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1570, 430, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1571, 430, 'banner_section_banner_slider_2_banner_image', '413'), (1572, 430, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1573, 430, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1574, 430, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1575, 430, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1576, 430, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1577, 430, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1578, 430, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1579, 430, 'banner_section_banner_slider', '3'), (1580, 430, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1581, 430, 'banner_section_banner_bottom_point', '3'), (1582, 430, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1583, 430, 'banner_section', ''), (1584, 430, '_banner_section', 'field_68c1356edade4'), (1585, 430, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1586, 430, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1587, 430, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1588, 430, '_advice_section_advice_description', 'field_68c13849dadf7'), (1589, 430, 'advice_section_advice_point', '3'), (1590, 430, '_advice_section_advice_point', 'field_68c13873dadf8'), (1591, 430, 'advice_section', ''), (1592, 430, '_advice_section', 'field_68c13825dadf5'), (1593, 430, 'speciality_section_speciality_heading', ''), (1594, 430, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1595, 430, 'speciality_section_speciality_description', ''), (1596, 430, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1597, 430, 'speciality_section_speciality_points', ''), (1598, 430, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1599, 430, 'speciality_section_speciality_button', ''), (1600, 430, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1601, 430, 'speciality_section', ''), (1602, 430, '_speciality_section', 'field_68c1399fdae05'), (1603, 430, 'client_relationships_section_heading', ''), (1604, 430, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1605, 430, 'client_relationships_section_description', ''), (1606, 430, '_client_relationships_section_description', 'field_68c13c78c8230'), (1607, 430, 'client_relationships_section_client_relationships_point', ''), (1608, 430, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1609, 430, 'client_relationships_section_bottom_description', ''), (1610, 430, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1611, 430, 'client_relationships_section', ''), (1612, 430, '_client_relationships_section', 'field_68c13c39c822e'), (1613, 430, 'getting_section_getting_heading', ''), (1614, 430, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1615, 430, 'getting_section_getting_points', ''), (1616, 430, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1617, 430, 'getting_section_schedule_button', ''), (1618, 430, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1619, 430, 'getting_section', ''), (1620, 430, '_getting_section', 'field_68c13d5fc8240'), (1621, 430, 'banner_section_banner_bottom_point_0_image', '419'), (1622, 430, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1623, 430, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1624, 430, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1625, 430, 'banner_section_banner_bottom_point_1_image', '419'), (1626, 430, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1627, 430, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1628, 430, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1629, 430, 'banner_section_banner_bottom_point_2_image', '419'), (1630, 430, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1631, 430, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1632, 430, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1633, 430, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1634, 430, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1635, 430, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1636, 430, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1637, 430, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1638, 430, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1639, 430, 'advice_section_advice_point_0_advice_image', '423'), (1640, 430, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1641, 430, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1642, 430, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1643, 430, 'advice_section_advice_point_0_description', ''), (1644, 430, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1645, 430, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1646, 430, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1647, 430, 'advice_section_advice_point_1_advice_image', '424'), (1648, 430, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1649, 430, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1650, 430, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1651, 430, 'advice_section_advice_point_1_description', ''), (1652, 430, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1653, 430, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1654, 430, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1655, 430, 'advice_section_advice_point_2_advice_image', '425'), (1656, 430, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1657, 430, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1658, 430, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1659, 430, 'advice_section_advice_point_2_description', ''), (1660, 430, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1661, 430, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1662, 430, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1663, 430, 'advice_section_advice_point_0_description_point', '3'), (1664, 430, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1665, 430, 'advice_section_advice_point_1_description_point', '3'), (1666, 430, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1667, 430, 'advice_section_advice_point_2_description_point', '3'), (1668, 430, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1669, 430, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1670, 430, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (1671, 430, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1672, 430, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1673, 430, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1674, 430, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1675, 430, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1676, 430, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1677, 430, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1678, 430, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1679, 430, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1680, 430, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1681, 430, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1682, 430, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1683, 430, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1684, 430, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1685, 430, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1686, 430, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1687, 430, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1688, 430, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1689, 430, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1690, 430, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1691, 430, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (1692, 430, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (1693, 430, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (1694, 430, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (1695, 430, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (1696, 430, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (1697, 430, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (1698, 430, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (1699, 430, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (1700, 430, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (1701, 430, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (1702, 430, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (1703, 430, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (1704, 430, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (1705, 431, 'banner_section_banner_slider_0_banner_image', '414'), (1706, 431, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1707, 431, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1708, 431, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1709, 431, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1710, 431, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1711, 431, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1712, 431, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1713, 431, 'banner_section_banner_slider_1_banner_image', '416'), (1714, 431, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1715, 431, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1716, 431, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1717, 431, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1718, 431, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1719, 431, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1720, 431, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (1721, 431, 'banner_section_banner_slider_2_banner_image', '413'), (1722, 431, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1723, 431, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1724, 431, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1725, 431, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1726, 431, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1727, 431, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1728, 431, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1729, 431, 'banner_section_banner_slider', '3'), (1730, 431, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1731, 431, 'banner_section_banner_bottom_point', '3'), (1732, 431, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1733, 431, 'banner_section', ''), (1734, 431, '_banner_section', 'field_68c1356edade4'), (1735, 431, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1736, 431, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1737, 431, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1738, 431, '_advice_section_advice_description', 'field_68c13849dadf7'), (1739, 431, 'advice_section_advice_point', '3'), (1740, 431, '_advice_section_advice_point', 'field_68c13873dadf8'), (1741, 431, 'advice_section', ''), (1742, 431, '_advice_section', 'field_68c13825dadf5'), (1743, 431, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (1744, 431, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1745, 431, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (1746, 431, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1747, 431, 'speciality_section_speciality_points', ''), (1748, 431, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1749, 431, 'speciality_section_speciality_button', ''), (1750, 431, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1751, 431, 'speciality_section', ''), (1752, 431, '_speciality_section', 'field_68c1399fdae05'), (1753, 431, 'client_relationships_section_heading', ''), (1754, 431, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1755, 431, 'client_relationships_section_description', ''), (1756, 431, '_client_relationships_section_description', 'field_68c13c78c8230'), (1757, 431, 'client_relationships_section_client_relationships_point', ''), (1758, 431, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1759, 431, 'client_relationships_section_bottom_description', ''), (1760, 431, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1761, 431, 'client_relationships_section', ''), (1762, 431, '_client_relationships_section', 'field_68c13c39c822e'), (1763, 431, 'getting_section_getting_heading', ''), (1764, 431, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1765, 431, 'getting_section_getting_points', ''), (1766, 431, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1767, 431, 'getting_section_schedule_button', ''), (1768, 431, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1769, 431, 'getting_section', ''), (1770, 431, '_getting_section', 'field_68c13d5fc8240'), (1771, 431, 'banner_section_banner_bottom_point_0_image', '419'), (1772, 431, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1773, 431, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1774, 431, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1775, 431, 'banner_section_banner_bottom_point_1_image', '419'), (1776, 431, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1777, 431, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1778, 431, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1779, 431, 'banner_section_banner_bottom_point_2_image', '419'), (1780, 431, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1781, 431, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1782, 431, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1783, 431, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1784, 431, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1785, 431, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1786, 431, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1787, 431, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1788, 431, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1789, 431, 'advice_section_advice_point_0_advice_image', '423'), (1790, 431, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1791, 431, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1792, 431, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1793, 431, 'advice_section_advice_point_0_description', ''), (1794, 431, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1795, 431, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1796, 431, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1797, 431, 'advice_section_advice_point_1_advice_image', '424'), (1798, 431, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1799, 431, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1800, 431, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1801, 431, 'advice_section_advice_point_1_description', ''), (1802, 431, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1803, 431, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1804, 431, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1805, 431, 'advice_section_advice_point_2_advice_image', '425'), (1806, 431, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1807, 431, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1808, 431, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1809, 431, 'advice_section_advice_point_2_description', ''), (1810, 431, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1811, 431, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1812, 431, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1813, 431, 'advice_section_advice_point_0_description_point', '3'), (1814, 431, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1815, 431, 'advice_section_advice_point_1_description_point', '3'), (1816, 431, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1817, 431, 'advice_section_advice_point_2_description_point', '3'), (1818, 431, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1819, 431, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1820, 431, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (1821, 431, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1822, 431, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1823, 431, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1824, 431, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1825, 431, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1826, 431, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1827, 431, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1828, 431, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (1829, 431, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1830, 431, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1831, 431, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1832, 431, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1833, 431, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1834, 431, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1835, 431, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1836, 431, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1837, 431, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1838, 431, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1839, 431, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1840, 431, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1841, 431, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (1842, 431, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (1843, 431, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (1844, 431, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (1845, 431, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (1846, 431, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (1847, 431, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (1848, 431, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (1849, 431, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (1850, 431, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (1851, 431, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (1852, 431, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (1853, 431, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (1854, 431, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (1855, 409, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (1856, 409, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (1857, 409, 'speciality_section_speciality_points_0_image', '435'), (1858, 409, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (1859, 409, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (1860, 409, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (1861, 409, 'speciality_section_speciality_points_0_description_point', '3'), (1862, 409, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (1863, 432, 'banner_section_banner_slider_0_banner_image', '414'), (1864, 432, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (1865, 432, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (1866, 432, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (1867, 432, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (1868, 432, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (1869, 432, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1870, 432, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (1871, 432, 'banner_section_banner_slider_1_banner_image', '416'), (1872, 432, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (1873, 432, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (1874, 432, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (1875, 432, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (1876, 432, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (1877, 432, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1878, 432, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1879, 432, 'banner_section_banner_slider_2_banner_image', '413'), (1880, 432, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (1881, 432, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (1882, 432, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (1883, 432, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (1884, 432, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (1885, 432, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1886, 432, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (1887, 432, 'banner_section_banner_slider', '3'), (1888, 432, '_banner_section_banner_slider', 'field_68c1358fdade5'), (1889, 432, 'banner_section_banner_bottom_point', '3'), (1890, 432, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (1891, 432, 'banner_section', ''), (1892, 432, '_banner_section', 'field_68c1356edade4'), (1893, 432, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (1894, 432, '_advice_section_advice_heading', 'field_68c13840dadf6'), (1895, 432, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (1896, 432, '_advice_section_advice_description', 'field_68c13849dadf7'), (1897, 432, 'advice_section_advice_point', '3'), (1898, 432, '_advice_section_advice_point', 'field_68c13873dadf8'), (1899, 432, 'advice_section', ''), (1900, 432, '_advice_section', 'field_68c13825dadf5'), (1901, 432, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (1902, 432, '_speciality_section_speciality_heading', 'field_68c139badae06'), (1903, 432, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (1904, 432, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (1905, 432, 'speciality_section_speciality_points', '1'), (1906, 432, '_speciality_section_speciality_points', 'field_68c139dadae08'), (1907, 432, 'speciality_section_speciality_button', ''), (1908, 432, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (1909, 432, 'speciality_section', ''), (1910, 432, '_speciality_section', 'field_68c1399fdae05'), (1911, 432, 'client_relationships_section_heading', ''), (1912, 432, '_client_relationships_section_heading', 'field_68c13c53c822f'), (1913, 432, 'client_relationships_section_description', ''), (1914, 432, '_client_relationships_section_description', 'field_68c13c78c8230'), (1915, 432, 'client_relationships_section_client_relationships_point', ''), (1916, 432, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (1917, 432, 'client_relationships_section_bottom_description', ''), (1918, 432, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (1919, 432, 'client_relationships_section', ''), (1920, 432, '_client_relationships_section', 'field_68c13c39c822e'), (1921, 432, 'getting_section_getting_heading', ''), (1922, 432, '_getting_section_getting_heading', 'field_68c13d75c8241'), (1923, 432, 'getting_section_getting_points', ''), (1924, 432, '_getting_section_getting_points', 'field_68c13d7fc8242'), (1925, 432, 'getting_section_schedule_button', ''), (1926, 432, '_getting_section_schedule_button', 'field_68c13db5c8248'), (1927, 432, 'getting_section', ''), (1928, 432, '_getting_section', 'field_68c13d5fc8240'), (1929, 432, 'banner_section_banner_bottom_point_0_image', '419'), (1930, 432, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (1931, 432, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (1932, 432, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (1933, 432, 'banner_section_banner_bottom_point_1_image', '419'), (1934, 432, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (1935, 432, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (1936, 432, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (1937, 432, 'banner_section_banner_bottom_point_2_image', '419'), (1938, 432, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (1939, 432, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (1940, 432, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (1941, 432, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (1942, 432, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (1943, 432, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (1944, 432, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (1945, 432, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (1946, 432, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (1947, 432, 'advice_section_advice_point_0_advice_image', '423'), (1948, 432, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (1949, 432, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (1950, 432, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (1951, 432, 'advice_section_advice_point_0_description', ''), (1952, 432, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (1953, 432, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1954, 432, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (1955, 432, 'advice_section_advice_point_1_advice_image', '424'), (1956, 432, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (1957, 432, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (1958, 432, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (1959, 432, 'advice_section_advice_point_1_description', ''), (1960, 432, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (1961, 432, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1962, 432, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (1963, 432, 'advice_section_advice_point_2_advice_image', '425'), (1964, 432, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (1965, 432, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (1966, 432, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (1967, 432, 'advice_section_advice_point_2_description', ''), (1968, 432, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (1969, 432, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (1970, 432, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (1971, 432, 'advice_section_advice_point_0_description_point', '3'), (1972, 432, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (1973, 432, 'advice_section_advice_point_1_description_point', '3'), (1974, 432, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (1975, 432, 'advice_section_advice_point_2_description_point', '3'), (1976, 432, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (1977, 432, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (1978, 432, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1979, 432, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (1980, 432, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (1981, 432, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (1982, 432, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (1983, 432, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (1984, 432, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (1985, 432, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (1986, 432, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (1987, 432, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (1988, 432, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (1989, 432, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (1990, 432, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (1991, 432, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (1992, 432, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (1993, 432, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (1994, 432, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (1995, 432, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (1996, 432, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (1997, 432, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (1998, 432, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (1999, 432, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2000, 432, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2001, 432, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2002, 432, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2003, 432, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2004, 432, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2005, 432, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2006, 432, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2007, 432, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2008, 432, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2009, 432, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2010, 432, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2011, 432, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2012, 432, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2013, 432, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2014, 432, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2015, 432, 'speciality_section_speciality_points_0_image', ''), (2016, 432, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (2017, 432, 'speciality_section_speciality_points_0_description_point_0_description', ''), (2018, 432, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2019, 432, 'speciality_section_speciality_points_0_description_point', '1'), (2020, 432, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2021, 435, '_wp_attached_file', '2025/09/network-image-1.svg'), (2022, 435, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:3121;}'), (2023, 435, '_wp_attachment_image_alt', 'network-image-1'), (2024, 436, '_wp_attached_file', '2025/09/network-image-2.svg'), (2025, 436, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:11433;}'), (2026, 436, '_wp_attachment_image_alt', 'network-image-2'), (2027, 437, '_wp_attached_file', '2025/09/network-image-3.svg'), (2028, 437, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:28224;}'), (2029, 437, '_wp_attachment_image_alt', 'network-image-3'), (2030, 409, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2031, 409, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2032, 409, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2033, 409, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2034, 409, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2035, 409, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2036, 409, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2037, 409, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2038, 409, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2039, 409, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2040, 409, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2041, 409, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2042, 409, 'speciality_section_speciality_points_1_image', '436'), (2043, 409, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2044, 409, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2045, 409, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2046, 409, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2047, 409, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2048, 409, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2049, 409, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2050, 409, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2051, 409, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2052, 409, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2053, 409, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2054, 409, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2055, 409, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2056, 409, 'speciality_section_speciality_points_1_description_point', '3'), (2057, 409, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2058, 409, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2059, 409, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2060, 409, 'speciality_section_speciality_points_2_image', '437'), (2061, 409, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2062, 409, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (2063, 409, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2064, 409, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2065, 409, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2066, 409, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2067, 409, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2068, 409, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2069, 409, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2070, 409, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2071, 409, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2072, 409, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2073, 409, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2074, 409, 'speciality_section_speciality_points_2_description_point', '3'), (2075, 409, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2076, 433, 'banner_section_banner_slider_0_banner_image', '414'), (2077, 433, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2078, 433, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2079, 433, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2080, 433, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (2081, 433, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (2082, 433, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2083, 433, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (2084, 433, 'banner_section_banner_slider_1_banner_image', '416'), (2085, 433, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (2086, 433, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (2087, 433, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (2088, 433, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (2089, 433, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (2090, 433, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2091, 433, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (2092, 433, 'banner_section_banner_slider_2_banner_image', '413'), (2093, 433, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (2094, 433, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (2095, 433, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (2096, 433, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (2097, 433, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (2098, 433, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2099, 433, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (2100, 433, 'banner_section_banner_slider', '3'), (2101, 433, '_banner_section_banner_slider', 'field_68c1358fdade5'), (2102, 433, 'banner_section_banner_bottom_point', '3'), (2103, 433, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (2104, 433, 'banner_section', ''), (2105, 433, '_banner_section', 'field_68c1356edade4'), (2106, 433, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (2107, 433, '_advice_section_advice_heading', 'field_68c13840dadf6'), (2108, 433, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (2109, 433, '_advice_section_advice_description', 'field_68c13849dadf7'), (2110, 433, 'advice_section_advice_point', '3'), (2111, 433, '_advice_section_advice_point', 'field_68c13873dadf8'), (2112, 433, 'advice_section', ''), (2113, 433, '_advice_section', 'field_68c13825dadf5'), (2114, 433, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (2115, 433, '_speciality_section_speciality_heading', 'field_68c139badae06'), (2116, 433, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (2117, 433, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (2118, 433, 'speciality_section_speciality_points', '3'), (2119, 433, '_speciality_section_speciality_points', 'field_68c139dadae08'), (2120, 433, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2121, 433, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (2122, 433, 'speciality_section', ''), (2123, 433, '_speciality_section', 'field_68c1399fdae05'), (2124, 433, 'client_relationships_section_heading', ''), (2125, 433, '_client_relationships_section_heading', 'field_68c13c53c822f'), (2126, 433, 'client_relationships_section_description', ''), (2127, 433, '_client_relationships_section_description', 'field_68c13c78c8230'), (2128, 433, 'client_relationships_section_client_relationships_point', ''), (2129, 433, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (2130, 433, 'client_relationships_section_bottom_description', ''), (2131, 433, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (2132, 433, 'client_relationships_section', ''), (2133, 433, '_client_relationships_section', 'field_68c13c39c822e'), (2134, 433, 'getting_section_getting_heading', ''), (2135, 433, '_getting_section_getting_heading', 'field_68c13d75c8241'), (2136, 433, 'getting_section_getting_points', ''), (2137, 433, '_getting_section_getting_points', 'field_68c13d7fc8242'), (2138, 433, 'getting_section_schedule_button', ''), (2139, 433, '_getting_section_schedule_button', 'field_68c13db5c8248'), (2140, 433, 'getting_section', ''), (2141, 433, '_getting_section', 'field_68c13d5fc8240'), (2142, 433, 'banner_section_banner_bottom_point_0_image', '419'), (2143, 433, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (2144, 433, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (2145, 433, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (2146, 433, 'banner_section_banner_bottom_point_1_image', '419'), (2147, 433, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (2148, 433, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (2149, 433, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (2150, 433, 'banner_section_banner_bottom_point_2_image', '419'), (2151, 433, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (2152, 433, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (2153, 433, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (2154, 433, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (2155, 433, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (2156, 433, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (2157, 433, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (2158, 433, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (2159, 433, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (2160, 433, 'advice_section_advice_point_0_advice_image', '423'), (2161, 433, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (2162, 433, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (2163, 433, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (2164, 433, 'advice_section_advice_point_0_description', ''), (2165, 433, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (2166, 433, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2167, 433, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (2168, 433, 'advice_section_advice_point_1_advice_image', '424'), (2169, 433, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (2170, 433, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (2171, 433, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (2172, 433, 'advice_section_advice_point_1_description', ''), (2173, 433, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (2174, 433, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2175, 433, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (2176, 433, 'advice_section_advice_point_2_advice_image', '425'), (2177, 433, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (2178, 433, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2179, 433, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (2180, 433, 'advice_section_advice_point_2_description', ''), (2181, 433, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (2182, 433, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2183, 433, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (2184, 433, 'advice_section_advice_point_0_description_point', '3'), (2185, 433, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (2186, 433, 'advice_section_advice_point_1_description_point', '3'), (2187, 433, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (2188, 433, 'advice_section_advice_point_2_description_point', '3'), (2189, 433, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (2190, 433, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (2191, 433, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (2192, 433, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (2193, 433, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (2194, 433, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (2195, 433, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (2196, 433, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (2197, 433, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (2198, 433, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (2199, 433, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (2200, 433, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (2201, 433, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (2202, 433, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (2203, 433, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (2204, 433, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (2205, 433, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (2206, 433, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (2207, 433, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (2208, 433, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (2209, 433, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (2210, 433, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (2211, 433, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (2212, 433, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2213, 433, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2214, 433, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2215, 433, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2216, 433, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2217, 433, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2218, 433, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2219, 433, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2220, 433, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2221, 433, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2222, 433, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2223, 433, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2224, 433, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2225, 433, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2226, 433, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2227, 433, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2228, 433, 'speciality_section_speciality_points_0_image', '435'), (2229, 433, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (2230, 433, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (2231, 433, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2232, 433, 'speciality_section_speciality_points_0_description_point', '3'), (2233, 433, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2234, 433, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2235, 433, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2236, 433, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2237, 433, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2238, 433, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2239, 433, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2240, 433, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2241, 433, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2242, 433, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2243, 433, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2244, 433, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2245, 433, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2246, 433, 'speciality_section_speciality_points_1_image', '436'), (2247, 433, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2248, 433, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2249, 433, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2250, 433, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2251, 433, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2252, 433, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2253, 433, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2254, 433, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2255, 433, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2256, 433, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2257, 433, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2258, 433, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2259, 433, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2260, 433, 'speciality_section_speciality_points_1_description_point', '3'), (2261, 433, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2262, 433, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2263, 433, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2264, 433, 'speciality_section_speciality_points_2_image', '437'), (2265, 433, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2266, 433, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (2267, 433, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2268, 433, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2269, 433, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2270, 433, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2271, 433, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2272, 433, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2273, 433, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2274, 433, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2275, 433, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2276, 433, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2277, 433, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2278, 433, 'speciality_section_speciality_points_2_description_point', '3') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2279, 433, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2280, 409, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (2281, 409, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (2282, 409, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (2283, 409, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (2284, 409, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (2285, 409, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (2286, 409, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2287, 409, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (2288, 438, 'banner_section_banner_slider_0_banner_image', '414'), (2289, 438, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2290, 438, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (2291, 438, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2292, 438, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (2293, 438, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (2294, 438, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2295, 438, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (2296, 438, 'banner_section_banner_slider_1_banner_image', '416'), (2297, 438, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (2298, 438, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (2299, 438, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (2300, 438, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (2301, 438, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (2302, 438, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2303, 438, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (2304, 438, 'banner_section_banner_slider_2_banner_image', '413'), (2305, 438, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (2306, 438, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (2307, 438, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (2308, 438, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (2309, 438, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (2310, 438, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2311, 438, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (2312, 438, 'banner_section_banner_slider', '3'), (2313, 438, '_banner_section_banner_slider', 'field_68c1358fdade5'), (2314, 438, 'banner_section_banner_bottom_point', '3'), (2315, 438, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (2316, 438, 'banner_section', ''), (2317, 438, '_banner_section', 'field_68c1356edade4'), (2318, 438, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (2319, 438, '_advice_section_advice_heading', 'field_68c13840dadf6'), (2320, 438, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (2321, 438, '_advice_section_advice_description', 'field_68c13849dadf7'), (2322, 438, 'advice_section_advice_point', '3'), (2323, 438, '_advice_section_advice_point', 'field_68c13873dadf8'), (2324, 438, 'advice_section', ''), (2325, 438, '_advice_section', 'field_68c13825dadf5'), (2326, 438, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (2327, 438, '_speciality_section_speciality_heading', 'field_68c139badae06'), (2328, 438, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (2329, 438, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (2330, 438, 'speciality_section_speciality_points', '3'), (2331, 438, '_speciality_section_speciality_points', 'field_68c139dadae08'), (2332, 438, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2333, 438, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (2334, 438, 'speciality_section', ''), (2335, 438, '_speciality_section', 'field_68c1399fdae05'), (2336, 438, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (2337, 438, '_client_relationships_section_heading', 'field_68c13c53c822f'), (2338, 438, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (2339, 438, '_client_relationships_section_description', 'field_68c13c78c8230'), (2340, 438, 'client_relationships_section_client_relationships_point', '1'), (2341, 438, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (2342, 438, 'client_relationships_section_bottom_description', ''), (2343, 438, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (2344, 438, 'client_relationships_section', ''), (2345, 438, '_client_relationships_section', 'field_68c13c39c822e'), (2346, 438, 'getting_section_getting_heading', ''), (2347, 438, '_getting_section_getting_heading', 'field_68c13d75c8241'), (2348, 438, 'getting_section_getting_points', ''), (2349, 438, '_getting_section_getting_points', 'field_68c13d7fc8242'), (2350, 438, 'getting_section_schedule_button', ''), (2351, 438, '_getting_section_schedule_button', 'field_68c13db5c8248'), (2352, 438, 'getting_section', ''), (2353, 438, '_getting_section', 'field_68c13d5fc8240'), (2354, 438, 'banner_section_banner_bottom_point_0_image', '419'), (2355, 438, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (2356, 438, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (2357, 438, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (2358, 438, 'banner_section_banner_bottom_point_1_image', '419'), (2359, 438, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (2360, 438, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (2361, 438, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (2362, 438, 'banner_section_banner_bottom_point_2_image', '419'), (2363, 438, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (2364, 438, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (2365, 438, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (2366, 438, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (2367, 438, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (2368, 438, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (2369, 438, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (2370, 438, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (2371, 438, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (2372, 438, 'advice_section_advice_point_0_advice_image', '423'), (2373, 438, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (2374, 438, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (2375, 438, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (2376, 438, 'advice_section_advice_point_0_description', ''), (2377, 438, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (2378, 438, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2379, 438, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (2380, 438, 'advice_section_advice_point_1_advice_image', '424'), (2381, 438, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (2382, 438, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (2383, 438, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (2384, 438, 'advice_section_advice_point_1_description', ''), (2385, 438, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (2386, 438, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2387, 438, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (2388, 438, 'advice_section_advice_point_2_advice_image', '425'), (2389, 438, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (2390, 438, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (2391, 438, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (2392, 438, 'advice_section_advice_point_2_description', ''), (2393, 438, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (2394, 438, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2395, 438, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (2396, 438, 'advice_section_advice_point_0_description_point', '3'), (2397, 438, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (2398, 438, 'advice_section_advice_point_1_description_point', '3'), (2399, 438, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (2400, 438, 'advice_section_advice_point_2_description_point', '3'), (2401, 438, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (2402, 438, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (2403, 438, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (2404, 438, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (2405, 438, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (2406, 438, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (2407, 438, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (2408, 438, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (2409, 438, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (2410, 438, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (2411, 438, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (2412, 438, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (2413, 438, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (2414, 438, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (2415, 438, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (2416, 438, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (2417, 438, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (2418, 438, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (2419, 438, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (2420, 438, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (2421, 438, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (2422, 438, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (2423, 438, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (2424, 438, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2425, 438, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2426, 438, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2427, 438, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2428, 438, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2429, 438, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2430, 438, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2431, 438, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2432, 438, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2433, 438, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2434, 438, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2435, 438, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2436, 438, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2437, 438, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2438, 438, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2439, 438, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2440, 438, 'speciality_section_speciality_points_0_image', '435'), (2441, 438, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (2442, 438, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (2443, 438, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2444, 438, 'speciality_section_speciality_points_0_description_point', '3'), (2445, 438, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2446, 438, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2447, 438, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2448, 438, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2449, 438, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2450, 438, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2451, 438, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2452, 438, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2453, 438, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2454, 438, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2455, 438, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2456, 438, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2457, 438, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2458, 438, 'speciality_section_speciality_points_1_image', '436'), (2459, 438, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2460, 438, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2461, 438, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2462, 438, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2463, 438, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2464, 438, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2465, 438, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2466, 438, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2467, 438, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2468, 438, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2469, 438, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2470, 438, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2471, 438, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2472, 438, 'speciality_section_speciality_points_1_description_point', '3'), (2473, 438, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2474, 438, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2475, 438, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2476, 438, 'speciality_section_speciality_points_2_image', '437'), (2477, 438, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2478, 438, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2479, 438, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2480, 438, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2481, 438, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2482, 438, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2483, 438, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2484, 438, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2485, 438, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2486, 438, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2487, 438, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2488, 438, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2489, 438, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2490, 438, 'speciality_section_speciality_points_2_description_point', '3'), (2491, 438, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2492, 438, 'client_relationships_section_client_relationships_point_0_point_image', ''), (2493, 438, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (2494, 438, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (2495, 438, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (2496, 438, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (2497, 438, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (2498, 438, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2499, 438, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (2500, 440, '_wp_attached_file', '2025/09/growth-image-1.svg'), (2501, 440, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:5946;}'), (2502, 441, '_wp_attached_file', '2025/09/growth-image-2.svg'), (2503, 441, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2827;}'), (2504, 442, '_wp_attached_file', '2025/09/growth-image-3.svg'), (2505, 442, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:8112;}'), (2506, 440, '_wp_attachment_image_alt', 'growth-image-1'), (2507, 441, '_wp_attachment_image_alt', 'growth-image-2'), (2508, 442, '_wp_attachment_image_alt', 'growth-image-3'), (2509, 409, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (2510, 409, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (2511, 409, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (2512, 409, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (2513, 409, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (2514, 409, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (2515, 409, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2516, 409, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (2517, 409, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (2518, 409, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (2519, 409, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (2520, 409, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (2521, 409, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (2522, 409, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (2523, 409, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2524, 409, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (2525, 439, 'banner_section_banner_slider_0_banner_image', '414'), (2526, 439, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2527, 439, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (2528, 439, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2529, 439, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (2530, 439, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (2531, 439, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2532, 439, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (2533, 439, 'banner_section_banner_slider_1_banner_image', '416'), (2534, 439, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (2535, 439, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (2536, 439, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (2537, 439, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (2538, 439, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (2539, 439, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2540, 439, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (2541, 439, 'banner_section_banner_slider_2_banner_image', '413'), (2542, 439, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (2543, 439, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (2544, 439, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (2545, 439, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (2546, 439, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (2547, 439, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2548, 439, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (2549, 439, 'banner_section_banner_slider', '3'), (2550, 439, '_banner_section_banner_slider', 'field_68c1358fdade5'), (2551, 439, 'banner_section_banner_bottom_point', '3'), (2552, 439, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (2553, 439, 'banner_section', ''), (2554, 439, '_banner_section', 'field_68c1356edade4'), (2555, 439, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (2556, 439, '_advice_section_advice_heading', 'field_68c13840dadf6'), (2557, 439, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (2558, 439, '_advice_section_advice_description', 'field_68c13849dadf7'), (2559, 439, 'advice_section_advice_point', '3'), (2560, 439, '_advice_section_advice_point', 'field_68c13873dadf8'), (2561, 439, 'advice_section', ''), (2562, 439, '_advice_section', 'field_68c13825dadf5'), (2563, 439, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (2564, 439, '_speciality_section_speciality_heading', 'field_68c139badae06'), (2565, 439, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (2566, 439, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (2567, 439, 'speciality_section_speciality_points', '3'), (2568, 439, '_speciality_section_speciality_points', 'field_68c139dadae08'), (2569, 439, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2570, 439, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (2571, 439, 'speciality_section', ''), (2572, 439, '_speciality_section', 'field_68c1399fdae05'), (2573, 439, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (2574, 439, '_client_relationships_section_heading', 'field_68c13c53c822f'), (2575, 439, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (2576, 439, '_client_relationships_section_description', 'field_68c13c78c8230'), (2577, 439, 'client_relationships_section_client_relationships_point', '3'), (2578, 439, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2579, 439, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (2580, 439, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (2581, 439, 'client_relationships_section', ''), (2582, 439, '_client_relationships_section', 'field_68c13c39c822e'), (2583, 439, 'getting_section_getting_heading', ''), (2584, 439, '_getting_section_getting_heading', 'field_68c13d75c8241'), (2585, 439, 'getting_section_getting_points', ''), (2586, 439, '_getting_section_getting_points', 'field_68c13d7fc8242'), (2587, 439, 'getting_section_schedule_button', ''), (2588, 439, '_getting_section_schedule_button', 'field_68c13db5c8248'), (2589, 439, 'getting_section', ''), (2590, 439, '_getting_section', 'field_68c13d5fc8240'), (2591, 439, 'banner_section_banner_bottom_point_0_image', '419'), (2592, 439, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (2593, 439, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (2594, 439, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (2595, 439, 'banner_section_banner_bottom_point_1_image', '419'), (2596, 439, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (2597, 439, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (2598, 439, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (2599, 439, 'banner_section_banner_bottom_point_2_image', '419'), (2600, 439, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (2601, 439, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (2602, 439, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (2603, 439, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (2604, 439, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (2605, 439, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (2606, 439, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (2607, 439, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (2608, 439, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (2609, 439, 'advice_section_advice_point_0_advice_image', '423'), (2610, 439, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (2611, 439, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (2612, 439, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (2613, 439, 'advice_section_advice_point_0_description', ''), (2614, 439, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (2615, 439, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2616, 439, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (2617, 439, 'advice_section_advice_point_1_advice_image', '424'), (2618, 439, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (2619, 439, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (2620, 439, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (2621, 439, 'advice_section_advice_point_1_description', ''), (2622, 439, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (2623, 439, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2624, 439, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (2625, 439, 'advice_section_advice_point_2_advice_image', '425'), (2626, 439, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (2627, 439, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (2628, 439, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (2629, 439, 'advice_section_advice_point_2_description', ''), (2630, 439, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (2631, 439, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2632, 439, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (2633, 439, 'advice_section_advice_point_0_description_point', '3'), (2634, 439, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (2635, 439, 'advice_section_advice_point_1_description_point', '3'), (2636, 439, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (2637, 439, 'advice_section_advice_point_2_description_point', '3'), (2638, 439, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (2639, 439, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (2640, 439, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (2641, 439, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (2642, 439, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (2643, 439, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (2644, 439, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (2645, 439, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (2646, 439, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (2647, 439, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (2648, 439, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (2649, 439, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (2650, 439, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (2651, 439, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (2652, 439, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (2653, 439, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (2654, 439, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (2655, 439, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (2656, 439, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (2657, 439, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (2658, 439, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (2659, 439, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (2660, 439, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (2661, 439, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2662, 439, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2663, 439, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2664, 439, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2665, 439, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2666, 439, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2667, 439, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2668, 439, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2669, 439, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2670, 439, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2671, 439, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2672, 439, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2673, 439, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2674, 439, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2675, 439, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2676, 439, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2677, 439, 'speciality_section_speciality_points_0_image', '435'), (2678, 439, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2679, 439, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (2680, 439, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2681, 439, 'speciality_section_speciality_points_0_description_point', '3'), (2682, 439, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2683, 439, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2684, 439, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2685, 439, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2686, 439, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2687, 439, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2688, 439, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2689, 439, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2690, 439, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2691, 439, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2692, 439, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2693, 439, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2694, 439, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2695, 439, 'speciality_section_speciality_points_1_image', '436'), (2696, 439, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2697, 439, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2698, 439, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2699, 439, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2700, 439, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2701, 439, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2702, 439, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2703, 439, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2704, 439, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2705, 439, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2706, 439, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2707, 439, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2708, 439, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2709, 439, 'speciality_section_speciality_points_1_description_point', '3'), (2710, 439, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2711, 439, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2712, 439, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2713, 439, 'speciality_section_speciality_points_2_image', '437'), (2714, 439, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2715, 439, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (2716, 439, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2717, 439, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2718, 439, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2719, 439, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2720, 439, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2721, 439, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2722, 439, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2723, 439, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2724, 439, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2725, 439, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2726, 439, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2727, 439, 'speciality_section_speciality_points_2_description_point', '3'), (2728, 439, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2729, 439, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (2730, 439, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (2731, 439, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (2732, 439, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (2733, 439, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (2734, 439, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (2735, 439, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2736, 439, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (2737, 439, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (2738, 439, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (2739, 439, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (2740, 439, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (2741, 439, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (2742, 439, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (2743, 439, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2744, 439, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (2745, 439, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (2746, 439, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (2747, 439, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (2748, 439, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (2749, 439, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (2750, 439, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (2751, 439, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2752, 439, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (2753, 409, 'getting_section_getting_points_0_point', 'Let’s discuss your specific needs and goals.'), (2754, 409, '_getting_section_getting_points_0_point', 'field_68c13d8bc8243'), (2755, 443, 'banner_section_banner_slider_0_banner_image', '414'), (2756, 443, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2757, 443, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (2758, 443, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2759, 443, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (2760, 443, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (2761, 443, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2762, 443, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (2763, 443, 'banner_section_banner_slider_1_banner_image', '416'), (2764, 443, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (2765, 443, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (2766, 443, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (2767, 443, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (2768, 443, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (2769, 443, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2770, 443, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (2771, 443, 'banner_section_banner_slider_2_banner_image', '413'), (2772, 443, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (2773, 443, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (2774, 443, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (2775, 443, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (2776, 443, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (2777, 443, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2778, 443, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2779, 443, 'banner_section_banner_slider', '3'), (2780, 443, '_banner_section_banner_slider', 'field_68c1358fdade5'), (2781, 443, 'banner_section_banner_bottom_point', '3'), (2782, 443, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (2783, 443, 'banner_section', ''), (2784, 443, '_banner_section', 'field_68c1356edade4'), (2785, 443, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (2786, 443, '_advice_section_advice_heading', 'field_68c13840dadf6'), (2787, 443, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (2788, 443, '_advice_section_advice_description', 'field_68c13849dadf7'), (2789, 443, 'advice_section_advice_point', '3'), (2790, 443, '_advice_section_advice_point', 'field_68c13873dadf8'), (2791, 443, 'advice_section', ''), (2792, 443, '_advice_section', 'field_68c13825dadf5'), (2793, 443, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (2794, 443, '_speciality_section_speciality_heading', 'field_68c139badae06'), (2795, 443, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (2796, 443, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (2797, 443, 'speciality_section_speciality_points', '3'), (2798, 443, '_speciality_section_speciality_points', 'field_68c139dadae08'), (2799, 443, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2800, 443, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (2801, 443, 'speciality_section', ''), (2802, 443, '_speciality_section', 'field_68c1399fdae05'), (2803, 443, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (2804, 443, '_client_relationships_section_heading', 'field_68c13c53c822f'), (2805, 443, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (2806, 443, '_client_relationships_section_description', 'field_68c13c78c8230'), (2807, 443, 'client_relationships_section_client_relationships_point', '3'), (2808, 443, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (2809, 443, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (2810, 443, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (2811, 443, 'client_relationships_section', ''), (2812, 443, '_client_relationships_section', 'field_68c13c39c822e'), (2813, 443, 'getting_section_getting_heading', 'Getting started is really easy, here’s how ...'), (2814, 443, '_getting_section_getting_heading', 'field_68c13d75c8241'), (2815, 443, 'getting_section_getting_points', '1'), (2816, 443, '_getting_section_getting_points', 'field_68c13d7fc8242'), (2817, 443, 'getting_section_schedule_button', ''), (2818, 443, '_getting_section_schedule_button', 'field_68c13db5c8248'), (2819, 443, 'getting_section', ''), (2820, 443, '_getting_section', 'field_68c13d5fc8240'), (2821, 443, 'banner_section_banner_bottom_point_0_image', '419'), (2822, 443, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (2823, 443, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (2824, 443, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (2825, 443, 'banner_section_banner_bottom_point_1_image', '419'), (2826, 443, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (2827, 443, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (2828, 443, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (2829, 443, 'banner_section_banner_bottom_point_2_image', '419'), (2830, 443, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (2831, 443, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (2832, 443, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (2833, 443, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (2834, 443, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (2835, 443, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (2836, 443, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (2837, 443, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (2838, 443, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (2839, 443, 'advice_section_advice_point_0_advice_image', '423'), (2840, 443, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (2841, 443, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (2842, 443, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (2843, 443, 'advice_section_advice_point_0_description', ''), (2844, 443, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (2845, 443, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2846, 443, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (2847, 443, 'advice_section_advice_point_1_advice_image', '424'), (2848, 443, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (2849, 443, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (2850, 443, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (2851, 443, 'advice_section_advice_point_1_description', ''), (2852, 443, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (2853, 443, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2854, 443, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (2855, 443, 'advice_section_advice_point_2_advice_image', '425'), (2856, 443, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (2857, 443, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (2858, 443, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (2859, 443, 'advice_section_advice_point_2_description', ''), (2860, 443, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (2861, 443, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2862, 443, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (2863, 443, 'advice_section_advice_point_0_description_point', '3'), (2864, 443, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (2865, 443, 'advice_section_advice_point_1_description_point', '3'), (2866, 443, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (2867, 443, 'advice_section_advice_point_2_description_point', '3'), (2868, 443, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (2869, 443, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (2870, 443, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (2871, 443, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (2872, 443, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (2873, 443, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (2874, 443, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (2875, 443, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (2876, 443, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (2877, 443, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (2878, 443, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2879, 443, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (2880, 443, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (2881, 443, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (2882, 443, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (2883, 443, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (2884, 443, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (2885, 443, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (2886, 443, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (2887, 443, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (2888, 443, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (2889, 443, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (2890, 443, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (2891, 443, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (2892, 443, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (2893, 443, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (2894, 443, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (2895, 443, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (2896, 443, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (2897, 443, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (2898, 443, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (2899, 443, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (2900, 443, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (2901, 443, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (2902, 443, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (2903, 443, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (2904, 443, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (2905, 443, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (2906, 443, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (2907, 443, 'speciality_section_speciality_points_0_image', '435'), (2908, 443, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (2909, 443, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (2910, 443, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (2911, 443, 'speciality_section_speciality_points_0_description_point', '3'), (2912, 443, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (2913, 443, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (2914, 443, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (2915, 443, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (2916, 443, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (2917, 443, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (2918, 443, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (2919, 443, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (2920, 443, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (2921, 443, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (2922, 443, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (2923, 443, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (2924, 443, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (2925, 443, 'speciality_section_speciality_points_1_image', '436'), (2926, 443, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (2927, 443, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (2928, 443, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (2929, 443, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (2930, 443, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (2931, 443, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (2932, 443, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (2933, 443, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (2934, 443, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (2935, 443, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (2936, 443, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (2937, 443, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (2938, 443, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (2939, 443, 'speciality_section_speciality_points_1_description_point', '3'), (2940, 443, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (2941, 443, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (2942, 443, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (2943, 443, 'speciality_section_speciality_points_2_image', '437'), (2944, 443, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (2945, 443, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (2946, 443, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (2947, 443, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (2948, 443, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (2949, 443, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (2950, 443, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (2951, 443, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (2952, 443, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (2953, 443, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (2954, 443, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (2955, 443, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (2956, 443, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (2957, 443, 'speciality_section_speciality_points_2_description_point', '3'), (2958, 443, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (2959, 443, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (2960, 443, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (2961, 443, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (2962, 443, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (2963, 443, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (2964, 443, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (2965, 443, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2966, 443, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (2967, 443, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (2968, 443, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (2969, 443, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (2970, 443, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (2971, 443, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (2972, 443, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (2973, 443, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2974, 443, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (2975, 443, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (2976, 443, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (2977, 443, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (2978, 443, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2979, 443, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (2980, 443, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (2981, 443, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (2982, 443, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (2983, 443, 'getting_section_getting_points_0_point', 'Schedule an Appointment'), (2984, 443, '_getting_section_getting_points_0_point', 'field_68c13d8bc8243'), (2985, 409, 'getting_section_getting_points_0_point_heading', 'Schedule an Appointment'), (2986, 409, '_getting_section_getting_points_0_point_heading', 'field_68c7d0421ba83'), (2987, 409, 'getting_section_getting_points_1_point_heading', 'Partner with Bombora'), (2988, 409, '_getting_section_getting_points_1_point_heading', 'field_68c7d0421ba83'), (2989, 409, 'getting_section_getting_points_1_point', 'Join our specialised licensee network.'), (2990, 409, '_getting_section_getting_points_1_point', 'field_68c13d8bc8243'), (2991, 409, 'getting_section_getting_points_2_point_heading', 'Grow Your Business'), (2992, 409, '_getting_section_getting_points_2_point_heading', 'field_68c7d0421ba83'), (2993, 409, 'getting_section_getting_points_2_point', 'Benefit from our support to expand your practice.'), (2994, 409, '_getting_section_getting_points_2_point', 'field_68c13d8bc8243'), (2995, 444, 'banner_section_banner_slider_0_banner_image', '414'), (2996, 444, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (2997, 444, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (2998, 444, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (2999, 444, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (3000, 444, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (3001, 444, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3002, 444, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (3003, 444, 'banner_section_banner_slider_1_banner_image', '416'), (3004, 444, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (3005, 444, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (3006, 444, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (3007, 444, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (3008, 444, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (3009, 444, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3010, 444, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (3011, 444, 'banner_section_banner_slider_2_banner_image', '413'), (3012, 444, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (3013, 444, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (3014, 444, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (3015, 444, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (3016, 444, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (3017, 444, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3018, 444, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (3019, 444, 'banner_section_banner_slider', '3'), (3020, 444, '_banner_section_banner_slider', 'field_68c1358fdade5'), (3021, 444, 'banner_section_banner_bottom_point', '3'), (3022, 444, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (3023, 444, 'banner_section', ''), (3024, 444, '_banner_section', 'field_68c1356edade4'), (3025, 444, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (3026, 444, '_advice_section_advice_heading', 'field_68c13840dadf6'), (3027, 444, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (3028, 444, '_advice_section_advice_description', 'field_68c13849dadf7'), (3029, 444, 'advice_section_advice_point', '3'), (3030, 444, '_advice_section_advice_point', 'field_68c13873dadf8'), (3031, 444, 'advice_section', ''), (3032, 444, '_advice_section', 'field_68c13825dadf5'), (3033, 444, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (3034, 444, '_speciality_section_speciality_heading', 'field_68c139badae06'), (3035, 444, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (3036, 444, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (3037, 444, 'speciality_section_speciality_points', '3'), (3038, 444, '_speciality_section_speciality_points', 'field_68c139dadae08'), (3039, 444, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3040, 444, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (3041, 444, 'speciality_section', ''), (3042, 444, '_speciality_section', 'field_68c1399fdae05'), (3043, 444, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (3044, 444, '_client_relationships_section_heading', 'field_68c13c53c822f'), (3045, 444, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (3046, 444, '_client_relationships_section_description', 'field_68c13c78c8230'), (3047, 444, 'client_relationships_section_client_relationships_point', '3'), (3048, 444, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (3049, 444, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (3050, 444, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (3051, 444, 'client_relationships_section', ''), (3052, 444, '_client_relationships_section', 'field_68c13c39c822e'), (3053, 444, 'getting_section_getting_heading', 'Getting started is really easy, here’s how ...'), (3054, 444, '_getting_section_getting_heading', 'field_68c13d75c8241'), (3055, 444, 'getting_section_getting_points', '3'), (3056, 444, '_getting_section_getting_points', 'field_68c13d7fc8242'), (3057, 444, 'getting_section_schedule_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3058, 444, '_getting_section_schedule_button', 'field_68c13db5c8248'), (3059, 444, 'getting_section', ''), (3060, 444, '_getting_section', 'field_68c13d5fc8240'), (3061, 444, 'banner_section_banner_bottom_point_0_image', '419'), (3062, 444, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (3063, 444, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (3064, 444, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (3065, 444, 'banner_section_banner_bottom_point_1_image', '419'), (3066, 444, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (3067, 444, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (3068, 444, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (3069, 444, 'banner_section_banner_bottom_point_2_image', '419'), (3070, 444, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (3071, 444, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (3072, 444, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (3073, 444, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (3074, 444, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (3075, 444, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (3076, 444, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (3077, 444, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (3078, 444, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3079, 444, 'advice_section_advice_point_0_advice_image', '423'), (3080, 444, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (3081, 444, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (3082, 444, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (3083, 444, 'advice_section_advice_point_0_description', ''), (3084, 444, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (3085, 444, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3086, 444, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (3087, 444, 'advice_section_advice_point_1_advice_image', '424'), (3088, 444, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (3089, 444, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (3090, 444, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (3091, 444, 'advice_section_advice_point_1_description', ''), (3092, 444, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (3093, 444, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3094, 444, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (3095, 444, 'advice_section_advice_point_2_advice_image', '425'), (3096, 444, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (3097, 444, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (3098, 444, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (3099, 444, 'advice_section_advice_point_2_description', ''), (3100, 444, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (3101, 444, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3102, 444, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (3103, 444, 'advice_section_advice_point_0_description_point', '3'), (3104, 444, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (3105, 444, 'advice_section_advice_point_1_description_point', '3'), (3106, 444, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (3107, 444, 'advice_section_advice_point_2_description_point', '3'), (3108, 444, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (3109, 444, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (3110, 444, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (3111, 444, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (3112, 444, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (3113, 444, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (3114, 444, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (3115, 444, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (3116, 444, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (3117, 444, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (3118, 444, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (3119, 444, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (3120, 444, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (3121, 444, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (3122, 444, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (3123, 444, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (3124, 444, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (3125, 444, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (3126, 444, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (3127, 444, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (3128, 444, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (3129, 444, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (3130, 444, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (3131, 444, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (3132, 444, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (3133, 444, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (3134, 444, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (3135, 444, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (3136, 444, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (3137, 444, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (3138, 444, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (3139, 444, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (3140, 444, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (3141, 444, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (3142, 444, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (3143, 444, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (3144, 444, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (3145, 444, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (3146, 444, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (3147, 444, 'speciality_section_speciality_points_0_image', '435'), (3148, 444, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (3149, 444, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (3150, 444, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (3151, 444, 'speciality_section_speciality_points_0_description_point', '3'), (3152, 444, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (3153, 444, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (3154, 444, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (3155, 444, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (3156, 444, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (3157, 444, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (3158, 444, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (3159, 444, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (3160, 444, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (3161, 444, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (3162, 444, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (3163, 444, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (3164, 444, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (3165, 444, 'speciality_section_speciality_points_1_image', '436'), (3166, 444, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (3167, 444, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (3168, 444, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (3169, 444, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (3170, 444, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (3171, 444, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (3172, 444, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (3173, 444, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (3174, 444, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (3175, 444, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (3176, 444, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (3177, 444, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (3178, 444, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3179, 444, 'speciality_section_speciality_points_1_description_point', '3'), (3180, 444, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (3181, 444, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (3182, 444, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (3183, 444, 'speciality_section_speciality_points_2_image', '437'), (3184, 444, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (3185, 444, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (3186, 444, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (3187, 444, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (3188, 444, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (3189, 444, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (3190, 444, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (3191, 444, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (3192, 444, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (3193, 444, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (3194, 444, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (3195, 444, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (3196, 444, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (3197, 444, 'speciality_section_speciality_points_2_description_point', '3'), (3198, 444, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (3199, 444, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (3200, 444, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (3201, 444, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (3202, 444, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (3203, 444, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (3204, 444, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (3205, 444, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3206, 444, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (3207, 444, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (3208, 444, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (3209, 444, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (3210, 444, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (3211, 444, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (3212, 444, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (3213, 444, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3214, 444, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (3215, 444, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (3216, 444, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (3217, 444, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (3218, 444, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (3219, 444, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (3220, 444, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (3221, 444, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3222, 444, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (3223, 444, 'getting_section_getting_points_0_point', 'Let’s discuss your specific needs and goals.'), (3224, 444, '_getting_section_getting_points_0_point', 'field_68c13d8bc8243'), (3225, 444, 'getting_section_getting_points_0_point_heading', 'Schedule an Appointment'), (3226, 444, '_getting_section_getting_points_0_point_heading', 'field_68c7d0421ba83'), (3227, 444, 'getting_section_getting_points_1_point_heading', 'Partner with Bombora'), (3228, 444, '_getting_section_getting_points_1_point_heading', 'field_68c7d0421ba83'), (3229, 444, 'getting_section_getting_points_1_point', 'Join our specialised licensee network.'), (3230, 444, '_getting_section_getting_points_1_point', 'field_68c13d8bc8243'), (3231, 444, 'getting_section_getting_points_2_point_heading', 'Grow Your Business'), (3232, 444, '_getting_section_getting_points_2_point_heading', 'field_68c7d0421ba83'), (3233, 444, 'getting_section_getting_points_2_point', 'Benefit from our support to expand your practice.'), (3234, 444, '_getting_section_getting_points_2_point', 'field_68c13d8bc8243'), (3235, 446, 'banner_section_banner_slider_0_banner_image', '414'), (3236, 446, '_banner_section_banner_slider_0_banner_image', 'field_68c13742dade6'), (3237, 446, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (3238, 446, '_banner_section_banner_slider_0_banner_heading', 'field_68c13751dade7'), (3239, 446, 'banner_section_banner_slider_0_banner_description', 'As a 100% specialised risk advice licensee, Bombora delivers unmatched resources designed for your success.'), (3240, 446, '_banner_section_banner_slider_0_banner_description', 'field_68c1375edade8'), (3241, 446, 'banner_section_banner_slider_0_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3242, 446, '_banner_section_banner_slider_0_banner_button', 'field_68c1376bdade9'), (3243, 446, 'banner_section_banner_slider_1_banner_image', '416'), (3244, 446, '_banner_section_banner_slider_1_banner_image', 'field_68c13742dade6'), (3245, 446, 'banner_section_banner_slider_1_banner_heading', 'Elevate your
Risk Advice Practice
with tailored support.'), (3246, 446, '_banner_section_banner_slider_1_banner_heading', 'field_68c13751dade7'), (3247, 446, 'banner_section_banner_slider_1_banner_description', 'Discover an environment where you can focus exclusively on delivering exceptional outcomes for your clients.'), (3248, 446, '_banner_section_banner_slider_1_banner_description', 'field_68c1375edade8'), (3249, 446, 'banner_section_banner_slider_1_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3250, 446, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (3251, 446, 'banner_section_banner_slider_2_banner_image', '413'), (3252, 446, '_banner_section_banner_slider_2_banner_image', 'field_68c13742dade6'), (3253, 446, 'banner_section_banner_slider_2_banner_heading', '100% specialised with unmatched resources.'), (3254, 446, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (3255, 446, 'banner_section_banner_slider_2_banner_description', 'Access proven risk advice strategies and deep expertise with Bombora. No more distractions of investment market updates and asset allocation.'), (3256, 446, '_banner_section_banner_slider_2_banner_description', 'field_68c1375edade8'), (3257, 446, 'banner_section_banner_slider_2_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3258, 446, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (3259, 446, 'banner_section_banner_slider', '3'), (3260, 446, '_banner_section_banner_slider', 'field_68c1358fdade5'), (3261, 446, 'banner_section_banner_bottom_point', '3'), (3262, 446, '_banner_section_banner_bottom_point', 'field_68c137cadadf2'), (3263, 446, 'banner_section', ''), (3264, 446, '_banner_section', 'field_68c1356edade4'), (3265, 446, 'advice_section_advice_heading', '\'Basic\' isn\'t a benchmark
we associate with Risk Advice. '), (3266, 446, '_advice_section_advice_heading', 'field_68c13840dadf6'), (3267, 446, 'advice_section_advice_description', 'Feeling \'lost in the crowd\'? With Bombora\'s specialised support you can fully leverage your expertise. Here\'s how we help:'), (3268, 446, '_advice_section_advice_description', 'field_68c13849dadf7'), (3269, 446, 'advice_section_advice_point', '3'), (3270, 446, '_advice_section_advice_point', 'field_68c13873dadf8'), (3271, 446, 'advice_section', ''), (3272, 446, '_advice_section', 'field_68c13825dadf5'), (3273, 446, 'speciality_section_speciality_heading', 'Gain specialised attention with personalised support, and a (super) smart network. '), (3274, 446, '_speciality_section_speciality_heading', 'field_68c139badae06'), (3275, 446, 'speciality_section_speciality_description', 'Join a community where collaboration thrives, insights flow, and your growth is the priority.'), (3276, 446, '_speciality_section_speciality_description', 'field_68c139c0dae07'), (3277, 446, 'speciality_section_speciality_points', '3'), (3278, 446, '_speciality_section_speciality_points', 'field_68c139dadae08') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3279, 446, 'speciality_section_speciality_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3280, 446, '_speciality_section_speciality_button', 'field_68c13ad0dae15'), (3281, 446, 'speciality_section', ''), (3282, 446, '_speciality_section', 'field_68c1399fdae05'), (3283, 446, 'client_relationships_section_heading', 'Stronger client relationships mean accelerated growth.'), (3284, 446, '_client_relationships_section_heading', 'field_68c13c53c822f'), (3285, 446, 'client_relationships_section_description', 'Together, we\'ll empower your clients with the right coverage when it matters most, transforming complex challenges into seamless solutions.'), (3286, 446, '_client_relationships_section_description', 'field_68c13c78c8230'), (3287, 446, 'client_relationships_section_client_relationships_point', '3'), (3288, 446, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (3289, 446, 'client_relationships_section_bottom_description', 'Bombora streamlines your compliance, so you can focus on delivering expert risk advice with confidence.'), (3290, 446, '_client_relationships_section_bottom_description', 'field_68c13d00c8236'), (3291, 446, 'client_relationships_section', ''), (3292, 446, '_client_relationships_section', 'field_68c13c39c822e'), (3293, 446, 'getting_section_getting_heading', 'Getting started is really easy, here’s how ...'), (3294, 446, '_getting_section_getting_heading', 'field_68c13d75c8241'), (3295, 446, 'getting_section_getting_points', '3'), (3296, 446, '_getting_section_getting_points', 'field_68c13d7fc8242'), (3297, 446, 'getting_section_schedule_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3298, 446, '_getting_section_schedule_button', 'field_68c13db5c8248'), (3299, 446, 'getting_section', ''), (3300, 446, '_getting_section', 'field_68c13d5fc8240'), (3301, 446, 'banner_section_banner_bottom_point_0_image', '419'), (3302, 446, '_banner_section_banner_bottom_point_0_image', 'field_68c137fbdadf3'), (3303, 446, 'banner_section_banner_bottom_point_0_description', 'Leverage from our in-depth knowledge, tailored support and industry focused solutions.'), (3304, 446, '_banner_section_banner_bottom_point_0_description', 'field_68c1380fdadf4'), (3305, 446, 'banner_section_banner_bottom_point_1_image', '419'), (3306, 446, '_banner_section_banner_bottom_point_1_image', 'field_68c137fbdadf3'), (3307, 446, 'banner_section_banner_bottom_point_1_description', 'Access customised training, a supportive network and rich collaborative initiatives.'), (3308, 446, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (3309, 446, 'banner_section_banner_bottom_point_2_image', '419'), (3310, 446, '_banner_section_banner_bottom_point_2_image', 'field_68c137fbdadf3'), (3311, 446, 'banner_section_banner_bottom_point_2_description', 'Benefit from streamlining your operations and access resources to increase your bottomline.'), (3312, 446, '_banner_section_banner_bottom_point_2_description', 'field_68c1380fdadf4'), (3313, 446, 'banner_section_banner_bottom_point_0_title', 'Empowered by Expertise'), (3314, 446, '_banner_section_banner_bottom_point_0_title', 'field_68c3b28b0e129'), (3315, 446, 'banner_section_banner_bottom_point_1_title', 'Tailored'), (3316, 446, '_banner_section_banner_bottom_point_1_title', 'field_68c3b28b0e129'), (3317, 446, 'banner_section_banner_bottom_point_2_title', 'Growth that Matters'), (3318, 446, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (3319, 446, 'advice_section_advice_point_0_advice_image', '423'), (3320, 446, '_advice_section_advice_point_0_advice_image', 'field_68c1388fdadf9'), (3321, 446, 'advice_section_advice_point_0_heading', 'Expert Guidance and Relevant Counsel'), (3322, 446, '_advice_section_advice_point_0_heading', 'field_68c138bfdadfa'), (3323, 446, 'advice_section_advice_point_0_description', ''), (3324, 446, '_advice_section_advice_point_0_description', 'field_68c138c7dadfb'), (3325, 446, 'advice_section_advice_point_0_advice_button', 'a:3:{s:5:"title";s:14:"Let’s talk >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3326, 446, '_advice_section_advice_point_0_advice_button', 'field_68c138d7dadfc'), (3327, 446, 'advice_section_advice_point_1_advice_image', '424'), (3328, 446, '_advice_section_advice_point_1_advice_image', 'field_68c1388fdadf9'), (3329, 446, 'advice_section_advice_point_1_heading', 'Relevant Professional Development'), (3330, 446, '_advice_section_advice_point_1_heading', 'field_68c138bfdadfa'), (3331, 446, 'advice_section_advice_point_1_description', ''), (3332, 446, '_advice_section_advice_point_1_description', 'field_68c138c7dadfb'), (3333, 446, 'advice_section_advice_point_1_advice_button', 'a:3:{s:5:"title";s:20:"Partnering with us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3334, 446, '_advice_section_advice_point_1_advice_button', 'field_68c138d7dadfc'), (3335, 446, 'advice_section_advice_point_2_advice_image', '425'), (3336, 446, '_advice_section_advice_point_2_advice_image', 'field_68c1388fdadf9'), (3337, 446, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (3338, 446, '_advice_section_advice_point_2_heading', 'field_68c138bfdadfa'), (3339, 446, 'advice_section_advice_point_2_description', ''), (3340, 446, '_advice_section_advice_point_2_description', 'field_68c138c7dadfb'), (3341, 446, 'advice_section_advice_point_2_advice_button', 'a:3:{s:5:"title";s:16:"Meet the Board >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3342, 446, '_advice_section_advice_point_2_advice_button', 'field_68c138d7dadfc'), (3343, 446, 'advice_section_advice_point_0_description_point', '3'), (3344, 446, '_advice_section_advice_point_0_description_point', 'field_68c138c7dadfb'), (3345, 446, 'advice_section_advice_point_1_description_point', '3'), (3346, 446, '_advice_section_advice_point_1_description_point', 'field_68c138c7dadfb'), (3347, 446, 'advice_section_advice_point_2_description_point', '3'), (3348, 446, '_advice_section_advice_point_2_description_point', 'field_68c138c7dadfb'), (3349, 446, 'advice_section_advice_point_0_description_point_0_title', 'Specialised Focus'), (3350, 446, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (3351, 446, 'advice_section_advice_point_0_description_point_0_content', 'Benefit from our team\'s in-depth knowledge and experience in the risk advice industry.'), (3352, 446, '_advice_section_advice_point_0_description_point_0_content', 'field_68c3b4a7c7c98'), (3353, 446, 'advice_section_advice_point_0_description_point_1_title', 'Tailored Solutions'), (3354, 446, '_advice_section_advice_point_0_description_point_1_title', 'field_68c3b49ac7c97'), (3355, 446, 'advice_section_advice_point_0_description_point_1_content', 'Receive personalised advice and recommendations based on your specific needs and goals.'), (3356, 446, '_advice_section_advice_point_0_description_point_1_content', 'field_68c3b4a7c7c98'), (3357, 446, 'advice_section_advice_point_0_description_point_2_title', 'Industry Insights'), (3358, 446, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (3359, 446, 'advice_section_advice_point_0_description_point_2_content', 'Stay informed about the latest trends and developments in the risk advice market.'), (3360, 446, '_advice_section_advice_point_0_description_point_2_content', 'field_68c3b4a7c7c98'), (3361, 446, 'advice_section_advice_point_1_description_point_0_title', 'Customised Training'), (3362, 446, '_advice_section_advice_point_1_description_point_0_title', 'field_68c3b49ac7c97'), (3363, 446, 'advice_section_advice_point_1_description_point_0_content', 'Access programs designed to enhance your specific skills and deepen your industry knowledge.'), (3364, 446, '_advice_section_advice_point_1_description_point_0_content', 'field_68c3b4a7c7c98'), (3365, 446, 'advice_section_advice_point_1_description_point_1_title', 'Professional Development Days'), (3366, 446, '_advice_section_advice_point_1_description_point_1_title', 'field_68c3b49ac7c97'), (3367, 446, 'advice_section_advice_point_1_description_point_1_content', 'Learn from industry professionals, gaining practical insights to assist in your business development.'), (3368, 446, '_advice_section_advice_point_1_description_point_1_content', 'field_68c3b4a7c7c98'), (3369, 446, 'advice_section_advice_point_1_description_point_2_title', 'Networking'), (3370, 446, '_advice_section_advice_point_1_description_point_2_title', 'field_68c3b49ac7c97'), (3371, 446, 'advice_section_advice_point_1_description_point_2_content', 'Connect with industry professionals and expand your network for valuable collaborations and opportunities.'), (3372, 446, '_advice_section_advice_point_1_description_point_2_content', 'field_68c3b4a7c7c98'), (3373, 446, 'advice_section_advice_point_2_description_point_0_title', 'Marketing Support'), (3374, 446, '_advice_section_advice_point_2_description_point_0_title', 'field_68c3b49ac7c97'), (3375, 446, 'advice_section_advice_point_2_description_point_0_content', 'Leverage our expertise to attract new clients and increase visibility within your target market.'), (3376, 446, '_advice_section_advice_point_2_description_point_0_content', 'field_68c3b4a7c7c98'), (3377, 446, 'advice_section_advice_point_2_description_point_1_title', 'Growth Strategies'), (3378, 446, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3379, 446, 'advice_section_advice_point_2_description_point_1_content', 'Receive guidance on effective strategies designed to expand your risk advice business sustainably.'), (3380, 446, '_advice_section_advice_point_2_description_point_1_content', 'field_68c3b4a7c7c98'), (3381, 446, 'advice_section_advice_point_2_description_point_2_title', 'Efficiency Tools'), (3382, 446, '_advice_section_advice_point_2_description_point_2_title', 'field_68c3b49ac7c97'), (3383, 446, 'advice_section_advice_point_2_description_point_2_content', 'Access tools and resources to streamline operations, improve efficiency and free-up time.'), (3384, 446, '_advice_section_advice_point_2_description_point_2_content', 'field_68c3b4a7c7c98'), (3385, 446, 'speciality_section_speciality_points_0_title', 'Access Industry Specialists'), (3386, 446, '_speciality_section_speciality_points_0_title', 'field_68c139ecdae09'), (3387, 446, 'speciality_section_speciality_points_0_image', '435'), (3388, 446, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (3389, 446, 'speciality_section_speciality_points_0_description_point_0_description', 'Gain insights from the top minds in risk advice who are shaping the future of the industry.'), (3390, 446, '_speciality_section_speciality_points_0_description_point_0_description', 'field_68c13aa7dae0c'), (3391, 446, 'speciality_section_speciality_points_0_description_point', '3'), (3392, 446, '_speciality_section_speciality_points_0_description_point', 'field_68c13a04dae0b'), (3393, 446, 'speciality_section_speciality_points_0_description_point_0_title', 'Industry Specialists'), (3394, 446, '_speciality_section_speciality_points_0_description_point_0_title', 'field_68c3e585ef6b9'), (3395, 446, 'speciality_section_speciality_points_0_description_point_1_title', 'Excellence in Client Care'), (3396, 446, '_speciality_section_speciality_points_0_description_point_1_title', 'field_68c3e585ef6b9'), (3397, 446, 'speciality_section_speciality_points_0_description_point_1_description', 'Work alongside advisors who set the benchmark in providing outstanding client-focused solutions.'), (3398, 446, '_speciality_section_speciality_points_0_description_point_1_description', 'field_68c13aa7dae0c'), (3399, 446, 'speciality_section_speciality_points_0_description_point_2_title', 'Mentorship & Growth'), (3400, 446, '_speciality_section_speciality_points_0_description_point_2_title', 'field_68c3e585ef6b9'), (3401, 446, 'speciality_section_speciality_points_0_description_point_2_description', 'Learn from seasoned professionals, with ongoing opportunities to share knowledge and collaborate on complex cases.'), (3402, 446, '_speciality_section_speciality_points_0_description_point_2_description', 'field_68c13aa7dae0c'), (3403, 446, 'speciality_section_speciality_points_1_title', 'Build Strong Connections'), (3404, 446, '_speciality_section_speciality_points_1_title', 'field_68c139ecdae09'), (3405, 446, 'speciality_section_speciality_points_1_image', '436'), (3406, 446, '_speciality_section_speciality_points_1_image', 'field_68c139fadae0a'), (3407, 446, 'speciality_section_speciality_points_1_description_point_0_title', 'Networking Opportunities'), (3408, 446, '_speciality_section_speciality_points_1_description_point_0_title', 'field_68c3e585ef6b9'), (3409, 446, 'speciality_section_speciality_points_1_description_point_0_description', 'Connect with like-minded risk advisors and share best practices.'), (3410, 446, '_speciality_section_speciality_points_1_description_point_0_description', 'field_68c13aa7dae0c'), (3411, 446, 'speciality_section_speciality_points_1_description_point_1_title', 'Community Support'), (3412, 446, '_speciality_section_speciality_points_1_description_point_1_title', 'field_68c3e585ef6b9'), (3413, 446, 'speciality_section_speciality_points_1_description_point_1_description', 'Benefit from the guidance of a supportive professional community.'), (3414, 446, '_speciality_section_speciality_points_1_description_point_1_description', 'field_68c13aa7dae0c'), (3415, 446, 'speciality_section_speciality_points_1_description_point_2_title', 'Collaboration'), (3416, 446, '_speciality_section_speciality_points_1_description_point_2_title', 'field_68c3e585ef6b9'), (3417, 446, 'speciality_section_speciality_points_1_description_point_2_description', 'Work on projects and initiatives with other network members.'), (3418, 446, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (3419, 446, 'speciality_section_speciality_points_1_description_point', '3'), (3420, 446, '_speciality_section_speciality_points_1_description_point', 'field_68c13a04dae0b'), (3421, 446, 'speciality_section_speciality_points_2_title', 'Benefit from a Shared Vision'), (3422, 446, '_speciality_section_speciality_points_2_title', 'field_68c139ecdae09'), (3423, 446, 'speciality_section_speciality_points_2_image', '437'), (3424, 446, '_speciality_section_speciality_points_2_image', 'field_68c139fadae0a'), (3425, 446, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (3426, 446, '_speciality_section_speciality_points_2_description_point_0_title', 'field_68c3e585ef6b9'), (3427, 446, 'speciality_section_speciality_points_2_description_point_0_description', 'We work together to elevate risk advice, with a collective focus on client success and professional growth.'), (3428, 446, '_speciality_section_speciality_points_2_description_point_0_description', 'field_68c13aa7dae0c'), (3429, 446, 'speciality_section_speciality_points_2_description_point_1_title', 'Strategic Growth Planning'), (3430, 446, '_speciality_section_speciality_points_2_description_point_1_title', 'field_68c3e585ef6b9'), (3431, 446, 'speciality_section_speciality_points_2_description_point_1_description', 'Collaborate on tailored strategies that drive sustainable growth for your practice.'), (3432, 446, '_speciality_section_speciality_points_2_description_point_1_description', 'field_68c13aa7dae0c'), (3433, 446, 'speciality_section_speciality_points_2_description_point_2_title', 'Enduring Partnership'), (3434, 446, '_speciality_section_speciality_points_2_description_point_2_title', 'field_68c3e585ef6b9'), (3435, 446, 'speciality_section_speciality_points_2_description_point_2_description', 'Build lasting relationships built on shared values, trust, and a commitment to excellence in risk advice.'), (3436, 446, '_speciality_section_speciality_points_2_description_point_2_description', 'field_68c13aa7dae0c'), (3437, 446, 'speciality_section_speciality_points_2_description_point', '3'), (3438, 446, '_speciality_section_speciality_points_2_description_point', 'field_68c13a04dae0b'), (3439, 446, 'client_relationships_section_client_relationships_point_0_point_image', '440'), (3440, 446, '_client_relationships_section_client_relationships_point_0_point_image', 'field_68c13c98c8232'), (3441, 446, 'client_relationships_section_client_relationships_point_0_point_heading', 'Risk Advisors Seeking New Opportunities'), (3442, 446, '_client_relationships_section_client_relationships_point_0_point_heading', 'field_68c13cdfc8233'), (3443, 446, 'client_relationships_section_client_relationships_point_0_point_description', 'Professionals looking to switch licensees or start their own practice.'), (3444, 446, '_client_relationships_section_client_relationships_point_0_point_description', 'field_68c13ce5c8234'), (3445, 446, 'client_relationships_section_client_relationships_point_0_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3446, 446, '_client_relationships_section_client_relationships_point_0_point_button', 'field_68c13cf0c8235'), (3447, 446, 'client_relationships_section_client_relationships_point_1_point_image', '441'), (3448, 446, '_client_relationships_section_client_relationships_point_1_point_image', 'field_68c13c98c8232'), (3449, 446, 'client_relationships_section_client_relationships_point_1_point_heading', 'B2B
Collaborations'), (3450, 446, '_client_relationships_section_client_relationships_point_1_point_heading', 'field_68c13cdfc8233'), (3451, 446, 'client_relationships_section_client_relationships_point_1_point_description', 'Businesses seeking to offer specialist risk advice through their own channels.'), (3452, 446, '_client_relationships_section_client_relationships_point_1_point_description', 'field_68c13ce5c8234'), (3453, 446, 'client_relationships_section_client_relationships_point_1_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3454, 446, '_client_relationships_section_client_relationships_point_1_point_button', 'field_68c13cf0c8235'), (3455, 446, 'client_relationships_section_client_relationships_point_2_point_image', '442'), (3456, 446, '_client_relationships_section_client_relationships_point_2_point_image', 'field_68c13c98c8232'), (3457, 446, 'client_relationships_section_client_relationships_point_2_point_heading', 'Referring Partner for Professional Services'), (3458, 446, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (3459, 446, 'client_relationships_section_client_relationships_point_2_point_description', 'Businesses that benefit from safeguarding their clients with specialist advice.'), (3460, 446, '_client_relationships_section_client_relationships_point_2_point_description', 'field_68c13ce5c8234'), (3461, 446, 'client_relationships_section_client_relationships_point_2_point_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3462, 446, '_client_relationships_section_client_relationships_point_2_point_button', 'field_68c13cf0c8235'), (3463, 446, 'getting_section_getting_points_0_point', 'Let’s discuss your specific needs and goals.'), (3464, 446, '_getting_section_getting_points_0_point', 'field_68c13d8bc8243'), (3465, 446, 'getting_section_getting_points_0_point_heading', 'Schedule an Appointment'), (3466, 446, '_getting_section_getting_points_0_point_heading', 'field_68c7d0421ba83'), (3467, 446, 'getting_section_getting_points_1_point_heading', 'Partner with Bombora'), (3468, 446, '_getting_section_getting_points_1_point_heading', 'field_68c7d0421ba83'), (3469, 446, 'getting_section_getting_points_1_point', 'Join our specialised licensee network.'), (3470, 446, '_getting_section_getting_points_1_point', 'field_68c13d8bc8243'), (3471, 446, 'getting_section_getting_points_2_point_heading', 'Grow Your Business'), (3472, 446, '_getting_section_getting_points_2_point_heading', 'field_68c7d0421ba83'), (3473, 446, 'getting_section_getting_points_2_point', 'Benefit from our support to expand your practice.'), (3474, 446, '_getting_section_getting_points_2_point', 'field_68c13d8bc8243'), (3475, 65, '_wp_page_template', 'templates/advice-solutions.php'), (3478, 378, '_edit_lock', '1758083116:1'), (3479, 378, '_edit_last', '1'), (3480, 111, '_edit_lock', '1758187844:1') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3481, 111, '_edit_last', '1'), (3482, 62, '_edit_last', '1'), (3483, 62, 'banner_section_banner_image', '415'), (3484, 62, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3485, 62, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3486, 62, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3487, 62, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3488, 62, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3489, 62, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3490, 62, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3491, 62, 'banner_section', ''), (3492, 62, '_banner_section', 'field_68c13ec8a2c3d'), (3493, 62, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3494, 62, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3495, 62, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3496, 62, '_risk_advice_section_description', 'field_68c1416242cf6'), (3497, 62, 'risk_advice_section_risk_advice_points_0_image', '461'), (3498, 62, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3499, 62, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3500, 62, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3501, 62, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3502, 62, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3503, 62, 'risk_advice_section_risk_advice_points', '2'), (3504, 62, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3505, 62, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3506, 62, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3507, 62, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3508, 62, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3509, 62, 'risk_advice_section', ''), (3510, 62, '_risk_advice_section', 'field_68c1413942cf4'), (3511, 62, 'vision_section_heading', 'From Vision to Reality'), (3512, 62, '_vision_section_heading', 'field_68c142d342d05'), (3513, 62, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (3514, 62, '_vision_section_description', 'field_68c142da42d06'), (3515, 62, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3516, 62, '_vision_section_button', 'field_68c142e842d07'), (3517, 62, 'vision_section', ''), (3518, 62, '_vision_section', 'field_68c142ba42d04'), (3519, 62, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (3520, 62, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3521, 62, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (3522, 62, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3523, 62, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (3524, 62, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3525, 62, 'contact_us_section', ''), (3526, 62, '_contact_us_section', 'field_68c14313784d9'), (3571, 449, 'banner_section_banner_image', ''), (3572, 449, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3573, 449, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3574, 449, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3575, 449, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3576, 449, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3577, 449, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3578, 449, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3579, 449, 'banner_section', ''), (3580, 449, '_banner_section', 'field_68c13ec8a2c3d'), (3581, 449, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3582, 449, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3583, 449, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3584, 449, '_risk_advice_section_description', 'field_68c1416242cf6'), (3585, 449, 'risk_advice_section_risk_advice_points_0_image', ''), (3586, 449, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3587, 449, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3588, 449, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3589, 449, 'risk_advice_section_risk_advice_points_0_description', ''), (3590, 449, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3591, 449, 'risk_advice_section_risk_advice_points', '1'), (3592, 449, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3593, 449, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3594, 449, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3595, 449, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3596, 449, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3597, 449, 'risk_advice_section', ''), (3598, 449, '_risk_advice_section', 'field_68c1413942cf4'), (3599, 449, 'vision_section_heading', ''), (3600, 449, '_vision_section_heading', 'field_68c142d342d05'), (3601, 449, 'vision_section_description', ''), (3602, 449, '_vision_section_description', 'field_68c142da42d06'), (3603, 449, 'vision_section_button', ''), (3604, 449, '_vision_section_button', 'field_68c142e842d07'), (3605, 449, 'vision_section', ''), (3606, 449, '_vision_section', 'field_68c142ba42d04'), (3607, 449, 'contact_us_section_contact_us_heading', ''), (3608, 449, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3609, 449, 'contact_us_section_contact_us_description', ''), (3610, 449, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3611, 449, 'contact_us_section_contact_us_form_shotcode', ''), (3612, 449, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3613, 449, 'contact_us_section', ''), (3614, 449, '_contact_us_section', 'field_68c14313784d9'), (3615, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3616, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3617, 450, 'banner_section_banner_image', ''), (3618, 450, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3619, 450, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3620, 450, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3621, 450, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3622, 450, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3623, 450, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3624, 450, '_banner_section_banner_button', 'field_68c13ec8a2c42') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3625, 450, 'banner_section', ''), (3626, 450, '_banner_section', 'field_68c13ec8a2c3d'), (3627, 450, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3628, 450, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3629, 450, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3630, 450, '_risk_advice_section_description', 'field_68c1416242cf6'), (3631, 450, 'risk_advice_section_risk_advice_points_0_image', ''), (3632, 450, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3633, 450, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3634, 450, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3635, 450, 'risk_advice_section_risk_advice_points_0_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3636, 450, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3637, 450, 'risk_advice_section_risk_advice_points', '1'), (3638, 450, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3639, 450, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3640, 450, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3641, 450, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3642, 450, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3643, 450, 'risk_advice_section', ''), (3644, 450, '_risk_advice_section', 'field_68c1413942cf4'), (3645, 450, 'vision_section_heading', ''), (3646, 450, '_vision_section_heading', 'field_68c142d342d05'), (3647, 450, 'vision_section_description', ''), (3648, 450, '_vision_section_description', 'field_68c142da42d06'), (3649, 450, 'vision_section_button', ''), (3650, 450, '_vision_section_button', 'field_68c142e842d07'), (3651, 450, 'vision_section', ''), (3652, 450, '_vision_section', 'field_68c142ba42d04'), (3653, 450, 'contact_us_section_contact_us_heading', ''), (3654, 450, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3655, 450, 'contact_us_section_contact_us_description', ''), (3656, 450, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3657, 450, 'contact_us_section_contact_us_form_shotcode', ''), (3658, 450, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3659, 450, 'contact_us_section', ''), (3660, 450, '_contact_us_section', 'field_68c14313784d9'), (3661, 450, 'risk_advice_section_risk_advice_points_0_partner_benefit', ''), (3662, 450, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3665, 456, '_wp_attached_file', '2025/09/advisor-check-icon.svg'), (3666, 456, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:239;}'), (3667, 457, '_wp_attached_file', '2025/09/capability-uplift.svg'), (3668, 457, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1612;}'), (3669, 458, '_wp_attached_file', '2025/09/compliance-clarity.svg'), (3670, 458, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:4298;}'), (3671, 459, '_wp_attached_file', '2025/09/contact-form-bg-pattern.svg'), (3672, 459, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:24867;}'), (3673, 460, '_wp_attached_file', '2025/09/growth-collective.svg'), (3674, 460, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:8944;}'), (3675, 461, '_wp_attached_file', '2025/09/light-icon.svg'), (3676, 461, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:6494;}'), (3677, 462, '_wp_attached_file', '2025/09/msg-icon.svg'), (3678, 462, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2556;}'), (3686, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3687, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3688, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3689, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3690, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3691, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3692, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3693, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3694, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3695, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3696, 62, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3697, 62, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3698, 453, 'banner_section_banner_image', ''), (3699, 453, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3700, 453, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3701, 453, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3702, 453, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3703, 453, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3704, 453, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3705, 453, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3706, 453, 'banner_section', ''), (3707, 453, '_banner_section', 'field_68c13ec8a2c3d'), (3708, 453, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3709, 453, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3710, 453, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3711, 453, '_risk_advice_section_description', 'field_68c1416242cf6'), (3712, 453, 'risk_advice_section_risk_advice_points_0_image', '461'), (3713, 453, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3714, 453, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3715, 453, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3716, 453, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3717, 453, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3718, 453, 'risk_advice_section_risk_advice_points', '1'), (3719, 453, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3720, 453, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3721, 453, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3722, 453, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3723, 453, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3724, 453, 'risk_advice_section', ''), (3725, 453, '_risk_advice_section', 'field_68c1413942cf4'), (3726, 453, 'vision_section_heading', ''), (3727, 453, '_vision_section_heading', 'field_68c142d342d05'), (3728, 453, 'vision_section_description', ''), (3729, 453, '_vision_section_description', 'field_68c142da42d06'), (3730, 453, 'vision_section_button', ''), (3731, 453, '_vision_section_button', 'field_68c142e842d07'), (3732, 453, 'vision_section', ''), (3733, 453, '_vision_section', 'field_68c142ba42d04') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3734, 453, 'contact_us_section_contact_us_heading', ''), (3735, 453, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3736, 453, 'contact_us_section_contact_us_description', ''), (3737, 453, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3738, 453, 'contact_us_section_contact_us_form_shotcode', ''), (3739, 453, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3740, 453, 'contact_us_section', ''), (3741, 453, '_contact_us_section', 'field_68c14313784d9'), (3742, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3743, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3744, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3745, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3746, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3747, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3748, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3749, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3750, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3751, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3752, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3753, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3754, 453, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3755, 453, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3756, 462, '_wp_attachment_image_alt', 'msg-icon'), (3757, 62, 'risk_advice_section_risk_advice_points_1_image', '462'), (3758, 62, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (3759, 62, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (3760, 62, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (3761, 62, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3762, 62, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (3763, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (3764, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3765, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (3766, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3767, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (3768, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3769, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (3770, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3771, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (3772, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3773, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (3774, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3775, 62, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (3776, 62, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (3777, 465, 'banner_section_banner_image', ''), (3778, 465, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3779, 465, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3780, 465, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3781, 465, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3782, 465, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3783, 465, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3784, 465, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3785, 465, 'banner_section', ''), (3786, 465, '_banner_section', 'field_68c13ec8a2c3d'), (3787, 465, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3788, 465, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3789, 465, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3790, 465, '_risk_advice_section_description', 'field_68c1416242cf6'), (3791, 465, 'risk_advice_section_risk_advice_points_0_image', '461'), (3792, 465, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3793, 465, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3794, 465, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3795, 465, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3796, 465, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3797, 465, 'risk_advice_section_risk_advice_points', '2'), (3798, 465, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3799, 465, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3800, 465, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3801, 465, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3802, 465, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3803, 465, 'risk_advice_section', ''), (3804, 465, '_risk_advice_section', 'field_68c1413942cf4'), (3805, 465, 'vision_section_heading', ''), (3806, 465, '_vision_section_heading', 'field_68c142d342d05'), (3807, 465, 'vision_section_description', ''), (3808, 465, '_vision_section_description', 'field_68c142da42d06'), (3809, 465, 'vision_section_button', ''), (3810, 465, '_vision_section_button', 'field_68c142e842d07'), (3811, 465, 'vision_section', ''), (3812, 465, '_vision_section', 'field_68c142ba42d04'), (3813, 465, 'contact_us_section_contact_us_heading', ''), (3814, 465, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3815, 465, 'contact_us_section_contact_us_description', ''), (3816, 465, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3817, 465, 'contact_us_section_contact_us_form_shotcode', ''), (3818, 465, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3819, 465, 'contact_us_section', ''), (3820, 465, '_contact_us_section', 'field_68c14313784d9'), (3821, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3822, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3823, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3824, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3825, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3826, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3827, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3828, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3829, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3830, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3831, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3832, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3833, 465, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3834, 465, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3835, 465, 'risk_advice_section_risk_advice_points_1_image', '462'), (3836, 465, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (3837, 465, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (3838, 465, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (3839, 465, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3840, 465, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (3841, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (3842, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3843, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (3844, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3845, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (3846, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3847, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (3848, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3849, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (3850, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3851, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (3852, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3853, 465, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (3854, 465, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (3855, 466, 'banner_section_banner_image', ''), (3856, 466, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3857, 466, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3858, 466, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3859, 466, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3860, 466, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3861, 466, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3862, 466, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3863, 466, 'banner_section', ''), (3864, 466, '_banner_section', 'field_68c13ec8a2c3d'), (3865, 466, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3866, 466, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3867, 466, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3868, 466, '_risk_advice_section_description', 'field_68c1416242cf6'), (3869, 466, 'risk_advice_section_risk_advice_points_0_image', '461'), (3870, 466, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3871, 466, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3872, 466, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3873, 466, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3874, 466, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3875, 466, 'risk_advice_section_risk_advice_points', '2'), (3876, 466, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3877, 466, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3878, 466, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3879, 466, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3880, 466, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3881, 466, 'risk_advice_section', ''), (3882, 466, '_risk_advice_section', 'field_68c1413942cf4'), (3883, 466, 'vision_section_heading', 'From Vision to Reality'), (3884, 466, '_vision_section_heading', 'field_68c142d342d05'), (3885, 466, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (3886, 466, '_vision_section_description', 'field_68c142da42d06'), (3887, 466, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3888, 466, '_vision_section_button', 'field_68c142e842d07'), (3889, 466, 'vision_section', ''), (3890, 466, '_vision_section', 'field_68c142ba42d04'), (3891, 466, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (3892, 466, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3893, 466, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (3894, 466, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3895, 466, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (3896, 466, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3897, 466, 'contact_us_section', ''), (3898, 466, '_contact_us_section', 'field_68c14313784d9'), (3899, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3900, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3901, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3902, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3903, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3904, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3905, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3906, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3907, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3908, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3909, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3910, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3911, 466, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3912, 466, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3913, 466, 'risk_advice_section_risk_advice_points_1_image', '462'), (3914, 466, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (3915, 466, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (3916, 466, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (3917, 466, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3918, 466, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (3919, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (3920, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3921, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (3922, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3923, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (3924, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3925, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (3926, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3927, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (3928, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3929, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (3930, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3931, 466, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (3932, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (3933, 467, 'banner_section_banner_image', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3934, 467, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (3935, 467, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (3936, 467, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (3937, 467, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (3938, 467, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (3939, 467, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3940, 467, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (3941, 467, 'banner_section', ''), (3942, 467, '_banner_section', 'field_68c13ec8a2c3d'), (3943, 467, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (3944, 467, '_risk_advice_section_heading', 'field_68c1415942cf5'), (3945, 467, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (3946, 467, '_risk_advice_section_description', 'field_68c1416242cf6'), (3947, 467, 'risk_advice_section_risk_advice_points_0_image', '461'), (3948, 467, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (3949, 467, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (3950, 467, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (3951, 467, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (3952, 467, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (3953, 467, 'risk_advice_section_risk_advice_points', '2'), (3954, 467, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (3955, 467, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (3956, 467, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (3957, 467, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3958, 467, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (3959, 467, 'risk_advice_section', ''), (3960, 467, '_risk_advice_section', 'field_68c1413942cf4'), (3961, 467, 'vision_section_heading', 'From Vision to Reality'), (3962, 467, '_vision_section_heading', 'field_68c142d342d05'), (3963, 467, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (3964, 467, '_vision_section_description', 'field_68c142da42d06'), (3965, 467, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (3966, 467, '_vision_section_button', 'field_68c142e842d07'), (3967, 467, 'vision_section', ''), (3968, 467, '_vision_section', 'field_68c142ba42d04'), (3969, 467, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (3970, 467, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (3971, 467, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (3972, 467, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (3973, 467, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (3974, 467, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (3975, 467, 'contact_us_section', ''), (3976, 467, '_contact_us_section', 'field_68c14313784d9'), (3977, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (3978, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (3979, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (3980, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3981, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (3982, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (3983, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (3984, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (3985, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (3986, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (3987, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (3988, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (3989, 467, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (3990, 467, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (3991, 467, 'risk_advice_section_risk_advice_points_1_image', '462'), (3992, 467, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (3993, 467, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (3994, 467, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (3995, 467, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (3996, 467, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (3997, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (3998, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (3999, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4000, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4001, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4002, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4003, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4004, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4005, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4006, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4007, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4008, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4009, 467, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4010, 467, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4011, 469, '_wp_attached_file', '2025/09/advise-solution-banner-bg.webp'), (4012, 469, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:1119;s:4:"file";s:38:"2025/09/advise-solution-banner-bg.webp";s:8:"filesize";i:259610;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:38:"advise-solution-banner-bg-300x168.webp";s:5:"width";i:300;s:6:"height";i:168;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:8014;}s:5:"large";a:5:{s:4:"file";s:39:"advise-solution-banner-bg-1024x573.webp";s:5:"width";i:1024;s:6:"height";i:573;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:60638;}s:9:"thumbnail";a:5:{s:4:"file";s:38:"advise-solution-banner-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4344;}s:12:"medium_large";a:5:{s:4:"file";s:38:"advise-solution-banner-bg-768x430.webp";s:5:"width";i:768;s:6:"height";i:430;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:36818;}s:9:"1536x1536";a:5:{s:4:"file";s:39:"advise-solution-banner-bg-1536x859.webp";s:5:"width";i:1536;s:6:"height";i:859;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:128474;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (4013, 470, '_wp_attached_file', '2025/09/vision-bg-image-scaled.webp'), (4014, 470, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:35:"2025/09/vision-bg-image-scaled.webp";s:8:"filesize";i:554764;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:28:"vision-bg-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:14170;}s:5:"large";a:5:{s:4:"file";s:29:"vision-bg-image-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:134926;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"vision-bg-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5770;}s:12:"medium_large";a:5:{s:4:"file";s:28:"vision-bg-image-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:80484;}s:9:"1536x1536";a:5:{s:4:"file";s:30:"vision-bg-image-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:263016;}s:9:"2048x2048";a:5:{s:4:"file";s:30:"vision-bg-image-2048x1365.webp";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:407320;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:20:"vision-bg-image.webp";}'), (4017, 472, '_wp_attached_file', '2025/09/successful-bg-image.jpg'), (4018, 472, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1642;s:6:"height";i:673;s:4:"file";s:31:"2025/09/successful-bg-image.jpg";s:8:"filesize";i:957598;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:31:"successful-bg-image-300x123.jpg";s:5:"width";i:300;s:6:"height";i:123;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15383;}s:5:"large";a:5:{s:4:"file";s:32:"successful-bg-image-1024x420.jpg";s:5:"width";i:1024;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:85001;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"successful-bg-image-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13465;}s:12:"medium_large";a:5:{s:4:"file";s:31:"successful-bg-image-768x315.jpg";s:5:"width";i:768;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:50099;}s:9:"1536x1536";a:5:{s:4:"file";s:32:"successful-bg-image-1536x630.jpg";s:5:"width";i:1536;s:6:"height";i:630;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:187112;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"Shutterstock";s:6:"camera";s:0:"";s:7:"caption";s:143:"Beach and waves from top view. Turquoise water background from top view. Summer seascape from air. Top view from drone. Travel concept and idea";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:81:"Copyright (c) 2018 biletskiyevgeniy.com/Shutterstock. No use without permission.";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:62:"Beach,And,Waves,From,Top,View.,Turquoise,Water,Background,From";s:11:"orientation";s:1:"1";s:8:"keywords";a:1:{i:0;s:64:"destination,tourism,turquoise,aerial,sun,sea,summer,transparent,";}}}'), (4019, 472, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:4:"time";d:0.11000000000000001;s:5:"bytes";i:46276;s:7:"percent";d:13.18;s:11:"size_before";i:351060;s:10:"size_after";i:304784;s:5:"lossy";i:0;s:9:"keep_exif";i:0;s:11:"api_version";s:3:"1.0";}s:5:"sizes";a:5:{s:9:"thumbnail";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:8006;s:7:"percent";d:59.46;s:11:"size_before";i:13465;s:10:"size_after";i:5459;}s:12:"medium_large";O:8:"stdClass":5:{s:4:"time";d:0.02;s:5:"bytes";i:8478;s:7:"percent";d:16.92;s:11:"size_before";i:50099;s:10:"size_after";i:41621;}s:5:"large";O:8:"stdClass":5:{s:4:"time";d:0.02;s:5:"bytes";i:9417;s:7:"percent";d:11.08;s:11:"size_before";i:85001;s:10:"size_after";i:75584;}s:6:"medium";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:7990;s:7:"percent";d:51.94;s:11:"size_before";i:15383;s:10:"size_after";i:7393;}s:9:"1536x1536";O:8:"stdClass":5:{s:4:"time";d:0.05;s:5:"bytes";i:12385;s:7:"percent";d:6.62;s:11:"size_before";i:187112;s:10:"size_after";i:174727;}}}'), (4020, 471, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:4:"time";d:0.58;s:5:"bytes";i:63854;s:7:"percent";d:3.82;s:11:"size_before";i:1673686;s:10:"size_after";i:1609832;s:5:"lossy";i:0;s:9:"keep_exif";i:0;s:11:"api_version";s:3:"1.0";}s:5:"sizes";a:7:{s:9:"thumbnail";O:8:"stdClass":5:{s:4:"time";d:0;s:5:"bytes";i:174;s:7:"percent";d:2.92;s:11:"size_before";i:5953;s:10:"size_after";i:5779;}s:12:"medium_large";O:8:"stdClass":5:{s:4:"time";d:0.05;s:5:"bytes";i:3117;s:7:"percent";d:3.85;s:11:"size_before";i:81032;s:10:"size_after";i:77915;}s:5:"large";O:8:"stdClass":5:{s:4:"time";d:0.04;s:5:"bytes";i:5474;s:7:"percent";d:3.97;s:11:"size_before";i:137961;s:10:"size_after";i:132487;}s:6:"medium";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:492;s:7:"percent";d:3.44;s:11:"size_before";i:14323;s:10:"size_after";i:13831;}s:9:"1536x1536";O:8:"stdClass":5:{s:4:"time";d:0.11;s:5:"bytes";i:11451;s:7:"percent";d:4.02;s:11:"size_before";i:284540;s:10:"size_after";i:273089;}s:9:"wp_scaled";O:8:"stdClass":5:{s:4:"time";d:0.22;s:5:"bytes";i:25406;s:7:"percent";d:3.72;s:11:"size_before";i:682364;s:10:"size_after";i:656958;}s:9:"2048x2048";O:8:"stdClass":5:{s:4:"time";d:0.15;s:5:"bytes";i:17740;s:7:"percent";d:3.79;s:11:"size_before";i:467513;s:10:"size_after";i:449773;}}}'), (4023, 415, '_wp_attachment_image_alt', 'specialised-licensee-banner-bg'), (4024, 468, 'banner_section_banner_image', '415'), (4025, 468, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4026, 468, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4027, 468, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4028, 468, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4029, 468, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4030, 468, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4031, 468, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4032, 468, 'banner_section', ''), (4033, 468, '_banner_section', 'field_68c13ec8a2c3d'), (4034, 468, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4035, 468, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4036, 468, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4037, 468, '_risk_advice_section_description', 'field_68c1416242cf6') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4038, 468, 'risk_advice_section_risk_advice_points_0_image', '461'), (4039, 468, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4040, 468, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4041, 468, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4042, 468, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4043, 468, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4044, 468, 'risk_advice_section_risk_advice_points', '2'), (4045, 468, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4046, 468, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4047, 468, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4048, 468, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4049, 468, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4050, 468, 'risk_advice_section', ''), (4051, 468, '_risk_advice_section', 'field_68c1413942cf4'), (4052, 468, 'vision_section_heading', 'From Vision to Reality'), (4053, 468, '_vision_section_heading', 'field_68c142d342d05'), (4054, 468, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4055, 468, '_vision_section_description', 'field_68c142da42d06'), (4056, 468, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4057, 468, '_vision_section_button', 'field_68c142e842d07'), (4058, 468, 'vision_section', ''), (4059, 468, '_vision_section', 'field_68c142ba42d04'), (4060, 468, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4061, 468, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4062, 468, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4063, 468, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4064, 468, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4065, 468, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4066, 468, 'contact_us_section', ''), (4067, 468, '_contact_us_section', 'field_68c14313784d9'), (4068, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4069, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4070, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4071, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4072, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4073, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4074, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4075, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4076, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4077, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4078, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4079, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4080, 468, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4081, 468, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4082, 468, 'risk_advice_section_risk_advice_points_1_image', '462'), (4083, 468, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4084, 468, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4085, 468, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4086, 468, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4087, 468, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4088, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4089, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4090, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4091, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4092, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4093, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4094, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4095, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4096, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4097, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4098, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4099, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4100, 468, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4101, 468, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4102, 474, 'banner_section_banner_image', '415'), (4103, 474, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4104, 474, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4105, 474, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4106, 474, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4107, 474, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4108, 474, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4109, 474, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4110, 474, 'banner_section', ''), (4111, 474, '_banner_section', 'field_68c13ec8a2c3d'), (4112, 474, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4113, 474, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4114, 474, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4115, 474, '_risk_advice_section_description', 'field_68c1416242cf6'), (4116, 474, 'risk_advice_section_risk_advice_points_0_image', '461'), (4117, 474, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4118, 474, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4119, 474, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4120, 474, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4121, 474, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4122, 474, 'risk_advice_section_risk_advice_points', '2'), (4123, 474, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4124, 474, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4125, 474, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4126, 474, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4127, 474, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4128, 474, 'risk_advice_section', ''), (4129, 474, '_risk_advice_section', 'field_68c1413942cf4'), (4130, 474, 'vision_section_heading', 'From Vision to Reality'), (4131, 474, '_vision_section_heading', 'field_68c142d342d05'), (4132, 474, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4133, 474, '_vision_section_description', 'field_68c142da42d06'), (4134, 474, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4135, 474, '_vision_section_button', 'field_68c142e842d07'), (4136, 474, 'vision_section', ''), (4137, 474, '_vision_section', 'field_68c142ba42d04') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4138, 474, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4139, 474, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4140, 474, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4141, 474, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4142, 474, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4143, 474, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4144, 474, 'contact_us_section', ''), (4145, 474, '_contact_us_section', 'field_68c14313784d9'), (4146, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4147, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4148, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4149, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4150, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4151, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4152, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4153, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4154, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4155, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4156, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4157, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4158, 474, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4159, 474, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4160, 474, 'risk_advice_section_risk_advice_points_1_image', '462'), (4161, 474, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4162, 474, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4163, 474, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4164, 474, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4165, 474, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4166, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4167, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4168, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4169, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4170, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4171, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4172, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4173, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4174, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4175, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4176, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4177, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4178, 474, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4179, 474, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4180, 476, '_edit_lock', '1758188923:1'), (4181, 476, '_wp_page_template', 'templates/specialised-licensee-dev.php'), (4182, 476, '_edit_last', '1'), (4183, 476, 'banner_section_banner_image', '415'), (4184, 476, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4185, 476, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4186, 476, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4187, 476, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4188, 476, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4189, 476, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4190, 476, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4191, 476, 'banner_section', ''), (4192, 476, '_banner_section', 'field_68c13ec8a2c3d'), (4193, 476, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4194, 476, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4195, 476, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4196, 476, '_risk_advice_section_description', 'field_68c1416242cf6'), (4197, 476, 'risk_advice_section_risk_advice_points', '2'), (4198, 476, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4199, 476, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4200, 476, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4201, 476, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4202, 476, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4203, 476, 'risk_advice_section', ''), (4204, 476, '_risk_advice_section', 'field_68c1413942cf4'), (4205, 476, 'vision_section_heading', 'From Vision to Reality'), (4206, 476, '_vision_section_heading', 'field_68c142d342d05'), (4207, 476, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4208, 476, '_vision_section_description', 'field_68c142da42d06'), (4209, 476, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4210, 476, '_vision_section_button', 'field_68c142e842d07'), (4211, 476, 'vision_section', ''), (4212, 476, '_vision_section', 'field_68c142ba42d04'), (4213, 476, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4214, 476, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4215, 476, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4216, 476, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4217, 476, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="Contact form"]'), (4218, 476, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4219, 476, 'contact_us_section', ''), (4220, 476, '_contact_us_section', 'field_68c14313784d9'), (4221, 477, 'banner_section_banner_image', '415'), (4222, 477, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4223, 477, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4224, 477, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4225, 477, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4226, 477, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4227, 477, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4228, 477, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4229, 477, 'banner_section', ''), (4230, 477, '_banner_section', 'field_68c13ec8a2c3d'), (4231, 477, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4232, 477, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4233, 477, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4234, 477, '_risk_advice_section_description', 'field_68c1416242cf6'), (4235, 477, 'risk_advice_section_risk_advice_points', '2'), (4236, 477, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4237, 477, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4238, 477, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4239, 477, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4240, 477, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4241, 477, 'risk_advice_section', ''), (4242, 477, '_risk_advice_section', 'field_68c1413942cf4'), (4243, 477, 'vision_section_heading', 'From Vision to Reality'), (4244, 477, '_vision_section_heading', 'field_68c142d342d05'), (4245, 477, 'vision_section_description', ''), (4246, 477, '_vision_section_description', 'field_68c142da42d06'), (4247, 477, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4248, 477, '_vision_section_button', 'field_68c142e842d07'), (4249, 477, 'vision_section', ''), (4250, 477, '_vision_section', 'field_68c142ba42d04'), (4251, 477, 'contact_us_section_contact_us_heading', ''), (4252, 477, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4253, 477, 'contact_us_section_contact_us_description', ''), (4254, 477, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4255, 477, 'contact_us_section_contact_us_form_shotcode', ''), (4256, 477, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4257, 477, 'contact_us_section', ''), (4258, 477, '_contact_us_section', 'field_68c14313784d9'), (4259, 476, 'risk_advice_section_risk_advice_points_0_image', '461'), (4260, 476, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4261, 476, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4262, 476, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4263, 476, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4264, 476, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4265, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4266, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4267, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4268, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4269, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4270, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4271, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4272, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4273, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4274, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4275, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4276, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4277, 476, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4278, 476, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4279, 476, 'risk_advice_section_risk_advice_points_1_image', '462'), (4280, 476, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4281, 476, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4282, 476, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4283, 476, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4284, 476, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4285, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4286, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4287, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4288, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4289, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4290, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4291, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4292, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4293, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4294, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4295, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4296, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4297, 476, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4298, 476, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4299, 477, 'risk_advice_section_risk_advice_points_0_image', '461'), (4300, 477, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4301, 477, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4302, 477, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4303, 477, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4304, 477, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4305, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4306, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4307, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4308, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4309, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4310, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4311, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4312, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4313, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4314, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4315, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4316, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4317, 477, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4318, 477, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4319, 477, 'risk_advice_section_risk_advice_points_1_image', '462'), (4320, 477, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4321, 477, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4322, 477, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4323, 477, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4324, 477, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4325, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4326, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4327, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4328, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4329, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4330, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4331, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4332, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4333, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4334, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4335, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4336, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4337, 477, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4338, 477, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4339, 478, 'banner_section_banner_image', '415'), (4340, 478, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4341, 478, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4342, 478, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4343, 478, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4344, 478, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4345, 478, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4346, 478, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4347, 478, 'banner_section', ''), (4348, 478, '_banner_section', 'field_68c13ec8a2c3d'), (4349, 478, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4350, 478, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4351, 478, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4352, 478, '_risk_advice_section_description', 'field_68c1416242cf6'), (4353, 478, 'risk_advice_section_risk_advice_points', '2'), (4354, 478, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4355, 478, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4356, 478, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4357, 478, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4358, 478, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4359, 478, 'risk_advice_section', ''), (4360, 478, '_risk_advice_section', 'field_68c1413942cf4'), (4361, 478, 'vision_section_heading', 'From Vision to Reality'), (4362, 478, '_vision_section_heading', 'field_68c142d342d05'), (4363, 478, 'vision_section_description', ''), (4364, 478, '_vision_section_description', 'field_68c142da42d06'), (4365, 478, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4366, 478, '_vision_section_button', 'field_68c142e842d07'), (4367, 478, 'vision_section', ''), (4368, 478, '_vision_section', 'field_68c142ba42d04'), (4369, 478, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4370, 478, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4371, 478, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4372, 478, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4373, 478, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4374, 478, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4375, 478, 'contact_us_section', ''), (4376, 478, '_contact_us_section', 'field_68c14313784d9'), (4377, 478, 'risk_advice_section_risk_advice_points_0_image', '461'), (4378, 478, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4379, 478, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4380, 478, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4381, 478, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4382, 478, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4383, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4384, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4385, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4386, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4387, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4388, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4389, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4390, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4391, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4392, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4393, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4394, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4395, 478, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4396, 478, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4397, 478, 'risk_advice_section_risk_advice_points_1_image', '462'), (4398, 478, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4399, 478, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4400, 478, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4401, 478, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4402, 478, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4403, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4404, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4405, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4406, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4407, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4408, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4409, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4410, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4411, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4412, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4413, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4414, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4415, 478, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4416, 478, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4417, 479, 'banner_section_banner_image', '415'), (4418, 479, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4419, 479, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4420, 479, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4421, 479, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4422, 479, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4423, 479, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4424, 479, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4425, 479, 'banner_section', ''), (4426, 479, '_banner_section', 'field_68c13ec8a2c3d'), (4427, 479, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4428, 479, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4429, 479, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4430, 479, '_risk_advice_section_description', 'field_68c1416242cf6'), (4431, 479, 'risk_advice_section_risk_advice_points', '2'), (4432, 479, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4433, 479, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4434, 479, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4435, 479, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4436, 479, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4437, 479, 'risk_advice_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4438, 479, '_risk_advice_section', 'field_68c1413942cf4'), (4439, 479, 'vision_section_heading', 'From Vision to Reality'), (4440, 479, '_vision_section_heading', 'field_68c142d342d05'), (4441, 479, 'vision_section_description', ''), (4442, 479, '_vision_section_description', 'field_68c142da42d06'), (4443, 479, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4444, 479, '_vision_section_button', 'field_68c142e842d07'), (4445, 479, 'vision_section', ''), (4446, 479, '_vision_section', 'field_68c142ba42d04'), (4447, 479, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4448, 479, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4449, 479, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4450, 479, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4451, 479, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4452, 479, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4453, 479, 'contact_us_section', ''), (4454, 479, '_contact_us_section', 'field_68c14313784d9'), (4455, 479, 'risk_advice_section_risk_advice_points_0_image', '461'), (4456, 479, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4457, 479, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4458, 479, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4459, 479, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4460, 479, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4461, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4462, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4463, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4464, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4465, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4466, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4467, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4468, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4469, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4470, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4471, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4472, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4473, 479, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4474, 479, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4475, 479, 'risk_advice_section_risk_advice_points_1_image', '462'), (4476, 479, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4477, 479, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4478, 479, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4479, 479, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4480, 479, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4481, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4482, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4483, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4484, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4485, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4486, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4487, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4488, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4489, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4490, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4491, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4492, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4493, 479, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4494, 479, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4495, 480, 'banner_section_banner_image', '415'), (4496, 480, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4497, 480, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4498, 480, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4499, 480, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4500, 480, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4501, 480, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4502, 480, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4503, 480, 'banner_section', ''), (4504, 480, '_banner_section', 'field_68c13ec8a2c3d'), (4505, 480, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4506, 480, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4507, 480, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4508, 480, '_risk_advice_section_description', 'field_68c1416242cf6'), (4509, 480, 'risk_advice_section_risk_advice_points', '2'), (4510, 480, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4511, 480, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4512, 480, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4513, 480, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4514, 480, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4515, 480, 'risk_advice_section', ''), (4516, 480, '_risk_advice_section', 'field_68c1413942cf4'), (4517, 480, 'vision_section_heading', 'From Vision to Reality'), (4518, 480, '_vision_section_heading', 'field_68c142d342d05'), (4519, 480, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4520, 480, '_vision_section_description', 'field_68c142da42d06'), (4521, 480, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4522, 480, '_vision_section_button', 'field_68c142e842d07'), (4523, 480, 'vision_section', ''), (4524, 480, '_vision_section', 'field_68c142ba42d04'), (4525, 480, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4526, 480, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4527, 480, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4528, 480, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4529, 480, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4530, 480, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4531, 480, 'contact_us_section', ''), (4532, 480, '_contact_us_section', 'field_68c14313784d9'), (4533, 480, 'risk_advice_section_risk_advice_points_0_image', '461'), (4534, 480, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4535, 480, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4536, 480, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4537, 480, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4538, 480, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4539, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4540, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4541, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4542, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4543, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4544, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4545, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4546, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4547, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4548, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4549, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4550, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4551, 480, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4552, 480, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4553, 480, 'risk_advice_section_risk_advice_points_1_image', '462'), (4554, 480, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4555, 480, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4556, 480, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4557, 480, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4558, 480, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4559, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4560, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4561, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4562, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4563, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4564, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4565, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4566, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4567, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4568, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4569, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4570, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4571, 480, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4572, 480, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4573, 482, '_edit_lock', '1758188769:1'), (4574, 482, '_wp_page_template', 'templates/advice-solutions-dev.php'), (4575, 458, '_wp_attachment_image_alt', 'compliance-clarity'), (4576, 482, '_edit_last', '1'), (4577, 482, 'banner_section_banner_image', '469'), (4578, 482, '_banner_section_banner_image', 'field_68c144ad444c6'), (4579, 482, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4580, 482, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4581, 482, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4582, 482, '_banner_section_banner_description', 'field_68c144ad444c8'), (4583, 482, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4584, 482, '_banner_section_banner_button', 'field_68c144ad444c9'), (4585, 482, 'banner_section', ''), (4586, 482, '_banner_section', 'field_68c144ad444c5'), (4587, 482, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4588, 482, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4589, 482, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4590, 482, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4591, 482, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4592, 482, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4593, 482, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4594, 482, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4595, 482, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4596, 482, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4597, 482, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', 'Stay fully compliant with evolving laws and regulations - without the stress.'), (4598, 482, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4599, 482, 'advice_specialist_section_advisors_feature_0_feature_points', '6'), (4600, 482, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4601, 482, 'advice_specialist_section_advisors_feature', '3'), (4602, 482, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4603, 482, 'advice_specialist_section_advice_specialist_footer', 'If you’re interested to know more about how we can work together.'), (4604, 482, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4605, 482, 'advice_specialist_section_advice_specialist__button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4606, 482, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4607, 482, 'advice_specialist_section', ''), (4608, 482, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4609, 482, 'bombora_info_section_heading', 'Bombora is more than a licensee—we\'re your strategic partner, dedicated to making your business stronger, safer, and more successful.'), (4610, 482, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4611, 482, 'bombora_info_section_imgae', '472'), (4612, 482, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4613, 482, 'bombora_info_section', ''), (4614, 482, '_bombora_info_section', 'field_68c25d3346dcc'), (4615, 483, 'banner_section_banner_image', '469'), (4616, 483, '_banner_section_banner_image', 'field_68c144ad444c6'), (4617, 483, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4618, 483, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4619, 483, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4620, 483, '_banner_section_banner_description', 'field_68c144ad444c8'), (4621, 483, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4622, 483, '_banner_section_banner_button', 'field_68c144ad444c9'), (4623, 483, 'banner_section', ''), (4624, 483, '_banner_section', 'field_68c144ad444c5'), (4625, 483, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4626, 483, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4627, 483, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4628, 483, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4629, 483, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4630, 483, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4631, 483, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4632, 483, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4633, 483, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4634, 483, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4635, 483, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', ''), (4636, 483, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4637, 483, 'advice_specialist_section_advisors_feature_0_feature_points', '1') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4638, 483, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4639, 483, 'advice_specialist_section_advisors_feature', '1'), (4640, 483, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4641, 483, 'advice_specialist_section_advice_specialist_footer', ''), (4642, 483, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4643, 483, 'advice_specialist_section_advice_specialist__button', ''), (4644, 483, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4645, 483, 'advice_specialist_section', ''), (4646, 483, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4647, 483, 'bombora_info_section_heading', ''), (4648, 483, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4649, 483, 'bombora_info_section_imgae', ''), (4650, 483, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4651, 483, 'bombora_info_section', ''), (4652, 483, '_bombora_info_section', 'field_68c25d3346dcc'), (4653, 484, 'banner_section_banner_image', '469'), (4654, 484, '_banner_section_banner_image', 'field_68c144ad444c6'), (4655, 484, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4656, 484, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4657, 484, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4658, 484, '_banner_section_banner_description', 'field_68c144ad444c8'), (4659, 484, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4660, 484, '_banner_section_banner_button', 'field_68c144ad444c9'), (4661, 484, 'banner_section', ''), (4662, 484, '_banner_section', 'field_68c144ad444c5'), (4663, 484, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4664, 484, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4665, 484, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4666, 484, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4667, 484, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4668, 484, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4669, 484, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4670, 484, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4671, 484, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4672, 484, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4673, 484, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', ''), (4674, 484, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4675, 484, 'advice_specialist_section_advisors_feature_0_feature_points', '1'), (4676, 484, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4677, 484, 'advice_specialist_section_advisors_feature', '1'), (4678, 484, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4679, 484, 'advice_specialist_section_advice_specialist_footer', ''), (4680, 484, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4681, 484, 'advice_specialist_section_advice_specialist__button', ''), (4682, 484, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4683, 484, 'advice_specialist_section', ''), (4684, 484, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4685, 484, 'bombora_info_section_heading', ''), (4686, 484, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4687, 484, 'bombora_info_section_imgae', ''), (4688, 484, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4689, 484, 'bombora_info_section', ''), (4690, 484, '_bombora_info_section', 'field_68c25d3346dcc'), (4691, 482, 'advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'Compliance Assurance'), (4692, 482, '_advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4693, 482, 'advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'Risk Management Expertise '), (4694, 482, '_advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4695, 482, 'advice_specialist_section_advisors_feature_0_feature_points_1_point', 'Proactive oversight and guidence to protect your clients\' best interests and your business. '), (4696, 482, '_advice_specialist_section_advisors_feature_0_feature_points_1_point', 'field_68c25cb6430ff'), (4697, 482, 'advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'Protection & Security'), (4698, 482, '_advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4699, 482, 'advice_specialist_section_advisors_feature_0_feature_points_2_point', 'Professional indemnity insurance safeguards your practice against potential legal claims.'), (4700, 482, '_advice_specialist_section_advisors_feature_0_feature_points_2_point', 'field_68c25cb6430ff'), (4701, 482, 'advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'Administrative Efficiency'), (4702, 482, '_advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4703, 482, 'advice_specialist_section_advisors_feature_0_feature_points_3_point', 'Our streamlined processes and documentation support, saves you time, so you can focus on clients.'), (4704, 482, '_advice_specialist_section_advisors_feature_0_feature_points_3_point', 'field_68c25cb6430ff'), (4705, 482, 'advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'Dispute Resolution Support'), (4706, 482, '_advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'field_68c80dd34fee3'), (4707, 482, 'advice_specialist_section_advisors_feature_0_feature_points_4_point', 'We\'re in your corner, helping you handle client complaints or disputes professionally.'), (4708, 482, '_advice_specialist_section_advisors_feature_0_feature_points_4_point', 'field_68c25cb6430ff'), (4709, 482, 'advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'Claims Management Expertise'), (4710, 482, '_advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'field_68c80dd34fee3'), (4711, 482, 'advice_specialist_section_advisors_feature_0_feature_points_5_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (4712, 482, '_advice_specialist_section_advisors_feature_0_feature_points_5_point', 'field_68c25cb6430ff'), (4713, 482, 'advice_specialist_section_advisors_feature_1_feature_heading', 'Capability Uplift'), (4714, 482, '_advice_specialist_section_advisors_feature_1_feature_heading', 'field_68c25c88430fb'), (4715, 482, 'advice_specialist_section_advisors_feature_1_feature_', 'Get the tools, support, and training to grow your advisory edge and deliver more value.'), (4716, 482, '_advice_specialist_section_advisors_feature_1_feature_', 'field_68c25c95430fc'), (4717, 482, 'advice_specialist_section_advisors_feature_1_feature_image', '457'), (4718, 482, '_advice_specialist_section_advisors_feature_1_feature_image', 'field_68c25ca2430fd'), (4719, 482, 'advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'Continuous Learning'), (4720, 482, '_advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4721, 482, 'advice_specialist_section_advisors_feature_1_feature_points_0_point', 'Ongoing practical and actionable education keeps you at the forefront of risk advice.'), (4722, 482, '_advice_specialist_section_advisors_feature_1_feature_points_0_point', 'field_68c25cb6430ff'), (4723, 482, 'advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'Technical Support'), (4724, 482, '_advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4725, 482, 'advice_specialist_section_advisors_feature_1_feature_points_1_point', 'Our expert team is available for product and software assistance ensuring a smooth workflow.'), (4726, 482, '_advice_specialist_section_advisors_feature_1_feature_points_1_point', 'field_68c25cb6430ff'), (4727, 482, 'advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'Professional Development'), (4728, 482, '_advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4729, 482, 'advice_specialist_section_advisors_feature_1_feature_points_2_point', 'Tailored training programs designed to support your individual and business goals.'), (4730, 482, '_advice_specialist_section_advisors_feature_1_feature_points_2_point', 'field_68c25cb6430ff'), (4731, 482, 'advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'Dedicated Resources'), (4732, 482, '_advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4733, 482, 'advice_specialist_section_advisors_feature_1_feature_points_3_point', 'Dedicated resources, updates, insights and support to help you excel in your role as a risk advisor.'), (4734, 482, '_advice_specialist_section_advisors_feature_1_feature_points_3_point', 'field_68c25cb6430ff'), (4735, 482, 'advice_specialist_section_advisors_feature_1_feature_points', '4'), (4736, 482, '_advice_specialist_section_advisors_feature_1_feature_points', 'field_68c25cac430fe'), (4737, 482, 'advice_specialist_section_advisors_feature_2_feature_heading', 'The Growth Collective') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4738, 482, '_advice_specialist_section_advisors_feature_2_feature_heading', 'field_68c25c88430fb'), (4739, 482, 'advice_specialist_section_advisors_feature_2_feature_', 'Tap into a network of forward-thinking peers, marketing support, and shared momentum.'), (4740, 482, '_advice_specialist_section_advisors_feature_2_feature_', 'field_68c25c95430fc'), (4741, 482, 'advice_specialist_section_advisors_feature_2_feature_image', '460'), (4742, 482, '_advice_specialist_section_advisors_feature_2_feature_image', 'field_68c25ca2430fd'), (4743, 482, 'advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'Collaboration Network'), (4744, 482, '_advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4745, 482, 'advice_specialist_section_advisors_feature_2_feature_points_0_point', 'Connect with like-minded risk advisors for shared insights and professional growth.'), (4746, 482, '_advice_specialist_section_advisors_feature_2_feature_points_0_point', 'field_68c25cb6430ff'), (4747, 482, 'advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'Top Talent, Stronger Together '), (4748, 482, '_advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4749, 482, 'advice_specialist_section_advisors_feature_2_feature_points_1_point', 'Join a licensee that attracts a community of top-performing risk advice professionals.'), (4750, 482, '_advice_specialist_section_advisors_feature_2_feature_points_1_point', 'field_68c25cb6430ff'), (4751, 482, 'advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'Growth & Marketing Support'), (4752, 482, '_advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4753, 482, 'advice_specialist_section_advisors_feature_2_feature_points_2_point', 'Strategies designed to help you build and expand your client base and scale your business.'), (4754, 482, '_advice_specialist_section_advisors_feature_2_feature_points_2_point', 'field_68c25cb6430ff'), (4755, 482, 'advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'A Shared Vision for Excellence'), (4756, 482, '_advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4757, 482, 'advice_specialist_section_advisors_feature_2_feature_points_3_point', 'We\'re aligned with your goals, working together to raise the standard of risk advice.'), (4758, 482, '_advice_specialist_section_advisors_feature_2_feature_points_3_point', 'field_68c25cb6430ff'), (4759, 482, 'advice_specialist_section_advisors_feature_2_feature_points', '4'), (4760, 482, '_advice_specialist_section_advisors_feature_2_feature_points', 'field_68c25cac430fe'), (4761, 486, 'banner_section_banner_image', '469'), (4762, 486, '_banner_section_banner_image', 'field_68c144ad444c6'), (4763, 486, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4764, 486, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4765, 486, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4766, 486, '_banner_section_banner_description', 'field_68c144ad444c8'), (4767, 486, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4768, 486, '_banner_section_banner_button', 'field_68c144ad444c9'), (4769, 486, 'banner_section', ''), (4770, 486, '_banner_section', 'field_68c144ad444c5'), (4771, 486, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4772, 486, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4773, 486, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4774, 486, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4775, 486, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4776, 486, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4777, 486, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4778, 486, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4779, 486, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4780, 486, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4781, 486, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', 'Stay fully compliant with evolving laws and regulations - without the stress.'), (4782, 486, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4783, 486, 'advice_specialist_section_advisors_feature_0_feature_points', '6'), (4784, 486, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4785, 486, 'advice_specialist_section_advisors_feature', '3'), (4786, 486, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4787, 486, 'advice_specialist_section_advice_specialist_footer', 'If you’re interested to know more about how we can work together.'), (4788, 486, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4789, 486, 'advice_specialist_section_advice_specialist__button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4790, 486, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4791, 486, 'advice_specialist_section', ''), (4792, 486, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4793, 486, 'bombora_info_section_heading', 'Bombora is more than a licensee—we\'re your strategic partner, dedicated to making your business stronger, safer, and more successful.'), (4794, 486, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4795, 486, 'bombora_info_section_imgae', '472'), (4796, 486, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4797, 486, 'bombora_info_section', ''), (4798, 486, '_bombora_info_section', 'field_68c25d3346dcc'), (4799, 486, 'advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'Compliance Assurance'), (4800, 486, '_advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4801, 486, 'advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'Risk Management Expertise '), (4802, 486, '_advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4803, 486, 'advice_specialist_section_advisors_feature_0_feature_points_1_point', 'Proactive oversight and guidence to protect your clients\' best interests and your business. '), (4804, 486, '_advice_specialist_section_advisors_feature_0_feature_points_1_point', 'field_68c25cb6430ff'), (4805, 486, 'advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'Protection & Security'), (4806, 486, '_advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4807, 486, 'advice_specialist_section_advisors_feature_0_feature_points_2_point', 'Professional indemnity insurance safeguards your practice against potential legal claims.'), (4808, 486, '_advice_specialist_section_advisors_feature_0_feature_points_2_point', 'field_68c25cb6430ff'), (4809, 486, 'advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'Administrative Efficiency'), (4810, 486, '_advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4811, 486, 'advice_specialist_section_advisors_feature_0_feature_points_3_point', 'Our streamlined processes and documentation support, saves you time, so you can focus on clients.'), (4812, 486, '_advice_specialist_section_advisors_feature_0_feature_points_3_point', 'field_68c25cb6430ff'), (4813, 486, 'advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'Dispute Resolution Support'), (4814, 486, '_advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'field_68c80dd34fee3'), (4815, 486, 'advice_specialist_section_advisors_feature_0_feature_points_4_point', 'We\'re in your corner, helping you handle client complaints or disputes professionally.'), (4816, 486, '_advice_specialist_section_advisors_feature_0_feature_points_4_point', 'field_68c25cb6430ff'), (4817, 486, 'advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'Claims Management Expertise'), (4818, 486, '_advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'field_68c80dd34fee3'), (4819, 486, 'advice_specialist_section_advisors_feature_0_feature_points_5_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (4820, 486, '_advice_specialist_section_advisors_feature_0_feature_points_5_point', 'field_68c25cb6430ff'), (4821, 486, 'advice_specialist_section_advisors_feature_1_feature_heading', 'Capability Uplift'), (4822, 486, '_advice_specialist_section_advisors_feature_1_feature_heading', 'field_68c25c88430fb'), (4823, 486, 'advice_specialist_section_advisors_feature_1_feature_', 'Get the tools, support, and training to grow your advisory edge and deliver more value.'), (4824, 486, '_advice_specialist_section_advisors_feature_1_feature_', 'field_68c25c95430fc'), (4825, 486, 'advice_specialist_section_advisors_feature_1_feature_image', '457'), (4826, 486, '_advice_specialist_section_advisors_feature_1_feature_image', 'field_68c25ca2430fd'), (4827, 486, 'advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'Continuous Learning'), (4828, 486, '_advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4829, 486, 'advice_specialist_section_advisors_feature_1_feature_points_0_point', 'Ongoing practical and actionable education keeps you at the forefront of risk advice.'), (4830, 486, '_advice_specialist_section_advisors_feature_1_feature_points_0_point', 'field_68c25cb6430ff'), (4831, 486, 'advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'Technical Support'), (4832, 486, '_advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4833, 486, 'advice_specialist_section_advisors_feature_1_feature_points_1_point', 'Our expert team is available for product and software assistance ensuring a smooth workflow.'), (4834, 486, '_advice_specialist_section_advisors_feature_1_feature_points_1_point', 'field_68c25cb6430ff'), (4835, 486, 'advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'Professional Development'), (4836, 486, '_advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4837, 486, 'advice_specialist_section_advisors_feature_1_feature_points_2_point', 'Tailored training programs designed to support your individual and business goals.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4838, 486, '_advice_specialist_section_advisors_feature_1_feature_points_2_point', 'field_68c25cb6430ff'), (4839, 486, 'advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'Dedicated Resources'), (4840, 486, '_advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4841, 486, 'advice_specialist_section_advisors_feature_1_feature_points_3_point', 'Dedicated resources, updates, insights and support to help you excel in your role as a risk advisor.'), (4842, 486, '_advice_specialist_section_advisors_feature_1_feature_points_3_point', 'field_68c25cb6430ff'), (4843, 486, 'advice_specialist_section_advisors_feature_1_feature_points', '4'), (4844, 486, '_advice_specialist_section_advisors_feature_1_feature_points', 'field_68c25cac430fe'), (4845, 486, 'advice_specialist_section_advisors_feature_2_feature_heading', 'The Growth Collective'), (4846, 486, '_advice_specialist_section_advisors_feature_2_feature_heading', 'field_68c25c88430fb'), (4847, 486, 'advice_specialist_section_advisors_feature_2_feature_', 'Tap into a network of forward-thinking peers, marketing support, and shared momentum.'), (4848, 486, '_advice_specialist_section_advisors_feature_2_feature_', 'field_68c25c95430fc'), (4849, 486, 'advice_specialist_section_advisors_feature_2_feature_image', '460'), (4850, 486, '_advice_specialist_section_advisors_feature_2_feature_image', 'field_68c25ca2430fd'), (4851, 486, 'advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'Collaboration Network'), (4852, 486, '_advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4853, 486, 'advice_specialist_section_advisors_feature_2_feature_points_0_point', 'Connect with like-minded risk advisors for shared insights and professional growth.'), (4854, 486, '_advice_specialist_section_advisors_feature_2_feature_points_0_point', 'field_68c25cb6430ff'), (4855, 486, 'advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'Top Talent, Stronger Together '), (4856, 486, '_advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4857, 486, 'advice_specialist_section_advisors_feature_2_feature_points_1_point', 'Join a licensee that attracts a community of top-performing risk advice professionals.'), (4858, 486, '_advice_specialist_section_advisors_feature_2_feature_points_1_point', 'field_68c25cb6430ff'), (4859, 486, 'advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'Growth & Marketing Support'), (4860, 486, '_advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'field_68c80dd34fee3'), (4861, 486, 'advice_specialist_section_advisors_feature_2_feature_points_2_point', 'Strategies designed to help you build and expand your client base and scale your business.'), (4862, 486, '_advice_specialist_section_advisors_feature_2_feature_points_2_point', 'field_68c25cb6430ff'), (4863, 486, 'advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'A Shared Vision for Excellence'), (4864, 486, '_advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'field_68c80dd34fee3'), (4865, 486, 'advice_specialist_section_advisors_feature_2_feature_points_3_point', 'We\'re aligned with your goals, working together to raise the standard of risk advice.'), (4866, 486, '_advice_specialist_section_advisors_feature_2_feature_points_3_point', 'field_68c25cb6430ff'), (4867, 486, 'advice_specialist_section_advisors_feature_2_feature_points', '4'), (4868, 486, '_advice_specialist_section_advisors_feature_2_feature_points', 'field_68c25cac430fe'), (4869, 470, '_wp_attachment_image_alt', 'vision-bg-image'), (4870, 476, 'vision_section_image', '470'), (4871, 476, '_vision_section_image', 'field_68c80fa306ba2'), (4872, 481, 'banner_section_banner_image', '415'), (4873, 481, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (4874, 481, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (4875, 481, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (4876, 481, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (4877, 481, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (4878, 481, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4879, 481, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (4880, 481, 'banner_section', ''), (4881, 481, '_banner_section', 'field_68c13ec8a2c3d'), (4882, 481, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (4883, 481, '_risk_advice_section_heading', 'field_68c1415942cf5'), (4884, 481, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (4885, 481, '_risk_advice_section_description', 'field_68c1416242cf6'), (4886, 481, 'risk_advice_section_risk_advice_points', '2'), (4887, 481, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (4888, 481, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (4889, 481, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (4890, 481, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4891, 481, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4892, 481, 'risk_advice_section', ''), (4893, 481, '_risk_advice_section', 'field_68c1413942cf4'), (4894, 481, 'vision_section_heading', 'From Vision to Reality'), (4895, 481, '_vision_section_heading', 'field_68c142d342d05'), (4896, 481, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (4897, 481, '_vision_section_description', 'field_68c142da42d06'), (4898, 481, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4899, 481, '_vision_section_button', 'field_68c142e842d07'), (4900, 481, 'vision_section', ''), (4901, 481, '_vision_section', 'field_68c142ba42d04'), (4902, 481, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (4903, 481, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (4904, 481, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (4905, 481, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (4906, 481, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (4907, 481, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (4908, 481, 'contact_us_section', ''), (4909, 481, '_contact_us_section', 'field_68c14313784d9'), (4910, 481, 'risk_advice_section_risk_advice_points_0_image', '461'), (4911, 481, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (4912, 481, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (4913, 481, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (4914, 481, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (4915, 481, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (4916, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (4917, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (4918, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (4919, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4920, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (4921, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4922, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (4923, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4924, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (4925, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4926, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (4927, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4928, 481, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (4929, 481, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (4930, 481, 'risk_advice_section_risk_advice_points_1_image', '462'), (4931, 481, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (4932, 481, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (4933, 481, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (4934, 481, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (4935, 481, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (4936, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (4937, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4938, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (4939, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (4940, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (4941, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (4942, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (4943, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (4944, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (4945, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (4946, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (4947, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (4948, 481, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (4949, 481, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (4950, 481, 'vision_section_image', '470'), (4951, 481, '_vision_section_image', 'field_68c80fa306ba2'), (4956, 487, 'banner_section_banner_image', '469'), (4957, 487, '_banner_section_banner_image', 'field_68c144ad444c6'), (4958, 487, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (4959, 487, '_banner_section_banner_heading', 'field_68c144ad444c7'), (4960, 487, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (4961, 487, '_banner_section_banner_description', 'field_68c144ad444c8'), (4962, 487, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4963, 487, '_banner_section_banner_button', 'field_68c144ad444c9'), (4964, 487, 'banner_section', ''), (4965, 487, '_banner_section', 'field_68c144ad444c5'), (4966, 487, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (4967, 487, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (4968, 487, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (4969, 487, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (4970, 487, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (4971, 487, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (4972, 487, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (4973, 487, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (4974, 487, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (4975, 487, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (4976, 487, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', 'Stay fully compliant with evolving laws and regulations - without the stress.'), (4977, 487, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (4978, 487, 'advice_specialist_section_advisors_feature_0_feature_points', '7'), (4979, 487, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (4980, 487, 'advice_specialist_section_advisors_feature', '3'), (4981, 487, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (4982, 487, 'advice_specialist_section_advice_specialist_footer', 'If you’re interested to know more about how we can work together.'), (4983, 487, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (4984, 487, 'advice_specialist_section_advice_specialist__button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (4985, 487, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (4986, 487, 'advice_specialist_section', ''), (4987, 487, '_advice_specialist_section', 'field_68c2579cdf1e0'), (4988, 487, 'bombora_info_section_heading', 'Bombora is more than a licensee—we\'re your strategic partner, dedicated to making your business stronger, safer, and more successful.'), (4989, 487, '_bombora_info_section_heading', 'field_68c25d5846dce'), (4990, 487, 'bombora_info_section_imgae', '472'), (4991, 487, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (4992, 487, 'bombora_info_section', ''), (4993, 487, '_bombora_info_section', 'field_68c25d3346dcc'), (4994, 487, 'advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'Compliance Assurance'), (4995, 487, '_advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'field_68c80dd34fee3'), (4996, 487, 'advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'Risk Management Expertise '), (4997, 487, '_advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'field_68c80dd34fee3'), (4998, 487, 'advice_specialist_section_advisors_feature_0_feature_points_1_point', 'Proactive oversight and guidence to protect your clients\' best interests and your business. '), (4999, 487, '_advice_specialist_section_advisors_feature_0_feature_points_1_point', 'field_68c25cb6430ff'), (5000, 487, 'advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'Protection & Security'), (5001, 487, '_advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5002, 487, 'advice_specialist_section_advisors_feature_0_feature_points_2_point', 'Professional indemnity insurance safeguards your practice against potential legal claims.'), (5003, 487, '_advice_specialist_section_advisors_feature_0_feature_points_2_point', 'field_68c25cb6430ff'), (5004, 487, 'advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'Administrative Efficiency'), (5005, 487, '_advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5006, 487, 'advice_specialist_section_advisors_feature_0_feature_points_3_point', 'Our streamlined processes and documentation support, saves you time, so you can focus on clients.'), (5007, 487, '_advice_specialist_section_advisors_feature_0_feature_points_3_point', 'field_68c25cb6430ff'), (5008, 487, 'advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'Dispute Resolution Support'), (5009, 487, '_advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'field_68c80dd34fee3'), (5010, 487, 'advice_specialist_section_advisors_feature_0_feature_points_4_point', 'We\'re in your corner, helping you handle client complaints or disputes professionally.'), (5011, 487, '_advice_specialist_section_advisors_feature_0_feature_points_4_point', 'field_68c25cb6430ff'), (5012, 487, 'advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'Claims Management Expertise'), (5013, 487, '_advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'field_68c80dd34fee3'), (5014, 487, 'advice_specialist_section_advisors_feature_0_feature_points_5_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (5015, 487, '_advice_specialist_section_advisors_feature_0_feature_points_5_point', 'field_68c25cb6430ff'), (5016, 487, 'advice_specialist_section_advisors_feature_1_feature_heading', 'Capability Uplift'), (5017, 487, '_advice_specialist_section_advisors_feature_1_feature_heading', 'field_68c25c88430fb'), (5018, 487, 'advice_specialist_section_advisors_feature_1_feature_', 'Get the tools, support, and training to grow your advisory edge and deliver more value.'), (5019, 487, '_advice_specialist_section_advisors_feature_1_feature_', 'field_68c25c95430fc'), (5020, 487, 'advice_specialist_section_advisors_feature_1_feature_image', '457'), (5021, 487, '_advice_specialist_section_advisors_feature_1_feature_image', 'field_68c25ca2430fd'), (5022, 487, 'advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'Continuous Learning'), (5023, 487, '_advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5024, 487, 'advice_specialist_section_advisors_feature_1_feature_points_0_point', 'Ongoing practical and actionable education keeps you at the forefront of risk advice.'), (5025, 487, '_advice_specialist_section_advisors_feature_1_feature_points_0_point', 'field_68c25cb6430ff'), (5026, 487, 'advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'Technical Support'), (5027, 487, '_advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5028, 487, 'advice_specialist_section_advisors_feature_1_feature_points_1_point', 'Our expert team is available for product and software assistance ensuring a smooth workflow.'), (5029, 487, '_advice_specialist_section_advisors_feature_1_feature_points_1_point', 'field_68c25cb6430ff'), (5030, 487, 'advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'Professional Development'), (5031, 487, '_advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5032, 487, 'advice_specialist_section_advisors_feature_1_feature_points_2_point', 'Tailored training programs designed to support your individual and business goals.'), (5033, 487, '_advice_specialist_section_advisors_feature_1_feature_points_2_point', 'field_68c25cb6430ff'), (5034, 487, 'advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'Dedicated Resources'), (5035, 487, '_advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5036, 487, 'advice_specialist_section_advisors_feature_1_feature_points_3_point', 'Dedicated resources, updates, insights and support to help you excel in your role as a risk advisor.'), (5037, 487, '_advice_specialist_section_advisors_feature_1_feature_points_3_point', 'field_68c25cb6430ff'), (5038, 487, 'advice_specialist_section_advisors_feature_1_feature_points', '4'), (5039, 487, '_advice_specialist_section_advisors_feature_1_feature_points', 'field_68c25cac430fe'), (5040, 487, 'advice_specialist_section_advisors_feature_2_feature_heading', 'The Growth Collective'), (5041, 487, '_advice_specialist_section_advisors_feature_2_feature_heading', 'field_68c25c88430fb') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5042, 487, 'advice_specialist_section_advisors_feature_2_feature_', 'Tap into a network of forward-thinking peers, marketing support, and shared momentum.'), (5043, 487, '_advice_specialist_section_advisors_feature_2_feature_', 'field_68c25c95430fc'), (5044, 487, 'advice_specialist_section_advisors_feature_2_feature_image', '460'), (5045, 487, '_advice_specialist_section_advisors_feature_2_feature_image', 'field_68c25ca2430fd'), (5046, 487, 'advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'Collaboration Network'), (5047, 487, '_advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5048, 487, 'advice_specialist_section_advisors_feature_2_feature_points_0_point', 'Connect with like-minded risk advisors for shared insights and professional growth.'), (5049, 487, '_advice_specialist_section_advisors_feature_2_feature_points_0_point', 'field_68c25cb6430ff'), (5050, 487, 'advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'Top Talent, Stronger Together '), (5051, 487, '_advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5052, 487, 'advice_specialist_section_advisors_feature_2_feature_points_1_point', 'Join a licensee that attracts a community of top-performing risk advice professionals.'), (5053, 487, '_advice_specialist_section_advisors_feature_2_feature_points_1_point', 'field_68c25cb6430ff'), (5054, 487, 'advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'Growth & Marketing Support'), (5055, 487, '_advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5056, 487, 'advice_specialist_section_advisors_feature_2_feature_points_2_point', 'Strategies designed to help you build and expand your client base and scale your business.'), (5057, 487, '_advice_specialist_section_advisors_feature_2_feature_points_2_point', 'field_68c25cb6430ff'), (5058, 487, 'advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'A Shared Vision for Excellence'), (5059, 487, '_advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5060, 487, 'advice_specialist_section_advisors_feature_2_feature_points_3_point', 'We\'re aligned with your goals, working together to raise the standard of risk advice.'), (5061, 487, '_advice_specialist_section_advisors_feature_2_feature_points_3_point', 'field_68c25cb6430ff'), (5062, 487, 'advice_specialist_section_advisors_feature_2_feature_points', '4'), (5063, 487, '_advice_specialist_section_advisors_feature_2_feature_points', 'field_68c25cac430fe'), (5064, 487, 'advice_specialist_section_advisors_feature_0_feature_points_6_feature_title', 'Claims Management Expertise'), (5065, 487, '_advice_specialist_section_advisors_feature_0_feature_points_6_feature_title', 'field_68c80dd34fee3'), (5066, 487, 'advice_specialist_section_advisors_feature_0_feature_points_6_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (5067, 487, '_advice_specialist_section_advisors_feature_0_feature_points_6_point', 'field_68c25cb6430ff'), (5068, 490, 'banner_section_banner_image', '469'), (5069, 490, '_banner_section_banner_image', 'field_68c144ad444c6'), (5070, 490, 'banner_section_banner_heading', 'Stronger Compliance. Smarter Risk Advice.'), (5071, 490, '_banner_section_banner_heading', 'field_68c144ad444c7'), (5072, 490, 'banner_section_banner_description', 'With Bombora handling compliance, you\'re free to focus on what you do best - delivering expert risk advice.'), (5073, 490, '_banner_section_banner_description', 'field_68c144ad444c8'), (5074, 490, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5075, 490, '_banner_section_banner_button', 'field_68c144ad444c9'), (5076, 490, 'banner_section', ''), (5077, 490, '_banner_section', 'field_68c144ad444c5'), (5078, 490, 'advice_specialist_section_heading', 'Specialist support for risk advisors who demand more.'), (5079, 490, '_advice_specialist_section_heading', 'field_68c257badf1e1'), (5080, 490, 'advice_specialist_section_description', 'Risk advice is your expertise. Unlike generalist licensees, Bombora provides a tailored compliance and governance framework designed exclusively for risk professionals like you.'), (5081, 490, '_advice_specialist_section_description', 'field_68c257c1df1e2'), (5082, 490, 'advice_specialist_section_advisors_feature_0_feature_heading', 'Compliance Clarity'), (5083, 490, '_advice_specialist_section_advisors_feature_0_feature_heading', 'field_68c25c88430fb'), (5084, 490, 'advice_specialist_section_advisors_feature_0_feature_', 'Stay on top of your obligations with expert support, streamlined systems, and no guesswork.'), (5085, 490, '_advice_specialist_section_advisors_feature_0_feature_', 'field_68c25c95430fc'), (5086, 490, 'advice_specialist_section_advisors_feature_0_feature_image', '458'), (5087, 490, '_advice_specialist_section_advisors_feature_0_feature_image', 'field_68c25ca2430fd'), (5088, 490, 'advice_specialist_section_advisors_feature_0_feature_points_0_point', 'Stay fully compliant with evolving laws and regulations - without the stress.'), (5089, 490, '_advice_specialist_section_advisors_feature_0_feature_points_0_point', 'field_68c25cb6430ff'), (5090, 490, 'advice_specialist_section_advisors_feature_0_feature_points', '6'), (5091, 490, '_advice_specialist_section_advisors_feature_0_feature_points', 'field_68c25cac430fe'), (5092, 490, 'advice_specialist_section_advisors_feature', '3'), (5093, 490, '_advice_specialist_section_advisors_feature', 'field_68c25c61430fa'), (5094, 490, 'advice_specialist_section_advice_specialist_footer', 'If you’re interested to know more about how we can work together.'), (5095, 490, '_advice_specialist_section_advice_specialist_footer', 'field_68c25ce343100'), (5096, 490, 'advice_specialist_section_advice_specialist__button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5097, 490, '_advice_specialist_section_advice_specialist__button', 'field_68c25cf343101'), (5098, 490, 'advice_specialist_section', ''), (5099, 490, '_advice_specialist_section', 'field_68c2579cdf1e0'), (5100, 490, 'bombora_info_section_heading', 'Bombora is more than a licensee—we\'re your strategic partner, dedicated to making your business stronger, safer, and more successful.'), (5101, 490, '_bombora_info_section_heading', 'field_68c25d5846dce'), (5102, 490, 'bombora_info_section_imgae', '472'), (5103, 490, '_bombora_info_section_imgae', 'field_68c25d4d46dcd'), (5104, 490, 'bombora_info_section', ''), (5105, 490, '_bombora_info_section', 'field_68c25d3346dcc'), (5106, 490, 'advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'Compliance Assurance'), (5107, 490, '_advice_specialist_section_advisors_feature_0_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5108, 490, 'advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'Risk Management Expertise '), (5109, 490, '_advice_specialist_section_advisors_feature_0_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5110, 490, 'advice_specialist_section_advisors_feature_0_feature_points_1_point', 'Proactive oversight and guidence to protect your clients\' best interests and your business. '), (5111, 490, '_advice_specialist_section_advisors_feature_0_feature_points_1_point', 'field_68c25cb6430ff'), (5112, 490, 'advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'Protection & Security'), (5113, 490, '_advice_specialist_section_advisors_feature_0_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5114, 490, 'advice_specialist_section_advisors_feature_0_feature_points_2_point', 'Professional indemnity insurance safeguards your practice against potential legal claims.'), (5115, 490, '_advice_specialist_section_advisors_feature_0_feature_points_2_point', 'field_68c25cb6430ff'), (5116, 490, 'advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'Administrative Efficiency'), (5117, 490, '_advice_specialist_section_advisors_feature_0_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5118, 490, 'advice_specialist_section_advisors_feature_0_feature_points_3_point', 'Our streamlined processes and documentation support, saves you time, so you can focus on clients.'), (5119, 490, '_advice_specialist_section_advisors_feature_0_feature_points_3_point', 'field_68c25cb6430ff'), (5120, 490, 'advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'Dispute Resolution Support'), (5121, 490, '_advice_specialist_section_advisors_feature_0_feature_points_4_feature_title', 'field_68c80dd34fee3'), (5122, 490, 'advice_specialist_section_advisors_feature_0_feature_points_4_point', 'We\'re in your corner, helping you handle client complaints or disputes professionally.'), (5123, 490, '_advice_specialist_section_advisors_feature_0_feature_points_4_point', 'field_68c25cb6430ff'), (5124, 490, 'advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'Claims Management Expertise'), (5125, 490, '_advice_specialist_section_advisors_feature_0_feature_points_5_feature_title', 'field_68c80dd34fee3'), (5126, 490, 'advice_specialist_section_advisors_feature_0_feature_points_5_point', 'Navigate complex claims with confidence, backed by our expertise and management.'), (5127, 490, '_advice_specialist_section_advisors_feature_0_feature_points_5_point', 'field_68c25cb6430ff'), (5128, 490, 'advice_specialist_section_advisors_feature_1_feature_heading', 'Capability Uplift'), (5129, 490, '_advice_specialist_section_advisors_feature_1_feature_heading', 'field_68c25c88430fb'), (5130, 490, 'advice_specialist_section_advisors_feature_1_feature_', 'Get the tools, support, and training to grow your advisory edge and deliver more value.'), (5131, 490, '_advice_specialist_section_advisors_feature_1_feature_', 'field_68c25c95430fc'), (5132, 490, 'advice_specialist_section_advisors_feature_1_feature_image', '457'), (5133, 490, '_advice_specialist_section_advisors_feature_1_feature_image', 'field_68c25ca2430fd'), (5134, 490, 'advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'Continuous Learning'), (5135, 490, '_advice_specialist_section_advisors_feature_1_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5136, 490, 'advice_specialist_section_advisors_feature_1_feature_points_0_point', 'Ongoing practical and actionable education keeps you at the forefront of risk advice.'), (5137, 490, '_advice_specialist_section_advisors_feature_1_feature_points_0_point', 'field_68c25cb6430ff'), (5138, 490, 'advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'Technical Support'), (5139, 490, '_advice_specialist_section_advisors_feature_1_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5140, 490, 'advice_specialist_section_advisors_feature_1_feature_points_1_point', 'Our expert team is available for product and software assistance ensuring a smooth workflow.'), (5141, 490, '_advice_specialist_section_advisors_feature_1_feature_points_1_point', 'field_68c25cb6430ff') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5142, 490, 'advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'Professional Development'), (5143, 490, '_advice_specialist_section_advisors_feature_1_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5144, 490, 'advice_specialist_section_advisors_feature_1_feature_points_2_point', 'Tailored training programs designed to support your individual and business goals.'), (5145, 490, '_advice_specialist_section_advisors_feature_1_feature_points_2_point', 'field_68c25cb6430ff'), (5146, 490, 'advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'Dedicated Resources'), (5147, 490, '_advice_specialist_section_advisors_feature_1_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5148, 490, 'advice_specialist_section_advisors_feature_1_feature_points_3_point', 'Dedicated resources, updates, insights and support to help you excel in your role as a risk advisor.'), (5149, 490, '_advice_specialist_section_advisors_feature_1_feature_points_3_point', 'field_68c25cb6430ff'), (5150, 490, 'advice_specialist_section_advisors_feature_1_feature_points', '4'), (5151, 490, '_advice_specialist_section_advisors_feature_1_feature_points', 'field_68c25cac430fe'), (5152, 490, 'advice_specialist_section_advisors_feature_2_feature_heading', 'The Growth Collective'), (5153, 490, '_advice_specialist_section_advisors_feature_2_feature_heading', 'field_68c25c88430fb'), (5154, 490, 'advice_specialist_section_advisors_feature_2_feature_', 'Tap into a network of forward-thinking peers, marketing support, and shared momentum.'), (5155, 490, '_advice_specialist_section_advisors_feature_2_feature_', 'field_68c25c95430fc'), (5156, 490, 'advice_specialist_section_advisors_feature_2_feature_image', '460'), (5157, 490, '_advice_specialist_section_advisors_feature_2_feature_image', 'field_68c25ca2430fd'), (5158, 490, 'advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'Collaboration Network'), (5159, 490, '_advice_specialist_section_advisors_feature_2_feature_points_0_feature_title', 'field_68c80dd34fee3'), (5160, 490, 'advice_specialist_section_advisors_feature_2_feature_points_0_point', 'Connect with like-minded risk advisors for shared insights and professional growth.'), (5161, 490, '_advice_specialist_section_advisors_feature_2_feature_points_0_point', 'field_68c25cb6430ff'), (5162, 490, 'advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'Top Talent, Stronger Together '), (5163, 490, '_advice_specialist_section_advisors_feature_2_feature_points_1_feature_title', 'field_68c80dd34fee3'), (5164, 490, 'advice_specialist_section_advisors_feature_2_feature_points_1_point', 'Join a licensee that attracts a community of top-performing risk advice professionals.'), (5165, 490, '_advice_specialist_section_advisors_feature_2_feature_points_1_point', 'field_68c25cb6430ff'), (5166, 490, 'advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'Growth & Marketing Support'), (5167, 490, '_advice_specialist_section_advisors_feature_2_feature_points_2_feature_title', 'field_68c80dd34fee3'), (5168, 490, 'advice_specialist_section_advisors_feature_2_feature_points_2_point', 'Strategies designed to help you build and expand your client base and scale your business.'), (5169, 490, '_advice_specialist_section_advisors_feature_2_feature_points_2_point', 'field_68c25cb6430ff'), (5170, 490, 'advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'A Shared Vision for Excellence'), (5171, 490, '_advice_specialist_section_advisors_feature_2_feature_points_3_feature_title', 'field_68c80dd34fee3'), (5172, 490, 'advice_specialist_section_advisors_feature_2_feature_points_3_point', 'We\'re aligned with your goals, working together to raise the standard of risk advice.'), (5173, 490, '_advice_specialist_section_advisors_feature_2_feature_points_3_point', 'field_68c25cb6430ff'), (5174, 490, 'advice_specialist_section_advisors_feature_2_feature_points', '4'), (5175, 490, '_advice_specialist_section_advisors_feature_2_feature_points', 'field_68c25cac430fe'), (5176, 15, '_wp_page_template', 'templates/partnering.php'), (5177, 67, '_wp_page_template', 'templates/claims-support.php'), (5178, 71, '_wp_page_template', 'templates/individuals-families-business-owners.php'), (5179, 493, '_edit_lock', '1758188714:1'), (5180, 493, '_wp_page_template', 'templates/claims-support-dev.php'), (5181, 495, '_edit_lock', '1758188035:1'), (5182, 495, '_wp_page_template', 'templates/partnering-dev.php'), (5183, 497, '_edit_lock', '1758188787:1'), (5184, 497, '_wp_page_template', 'templates/individuals-families-business-owners-dev.php'), (5185, 337, '_edit_lock', '1758187823:1'), (5186, 337, '_edit_last', '1'), (5187, 134, '_edit_lock', '1758099273:1'), (5188, 134, '_edit_last', '1'), (5189, 225, '_edit_lock', '1758106852:1'), (5190, 225, '_edit_last', '1'), (5195, 501, '_wp_attached_file', '2025/09/partnering-banner-bg.webp'), (5196, 501, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1753;s:6:"height";i:768;s:4:"file";s:33:"2025/09/partnering-banner-bg.webp";s:8:"filesize";i:68776;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:33:"partnering-banner-bg-300x131.webp";s:5:"width";i:300;s:6:"height";i:131;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4930;}s:5:"large";a:5:{s:4:"file";s:34:"partnering-banner-bg-1024x449.webp";s:5:"width";i:1024;s:6:"height";i:449;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:26968;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"partnering-banner-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3366;}s:12:"medium_large";a:5:{s:4:"file";s:33:"partnering-banner-bg-768x336.webp";s:5:"width";i:768;s:6:"height";i:336;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:17840;}s:9:"1536x1536";a:5:{s:4:"file";s:34:"partnering-banner-bg-1536x673.webp";s:5:"width";i:1536;s:6:"height";i:673;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:47156;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (5197, 502, '_wp_attached_file', '2025/09/partnering-section-image.webp'), (5198, 502, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:1335;s:4:"file";s:37:"2025/09/partnering-section-image.webp";s:8:"filesize";i:208356;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:37:"partnering-section-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:13878;}s:5:"large";a:5:{s:4:"file";s:38:"partnering-section-image-1024x684.webp";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:82372;}s:9:"thumbnail";a:5:{s:4:"file";s:37:"partnering-section-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6150;}s:12:"medium_large";a:5:{s:4:"file";s:37:"partnering-section-image-768x513.webp";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:55758;}s:9:"1536x1536";a:5:{s:4:"file";s:39:"partnering-section-image-1536x1025.webp";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:133562;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (5199, 503, '_wp_attached_file', '2025/09/claim-support-banner-bg-scaled.webp'), (5200, 503, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1440;s:4:"file";s:43:"2025/09/claim-support-banner-bg-scaled.webp";s:8:"filesize";i:282806;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:36:"claim-support-banner-bg-300x169.webp";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6520;}s:5:"large";a:5:{s:4:"file";s:37:"claim-support-banner-bg-1024x576.webp";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:50080;}s:9:"thumbnail";a:5:{s:4:"file";s:36:"claim-support-banner-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3640;}s:12:"medium_large";a:5:{s:4:"file";s:36:"claim-support-banner-bg-768x432.webp";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:29888;}s:9:"1536x1536";a:5:{s:4:"file";s:37:"claim-support-banner-bg-1536x864.webp";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:106156;}s:9:"2048x2048";a:5:{s:4:"file";s:38:"claim-support-banner-bg-2048x1152.webp";s:5:"width";i:2048;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:188910;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:28:"claim-support-banner-bg.webp";}'), (5201, 504, '_wp_attached_file', '2025/09/individual-families-image-1-scaled.webp'), (5202, 504, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:768;s:4:"file";s:47:"2025/09/individual-families-image-1-scaled.webp";s:8:"filesize";i:161240;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:39:"individual-families-image-1-300x90.webp";s:5:"width";i:300;s:6:"height";i:90;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7990;}s:5:"large";a:5:{s:4:"file";s:41:"individual-families-image-1-1024x307.webp";s:5:"width";i:1024;s:6:"height";i:307;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:49688;}s:9:"thumbnail";a:5:{s:4:"file";s:40:"individual-families-image-1-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5354;}s:12:"medium_large";a:5:{s:4:"file";s:40:"individual-families-image-1-768x230.webp";s:5:"width";i:768;s:6:"height";i:230;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:33376;}s:9:"1536x1536";a:5:{s:4:"file";s:41:"individual-families-image-1-1536x461.webp";s:5:"width";i:1536;s:6:"height";i:461;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:83074;}s:9:"2048x2048";a:5:{s:4:"file";s:41:"individual-families-image-1-2048x614.webp";s:5:"width";i:2048;s:6:"height";i:614;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:120382;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:32:"individual-families-image-1.webp";}'), (5203, 505, '_wp_attached_file', '2025/09/owner-safety-image-1-scaled.webp'), (5204, 505, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1706;s:4:"file";s:40:"2025/09/owner-safety-image-1-scaled.webp";s:8:"filesize";i:370464;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:33:"owner-safety-image-1-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:17078;}s:5:"large";a:5:{s:4:"file";s:34:"owner-safety-image-1-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:108268;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"owner-safety-image-1-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7716;}s:12:"medium_large";a:5:{s:4:"file";s:33:"owner-safety-image-1-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:70404;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"owner-safety-image-1-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:190884;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"owner-safety-image-1-2048x1365.webp";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:278974;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:25:"owner-safety-image-1.webp";}'), (5205, 506, '_wp_attached_file', '2025/09/families-business-owners-bg-scaled.webp'), (5206, 506, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1125;s:4:"file";s:47:"2025/09/families-business-owners-bg-scaled.webp";s:8:"filesize";i:184494;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:40:"families-business-owners-bg-300x132.webp";s:5:"width";i:300;s:6:"height";i:132;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7510;}s:5:"large";a:5:{s:4:"file";s:41:"families-business-owners-bg-1024x450.webp";s:5:"width";i:1024;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:47226;}s:9:"thumbnail";a:5:{s:4:"file";s:40:"families-business-owners-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3912;}s:12:"medium_large";a:5:{s:4:"file";s:40:"families-business-owners-bg-768x337.webp";s:5:"width";i:768;s:6:"height";i:337;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:30944;}s:9:"1536x1536";a:5:{s:4:"file";s:41:"families-business-owners-bg-1536x675.webp";s:5:"width";i:1536;s:6:"height";i:675;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:86346;}s:9:"2048x2048";a:5:{s:4:"file";s:41:"families-business-owners-bg-2048x900.webp";s:5:"width";i:2048;s:6:"height";i:900;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:131232;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:32:"families-business-owners-bg.webp";}'), (5207, 507, '_wp_attached_file', '2025/09/advise-claim-image.webp'), (5208, 507, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:668;s:4:"file";s:31:"2025/09/advise-claim-image.webp";s:8:"filesize";i:45278;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:31:"advise-claim-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:10274;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"advise-claim-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5428;}s:12:"medium_large";a:5:{s:4:"file";s:31:"advise-claim-image-768x513.webp";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:30936;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (5209, 508, '_wp_attached_file', '2025/09/business-family.webp'), (5210, 508, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:28:"2025/09/business-family.webp";s:8:"filesize";i:228732;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:28:"business-family-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:14952;}s:5:"large";a:5:{s:4:"file";s:29:"business-family-1024x682.webp";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:81578;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"business-family-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:7422;}s:12:"medium_large";a:5:{s:4:"file";s:28:"business-family-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:54658;}s:9:"1536x1536";a:5:{s:4:"file";s:30:"business-family-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:137778;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (5211, 501, '_wp_attachment_image_alt', 'partnering-banner-bg'), (5212, 495, '_edit_last', '1'), (5213, 495, 'banner_section_banner_image', '501'), (5214, 495, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5215, 495, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5216, 495, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5217, 495, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5218, 495, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5219, 495, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5220, 495, '_banner_section_banner_button', 'field_68c25dbaede00'), (5221, 495, 'banner_section', ''), (5222, 495, '_banner_section', 'field_68c25dbaeddfc'), (5223, 495, 'collaborator_section_heading', 'Let\'s build together.'), (5224, 495, '_collaborator_section_heading', 'field_68c25ed545d90'), (5225, 495, 'collaborator_section_title', 'Our ideal collaborators are:'), (5226, 495, '_collaborator_section_title', 'field_68c25edc45d91'), (5227, 495, 'collaborator_section_collaborator_feature_0_image', '440'), (5228, 495, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5229, 495, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5230, 495, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5231, 495, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5232, 495, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5233, 495, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5234, 495, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5235, 495, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5236, 495, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5237, 495, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5238, 495, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5239, 495, 'collaborator_section_collaborator_feature', '3'), (5240, 495, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5241, 495, 'collaborator_section', ''), (5242, 495, '_collaborator_section', 'field_68c25eb845d8f'), (5243, 495, 'bombora_info_section_image', '472'), (5244, 495, '_bombora_info_section_image', 'field_68c260c945da6'), (5245, 495, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5246, 495, '_bombora_info_section_heading', 'field_68c260d745da7'), (5247, 495, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5248, 495, '_bombora_info_section_button', 'field_68c260e045da8'), (5249, 495, 'bombora_info_section', ''), (5250, 495, '_bombora_info_section', 'field_68c260af45da5'), (5251, 495, 'achievement_section_heading', 'The numbers tell the story.'), (5252, 495, '_achievement_section_heading', 'field_68c2612fb4917'), (5253, 495, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5254, 495, '_achievement_section_description', 'field_68c2613db4918'), (5255, 495, 'achievement_section_statistic_achievement_point', '5'), (5256, 495, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5257, 495, 'achievement_section', ''), (5258, 495, '_achievement_section', 'field_68c26115b4916'), (5259, 495, 'success_story_section_success_story_image', '502'), (5260, 495, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5261, 495, 'success_story_section_heading', 'We do our part to ensure your business is a success story.'), (5262, 495, '_success_story_section_heading', 'field_68c26218583f0'), (5263, 495, 'success_story_section_success_story_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (5264, 495, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5265, 495, 'success_story_section_success_story_point', '6'), (5266, 495, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5267, 495, 'success_story_section', ''), (5268, 495, '_success_story_section', 'field_68c261e7583ee'), (5269, 496, 'banner_section_banner_image', '501'), (5270, 496, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5271, 496, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5272, 496, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5273, 496, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5274, 496, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5275, 496, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5276, 496, '_banner_section_banner_button', 'field_68c25dbaede00'), (5277, 496, 'banner_section', ''), (5278, 496, '_banner_section', 'field_68c25dbaeddfc'), (5279, 496, 'collaborator_section_heading', 'Let\'s build together.'), (5280, 496, '_collaborator_section_heading', 'field_68c25ed545d90'), (5281, 496, 'collaborator_section_title', 'Our ideal collaborators are:'), (5282, 496, '_collaborator_section_title', 'field_68c25edc45d91'), (5283, 496, 'collaborator_section_collaborator_feature_0_image', ''), (5284, 496, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5285, 496, 'collaborator_section_collaborator_feature_0_heading', ''), (5286, 496, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5287, 496, 'collaborator_section_collaborator_feature_0_description', ''), (5288, 496, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5289, 496, 'collaborator_section_collaborator_feature_0_benefits', ''), (5290, 496, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5291, 496, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', ''), (5292, 496, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5293, 496, 'collaborator_section_collaborator_feature_0_button', ''), (5294, 496, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5295, 496, 'collaborator_section_collaborator_feature', '1'), (5296, 496, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5297, 496, 'collaborator_section', ''), (5298, 496, '_collaborator_section', 'field_68c25eb845d8f'), (5299, 496, 'bombora_info_section_image', ''), (5300, 496, '_bombora_info_section_image', 'field_68c260c945da6'), (5301, 496, 'bombora_info_section_heading', ''), (5302, 496, '_bombora_info_section_heading', 'field_68c260d745da7'), (5303, 496, 'bombora_info_section_button', ''), (5304, 496, '_bombora_info_section_button', 'field_68c260e045da8'), (5305, 496, 'bombora_info_section', ''), (5306, 496, '_bombora_info_section', 'field_68c260af45da5'), (5307, 496, 'achievement_section_heading', ''), (5308, 496, '_achievement_section_heading', 'field_68c2612fb4917'), (5309, 496, 'achievement_section_description', ''), (5310, 496, '_achievement_section_description', 'field_68c2613db4918'), (5311, 496, 'achievement_section_statistic_achievement_point', ''), (5312, 496, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5313, 496, 'achievement_section', ''), (5314, 496, '_achievement_section', 'field_68c26115b4916'), (5315, 496, 'success_story_section_success_story_image', ''), (5316, 496, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5317, 496, 'success_story_section_heading', ''), (5318, 496, '_success_story_section_heading', 'field_68c26218583f0'), (5319, 496, 'success_story_section_success_story_description', ''), (5320, 496, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5321, 496, 'success_story_section_success_story_point', ''), (5322, 496, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5323, 496, 'success_story_section', ''), (5324, 496, '_success_story_section', 'field_68c261e7583ee'), (5325, 509, 'banner_section_banner_image', '501'), (5326, 509, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5327, 509, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5328, 509, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5329, 509, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5330, 509, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5331, 509, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5332, 509, '_banner_section_banner_button', 'field_68c25dbaede00'), (5333, 509, 'banner_section', ''), (5334, 509, '_banner_section', 'field_68c25dbaeddfc'), (5335, 509, 'collaborator_section_heading', 'Let\'s build together.'), (5336, 509, '_collaborator_section_heading', 'field_68c25ed545d90'), (5337, 509, 'collaborator_section_title', 'Our ideal collaborators are:'), (5338, 509, '_collaborator_section_title', 'field_68c25edc45d91'), (5339, 509, 'collaborator_section_collaborator_feature_0_image', '440'), (5340, 509, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5341, 509, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5342, 509, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5343, 509, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.

\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.'), (5344, 509, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5345, 509, 'collaborator_section_collaborator_feature_0_benefits', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5346, 509, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5347, 509, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', ''), (5348, 509, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5349, 509, 'collaborator_section_collaborator_feature_0_button', ''), (5350, 509, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5351, 509, 'collaborator_section_collaborator_feature', '1'), (5352, 509, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5353, 509, 'collaborator_section', ''), (5354, 509, '_collaborator_section', 'field_68c25eb845d8f'), (5355, 509, 'bombora_info_section_image', ''), (5356, 509, '_bombora_info_section_image', 'field_68c260c945da6'), (5357, 509, 'bombora_info_section_heading', ''), (5358, 509, '_bombora_info_section_heading', 'field_68c260d745da7'), (5359, 509, 'bombora_info_section_button', ''), (5360, 509, '_bombora_info_section_button', 'field_68c260e045da8'), (5361, 509, 'bombora_info_section', ''), (5362, 509, '_bombora_info_section', 'field_68c260af45da5'), (5363, 509, 'achievement_section_heading', ''), (5364, 509, '_achievement_section_heading', 'field_68c2612fb4917'), (5365, 509, 'achievement_section_description', ''), (5366, 509, '_achievement_section_description', 'field_68c2613db4918'), (5367, 509, 'achievement_section_statistic_achievement_point', ''), (5368, 509, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5369, 509, 'achievement_section', ''), (5370, 509, '_achievement_section', 'field_68c26115b4916'), (5371, 509, 'success_story_section_success_story_image', ''), (5372, 509, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5373, 509, 'success_story_section_heading', ''), (5374, 509, '_success_story_section_heading', 'field_68c26218583f0'), (5375, 509, 'success_story_section_success_story_description', ''), (5376, 509, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5377, 509, 'success_story_section_success_story_point', ''), (5378, 509, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5379, 509, 'success_story_section', ''), (5380, 509, '_success_story_section', 'field_68c261e7583ee'), (5381, 495, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5382, 495, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5383, 495, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5384, 495, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5385, 495, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5386, 495, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5387, 510, 'banner_section_banner_image', '501'), (5388, 510, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5389, 510, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5390, 510, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5391, 510, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5392, 510, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5393, 510, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5394, 510, '_banner_section_banner_button', 'field_68c25dbaede00'), (5395, 510, 'banner_section', ''), (5396, 510, '_banner_section', 'field_68c25dbaeddfc'), (5397, 510, 'collaborator_section_heading', 'Let\'s build together.'), (5398, 510, '_collaborator_section_heading', 'field_68c25ed545d90'), (5399, 510, 'collaborator_section_title', 'Our ideal collaborators are:'), (5400, 510, '_collaborator_section_title', 'field_68c25edc45d91'), (5401, 510, 'collaborator_section_collaborator_feature_0_image', '440'), (5402, 510, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5403, 510, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5404, 510, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5405, 510, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5406, 510, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5407, 510, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5408, 510, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5409, 510, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5410, 510, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5411, 510, 'collaborator_section_collaborator_feature_0_button', ''), (5412, 510, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5413, 510, 'collaborator_section_collaborator_feature', '1'), (5414, 510, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5415, 510, 'collaborator_section', ''), (5416, 510, '_collaborator_section', 'field_68c25eb845d8f'), (5417, 510, 'bombora_info_section_image', ''), (5418, 510, '_bombora_info_section_image', 'field_68c260c945da6'), (5419, 510, 'bombora_info_section_heading', ''), (5420, 510, '_bombora_info_section_heading', 'field_68c260d745da7'), (5421, 510, 'bombora_info_section_button', ''), (5422, 510, '_bombora_info_section_button', 'field_68c260e045da8'), (5423, 510, 'bombora_info_section', ''), (5424, 510, '_bombora_info_section', 'field_68c260af45da5'), (5425, 510, 'achievement_section_heading', ''), (5426, 510, '_achievement_section_heading', 'field_68c2612fb4917'), (5427, 510, 'achievement_section_description', ''), (5428, 510, '_achievement_section_description', 'field_68c2613db4918'), (5429, 510, 'achievement_section_statistic_achievement_point', ''), (5430, 510, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5431, 510, 'achievement_section', ''), (5432, 510, '_achievement_section', 'field_68c26115b4916'), (5433, 510, 'success_story_section_success_story_image', ''), (5434, 510, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5435, 510, 'success_story_section_heading', ''), (5436, 510, '_success_story_section_heading', 'field_68c26218583f0'), (5437, 510, 'success_story_section_success_story_description', ''), (5438, 510, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5439, 510, 'success_story_section_success_story_point', ''), (5440, 510, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5441, 510, 'success_story_section', ''), (5442, 510, '_success_story_section', 'field_68c261e7583ee'), (5443, 510, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5444, 510, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5445, 510, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5446, 510, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5447, 510, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5448, 510, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5449, 472, '_wp_attachment_image_alt', 'Beach,And,Waves,From,Top,View.,Turquoise,Water,Background,From'), (5450, 495, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5451, 495, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5452, 495, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5453, 495, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5454, 495, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5455, 495, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5456, 495, 'achievement_section_statistic_achievement_point_0_number', '30K'), (5457, 495, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5458, 495, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (5459, 495, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5460, 495, 'success_story_section_success_story_point_0_heading', 'Game-Changer'), (5461, 495, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5462, 495, 'success_story_section_success_story_point_0_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (5463, 495, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5464, 495, 'success_story_section_success_story_point_0_management_name', 'Lucy Smart'), (5465, 495, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5466, 495, 'success_story_section_success_story_point_0_management_designation', 'Managing Director'), (5467, 495, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5468, 511, 'banner_section_banner_image', '501'), (5469, 511, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5470, 511, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5471, 511, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5472, 511, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5473, 511, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5474, 511, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5475, 511, '_banner_section_banner_button', 'field_68c25dbaede00'), (5476, 511, 'banner_section', ''), (5477, 511, '_banner_section', 'field_68c25dbaeddfc'), (5478, 511, 'collaborator_section_heading', 'Let\'s build together.'), (5479, 511, '_collaborator_section_heading', 'field_68c25ed545d90'), (5480, 511, 'collaborator_section_title', 'Our ideal collaborators are:'), (5481, 511, '_collaborator_section_title', 'field_68c25edc45d91'), (5482, 511, 'collaborator_section_collaborator_feature_0_image', '440'), (5483, 511, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5484, 511, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5485, 511, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5486, 511, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5487, 511, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5488, 511, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5489, 511, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5490, 511, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5491, 511, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5492, 511, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5493, 511, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5494, 511, 'collaborator_section_collaborator_feature', '1'), (5495, 511, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5496, 511, 'collaborator_section', ''), (5497, 511, '_collaborator_section', 'field_68c25eb845d8f'), (5498, 511, 'bombora_info_section_image', '472'), (5499, 511, '_bombora_info_section_image', 'field_68c260c945da6'), (5500, 511, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5501, 511, '_bombora_info_section_heading', 'field_68c260d745da7'), (5502, 511, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5503, 511, '_bombora_info_section_button', 'field_68c260e045da8'), (5504, 511, 'bombora_info_section', ''), (5505, 511, '_bombora_info_section', 'field_68c260af45da5'), (5506, 511, 'achievement_section_heading', 'We do our part to ensure your business is a success story.'), (5507, 511, '_achievement_section_heading', 'field_68c2612fb4917'), (5508, 511, 'achievement_section_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (5509, 511, '_achievement_section_description', 'field_68c2613db4918'), (5510, 511, 'achievement_section_statistic_achievement_point', '1'), (5511, 511, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5512, 511, 'achievement_section', ''), (5513, 511, '_achievement_section', 'field_68c26115b4916'), (5514, 511, 'success_story_section_success_story_image', ''), (5515, 511, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5516, 511, 'success_story_section_heading', ''), (5517, 511, '_success_story_section_heading', 'field_68c26218583f0'), (5518, 511, 'success_story_section_success_story_description', ''), (5519, 511, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5520, 511, 'success_story_section_success_story_point', '1'), (5521, 511, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5522, 511, 'success_story_section', ''), (5523, 511, '_success_story_section', 'field_68c261e7583ee'), (5524, 511, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5525, 511, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5526, 511, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5527, 511, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5528, 511, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5529, 511, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5530, 511, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5531, 511, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5532, 511, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5533, 511, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5534, 511, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5535, 511, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5536, 511, 'achievement_section_statistic_achievement_point_0_number', ''), (5537, 511, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5538, 511, 'achievement_section_statistic_achievement_point_0_text', ''), (5539, 511, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5540, 511, 'success_story_section_success_story_point_0_heading', ''), (5541, 511, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5542, 511, 'success_story_section_success_story_point_0_description', ''), (5543, 511, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5544, 511, 'success_story_section_success_story_point_0_management_name', ''), (5545, 511, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5546, 511, 'success_story_section_success_story_point_0_management_designation', ''), (5547, 511, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5548, 495, 'achievement_section_statistic_achievement_point_1_number', '98%'), (5549, 495, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (5550, 495, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (5551, 495, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (5552, 495, 'achievement_section_statistic_achievement_point_2_number', '400M'), (5553, 495, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (5554, 495, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (5555, 495, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (5556, 495, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (5557, 495, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (5558, 495, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (5559, 495, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (5560, 495, 'achievement_section_statistic_achievement_point_4_number', '100'), (5561, 495, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (5562, 495, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (5563, 495, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (5564, 513, 'banner_section_banner_image', '501'), (5565, 513, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5566, 513, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5567, 513, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5568, 513, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5569, 513, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5570, 513, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5571, 513, '_banner_section_banner_button', 'field_68c25dbaede00'), (5572, 513, 'banner_section', ''), (5573, 513, '_banner_section', 'field_68c25dbaeddfc'), (5574, 513, 'collaborator_section_heading', 'Let\'s build together.'), (5575, 513, '_collaborator_section_heading', 'field_68c25ed545d90'), (5576, 513, 'collaborator_section_title', 'Our ideal collaborators are:'), (5577, 513, '_collaborator_section_title', 'field_68c25edc45d91'), (5578, 513, 'collaborator_section_collaborator_feature_0_image', '440'), (5579, 513, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5580, 513, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5581, 513, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5582, 513, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5583, 513, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5584, 513, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5585, 513, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5586, 513, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5587, 513, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5588, 513, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5589, 513, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5590, 513, 'collaborator_section_collaborator_feature', '1'), (5591, 513, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5592, 513, 'collaborator_section', ''), (5593, 513, '_collaborator_section', 'field_68c25eb845d8f'), (5594, 513, 'bombora_info_section_image', '472'), (5595, 513, '_bombora_info_section_image', 'field_68c260c945da6'), (5596, 513, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5597, 513, '_bombora_info_section_heading', 'field_68c260d745da7'), (5598, 513, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5599, 513, '_bombora_info_section_button', 'field_68c260e045da8'), (5600, 513, 'bombora_info_section', ''), (5601, 513, '_bombora_info_section', 'field_68c260af45da5'), (5602, 513, 'achievement_section_heading', 'The numbers tell the story.'), (5603, 513, '_achievement_section_heading', 'field_68c2612fb4917'), (5604, 513, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5605, 513, '_achievement_section_description', 'field_68c2613db4918'), (5606, 513, 'achievement_section_statistic_achievement_point', '5'), (5607, 513, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5608, 513, 'achievement_section', ''), (5609, 513, '_achievement_section', 'field_68c26115b4916'), (5610, 513, 'success_story_section_success_story_image', ''), (5611, 513, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5612, 513, 'success_story_section_heading', ''), (5613, 513, '_success_story_section_heading', 'field_68c26218583f0'), (5614, 513, 'success_story_section_success_story_description', ''), (5615, 513, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5616, 513, 'success_story_section_success_story_point', '1'), (5617, 513, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5618, 513, 'success_story_section', ''), (5619, 513, '_success_story_section', 'field_68c261e7583ee'), (5620, 513, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5621, 513, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5622, 513, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5623, 513, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5624, 513, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5625, 513, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5626, 513, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5627, 513, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5628, 513, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5629, 513, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5630, 513, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5631, 513, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5632, 513, 'achievement_section_statistic_achievement_point_0_number', '30K'), (5633, 513, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5634, 513, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (5635, 513, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5636, 513, 'success_story_section_success_story_point_0_heading', ''), (5637, 513, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5638, 513, 'success_story_section_success_story_point_0_description', ''), (5639, 513, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5640, 513, 'success_story_section_success_story_point_0_management_name', ''), (5641, 513, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5642, 513, 'success_story_section_success_story_point_0_management_designation', ''), (5643, 513, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5644, 513, 'achievement_section_statistic_achievement_point_1_number', '98%'), (5645, 513, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5646, 513, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (5647, 513, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (5648, 513, 'achievement_section_statistic_achievement_point_2_number', '400M'), (5649, 513, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (5650, 513, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (5651, 513, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (5652, 513, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (5653, 513, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (5654, 513, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (5655, 513, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (5656, 513, 'achievement_section_statistic_achievement_point_4_number', '100'), (5657, 513, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (5658, 513, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (5659, 513, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (5660, 514, 'banner_section_banner_image', '501'), (5661, 514, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5662, 514, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5663, 514, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5664, 514, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5665, 514, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5666, 514, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5667, 514, '_banner_section_banner_button', 'field_68c25dbaede00'), (5668, 514, 'banner_section', ''), (5669, 514, '_banner_section', 'field_68c25dbaeddfc'), (5670, 514, 'collaborator_section_heading', 'Let\'s build together.'), (5671, 514, '_collaborator_section_heading', 'field_68c25ed545d90'), (5672, 514, 'collaborator_section_title', 'Our ideal collaborators are:'), (5673, 514, '_collaborator_section_title', 'field_68c25edc45d91'), (5674, 514, 'collaborator_section_collaborator_feature_0_image', '440'), (5675, 514, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5676, 514, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5677, 514, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5678, 514, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5679, 514, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5680, 514, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5681, 514, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5682, 514, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5683, 514, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5684, 514, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5685, 514, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5686, 514, 'collaborator_section_collaborator_feature', '1'), (5687, 514, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5688, 514, 'collaborator_section', ''), (5689, 514, '_collaborator_section', 'field_68c25eb845d8f'), (5690, 514, 'bombora_info_section_image', '472'), (5691, 514, '_bombora_info_section_image', 'field_68c260c945da6'), (5692, 514, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5693, 514, '_bombora_info_section_heading', 'field_68c260d745da7'), (5694, 514, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5695, 514, '_bombora_info_section_button', 'field_68c260e045da8'), (5696, 514, 'bombora_info_section', ''), (5697, 514, '_bombora_info_section', 'field_68c260af45da5'), (5698, 514, 'achievement_section_heading', 'The numbers tell the story.'), (5699, 514, '_achievement_section_heading', 'field_68c2612fb4917'), (5700, 514, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5701, 514, '_achievement_section_description', 'field_68c2613db4918'), (5702, 514, 'achievement_section_statistic_achievement_point', '5'), (5703, 514, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5704, 514, 'achievement_section', ''), (5705, 514, '_achievement_section', 'field_68c26115b4916'), (5706, 514, 'success_story_section_success_story_image', ''), (5707, 514, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5708, 514, 'success_story_section_heading', ''), (5709, 514, '_success_story_section_heading', 'field_68c26218583f0'), (5710, 514, 'success_story_section_success_story_description', ''), (5711, 514, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5712, 514, 'success_story_section_success_story_point', '1'), (5713, 514, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5714, 514, 'success_story_section', ''), (5715, 514, '_success_story_section', 'field_68c261e7583ee'), (5716, 514, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5717, 514, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5718, 514, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5719, 514, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5720, 514, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5721, 514, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5722, 514, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5723, 514, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5724, 514, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5725, 514, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5726, 514, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5727, 514, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5728, 514, 'achievement_section_statistic_achievement_point_0_number', '30K'), (5729, 514, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5730, 514, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (5731, 514, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5732, 514, 'success_story_section_success_story_point_0_heading', ''), (5733, 514, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5734, 514, 'success_story_section_success_story_point_0_description', ''), (5735, 514, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5736, 514, 'success_story_section_success_story_point_0_management_name', ''), (5737, 514, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5738, 514, 'success_story_section_success_story_point_0_management_designation', ''), (5739, 514, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5740, 514, 'achievement_section_statistic_achievement_point_1_number', '98%'), (5741, 514, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (5742, 514, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (5743, 514, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (5744, 514, 'achievement_section_statistic_achievement_point_2_number', '400M'), (5745, 514, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5746, 514, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (5747, 514, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (5748, 514, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (5749, 514, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (5750, 514, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (5751, 514, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (5752, 514, 'achievement_section_statistic_achievement_point_4_number', '100'), (5753, 514, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (5754, 514, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (5755, 514, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (5756, 495, 'success_story_section_success_story_point_1_heading', 'Dedicated Partner'), (5757, 495, '_success_story_section_success_story_point_1_heading', 'field_68c2628b583f3'), (5758, 495, 'success_story_section_success_story_point_1_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (5759, 495, '_success_story_section_success_story_point_1_description', 'field_68c2629b583f4'), (5760, 495, 'success_story_section_success_story_point_1_management_name', 'Brian O\'Donnel'), (5761, 495, '_success_story_section_success_story_point_1_management_name', 'field_68c263bc583f5'), (5762, 495, 'success_story_section_success_story_point_1_management_designation', 'CEO'), (5763, 495, '_success_story_section_success_story_point_1_management_designation', 'field_68c26401583f6'), (5764, 495, 'success_story_section_success_story_point_2_heading', 'Invaluable Guidance'), (5765, 495, '_success_story_section_success_story_point_2_heading', 'field_68c2628b583f3'), (5766, 495, 'success_story_section_success_story_point_2_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (5767, 495, '_success_story_section_success_story_point_2_description', 'field_68c2629b583f4'), (5768, 495, 'success_story_section_success_story_point_2_management_name', 'Chan Xou'), (5769, 495, '_success_story_section_success_story_point_2_management_name', 'field_68c263bc583f5'), (5770, 495, 'success_story_section_success_story_point_2_management_designation', 'Managing Director'), (5771, 495, '_success_story_section_success_story_point_2_management_designation', 'field_68c26401583f6'), (5772, 495, 'success_story_section_success_story_point_3_heading', 'Game-Changer'), (5773, 495, '_success_story_section_success_story_point_3_heading', 'field_68c2628b583f3'), (5774, 495, 'success_story_section_success_story_point_3_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (5775, 495, '_success_story_section_success_story_point_3_description', 'field_68c2629b583f4'), (5776, 495, 'success_story_section_success_story_point_3_management_name', 'Lucy Smart'), (5777, 495, '_success_story_section_success_story_point_3_management_name', 'field_68c263bc583f5'), (5778, 495, 'success_story_section_success_story_point_3_management_designation', 'Managing Director'), (5779, 495, '_success_story_section_success_story_point_3_management_designation', 'field_68c26401583f6'), (5780, 495, 'success_story_section_success_story_point_4_heading', 'Dedicated Partner'), (5781, 495, '_success_story_section_success_story_point_4_heading', 'field_68c2628b583f3'), (5782, 495, 'success_story_section_success_story_point_4_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (5783, 495, '_success_story_section_success_story_point_4_description', 'field_68c2629b583f4'), (5784, 495, 'success_story_section_success_story_point_4_management_name', 'Brian O\'Donnel'), (5785, 495, '_success_story_section_success_story_point_4_management_name', 'field_68c263bc583f5'), (5786, 495, 'success_story_section_success_story_point_4_management_designation', 'CEO'), (5787, 495, '_success_story_section_success_story_point_4_management_designation', 'field_68c26401583f6'), (5788, 495, 'success_story_section_success_story_point_5_heading', 'Invaluable Guidance'), (5789, 495, '_success_story_section_success_story_point_5_heading', 'field_68c2628b583f3'), (5790, 495, 'success_story_section_success_story_point_5_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (5791, 495, '_success_story_section_success_story_point_5_description', 'field_68c2629b583f4'), (5792, 495, 'success_story_section_success_story_point_5_management_name', 'Chan Xou'), (5793, 495, '_success_story_section_success_story_point_5_management_name', 'field_68c263bc583f5'), (5794, 495, 'success_story_section_success_story_point_5_management_designation', 'Managing Director'), (5795, 495, '_success_story_section_success_story_point_5_management_designation', 'field_68c26401583f6'), (5796, 515, 'banner_section_banner_image', '501'), (5797, 515, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5798, 515, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5799, 515, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5800, 515, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5801, 515, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5802, 515, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5803, 515, '_banner_section_banner_button', 'field_68c25dbaede00'), (5804, 515, 'banner_section', ''), (5805, 515, '_banner_section', 'field_68c25dbaeddfc'), (5806, 515, 'collaborator_section_heading', 'Let\'s build together.'), (5807, 515, '_collaborator_section_heading', 'field_68c25ed545d90'), (5808, 515, 'collaborator_section_title', 'Our ideal collaborators are:'), (5809, 515, '_collaborator_section_title', 'field_68c25edc45d91'), (5810, 515, 'collaborator_section_collaborator_feature_0_image', '440'), (5811, 515, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5812, 515, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5813, 515, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5814, 515, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5815, 515, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5816, 515, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5817, 515, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5818, 515, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5819, 515, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5820, 515, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5821, 515, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5822, 515, 'collaborator_section_collaborator_feature', '1'), (5823, 515, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5824, 515, 'collaborator_section', ''), (5825, 515, '_collaborator_section', 'field_68c25eb845d8f'), (5826, 515, 'bombora_info_section_image', '472'), (5827, 515, '_bombora_info_section_image', 'field_68c260c945da6'), (5828, 515, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5829, 515, '_bombora_info_section_heading', 'field_68c260d745da7'), (5830, 515, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5831, 515, '_bombora_info_section_button', 'field_68c260e045da8'), (5832, 515, 'bombora_info_section', ''), (5833, 515, '_bombora_info_section', 'field_68c260af45da5'), (5834, 515, 'achievement_section_heading', 'The numbers tell the story.'), (5835, 515, '_achievement_section_heading', 'field_68c2612fb4917'), (5836, 515, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5837, 515, '_achievement_section_description', 'field_68c2613db4918'), (5838, 515, 'achievement_section_statistic_achievement_point', '5'), (5839, 515, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5840, 515, 'achievement_section', ''), (5841, 515, '_achievement_section', 'field_68c26115b4916'), (5842, 515, 'success_story_section_success_story_image', ''), (5843, 515, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5844, 515, 'success_story_section_heading', 'We do our part to ensure your business is a success story.'), (5845, 515, '_success_story_section_heading', 'field_68c26218583f0') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5846, 515, 'success_story_section_success_story_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (5847, 515, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5848, 515, 'success_story_section_success_story_point', '6'), (5849, 515, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5850, 515, 'success_story_section', ''), (5851, 515, '_success_story_section', 'field_68c261e7583ee'), (5852, 515, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5853, 515, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5854, 515, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5855, 515, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5856, 515, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5857, 515, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5858, 515, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5859, 515, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5860, 515, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5861, 515, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5862, 515, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (5863, 515, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (5864, 515, 'achievement_section_statistic_achievement_point_0_number', '30K'), (5865, 515, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (5866, 515, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (5867, 515, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (5868, 515, 'success_story_section_success_story_point_0_heading', 'Game-Changer'), (5869, 515, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (5870, 515, 'success_story_section_success_story_point_0_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (5871, 515, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (5872, 515, 'success_story_section_success_story_point_0_management_name', 'Lucy Smart'), (5873, 515, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (5874, 515, 'success_story_section_success_story_point_0_management_designation', 'Managing Director'), (5875, 515, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (5876, 515, 'achievement_section_statistic_achievement_point_1_number', '98%'), (5877, 515, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (5878, 515, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (5879, 515, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (5880, 515, 'achievement_section_statistic_achievement_point_2_number', '400M'), (5881, 515, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (5882, 515, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (5883, 515, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (5884, 515, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (5885, 515, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (5886, 515, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (5887, 515, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (5888, 515, 'achievement_section_statistic_achievement_point_4_number', '100'), (5889, 515, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (5890, 515, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (5891, 515, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (5892, 515, 'success_story_section_success_story_point_1_heading', 'Dedicated Partner'), (5893, 515, '_success_story_section_success_story_point_1_heading', 'field_68c2628b583f3'), (5894, 515, 'success_story_section_success_story_point_1_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (5895, 515, '_success_story_section_success_story_point_1_description', 'field_68c2629b583f4'), (5896, 515, 'success_story_section_success_story_point_1_management_name', 'Brian O\'Donnel'), (5897, 515, '_success_story_section_success_story_point_1_management_name', 'field_68c263bc583f5'), (5898, 515, 'success_story_section_success_story_point_1_management_designation', 'CEO'), (5899, 515, '_success_story_section_success_story_point_1_management_designation', 'field_68c26401583f6'), (5900, 515, 'success_story_section_success_story_point_2_heading', 'Invaluable Guidance'), (5901, 515, '_success_story_section_success_story_point_2_heading', 'field_68c2628b583f3'), (5902, 515, 'success_story_section_success_story_point_2_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (5903, 515, '_success_story_section_success_story_point_2_description', 'field_68c2629b583f4'), (5904, 515, 'success_story_section_success_story_point_2_management_name', 'Chan Xou'), (5905, 515, '_success_story_section_success_story_point_2_management_name', 'field_68c263bc583f5'), (5906, 515, 'success_story_section_success_story_point_2_management_designation', 'Managing Director'), (5907, 515, '_success_story_section_success_story_point_2_management_designation', 'field_68c26401583f6'), (5908, 515, 'success_story_section_success_story_point_3_heading', 'Game-Changer'), (5909, 515, '_success_story_section_success_story_point_3_heading', 'field_68c2628b583f3'), (5910, 515, 'success_story_section_success_story_point_3_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (5911, 515, '_success_story_section_success_story_point_3_description', 'field_68c2629b583f4'), (5912, 515, 'success_story_section_success_story_point_3_management_name', 'Lucy Smart'), (5913, 515, '_success_story_section_success_story_point_3_management_name', 'field_68c263bc583f5'), (5914, 515, 'success_story_section_success_story_point_3_management_designation', 'Managing Director'), (5915, 515, '_success_story_section_success_story_point_3_management_designation', 'field_68c26401583f6'), (5916, 515, 'success_story_section_success_story_point_4_heading', 'Dedicated Partner'), (5917, 515, '_success_story_section_success_story_point_4_heading', 'field_68c2628b583f3'), (5918, 515, 'success_story_section_success_story_point_4_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (5919, 515, '_success_story_section_success_story_point_4_description', 'field_68c2629b583f4'), (5920, 515, 'success_story_section_success_story_point_4_management_name', 'Brian O\'Donnel'), (5921, 515, '_success_story_section_success_story_point_4_management_name', 'field_68c263bc583f5'), (5922, 515, 'success_story_section_success_story_point_4_management_designation', 'CEO'), (5923, 515, '_success_story_section_success_story_point_4_management_designation', 'field_68c26401583f6'), (5924, 515, 'success_story_section_success_story_point_5_heading', 'Invaluable Guidance'), (5925, 515, '_success_story_section_success_story_point_5_heading', 'field_68c2628b583f3'), (5926, 515, 'success_story_section_success_story_point_5_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (5927, 515, '_success_story_section_success_story_point_5_description', 'field_68c2629b583f4'), (5928, 515, 'success_story_section_success_story_point_5_management_name', 'Chan Xou'), (5929, 515, '_success_story_section_success_story_point_5_management_name', 'field_68c263bc583f5'), (5930, 515, 'success_story_section_success_story_point_5_management_designation', 'Managing Director'), (5931, 515, '_success_story_section_success_story_point_5_management_designation', 'field_68c26401583f6'), (5932, 502, '_wp_attachment_image_alt', 'partnering-section-image'), (5933, 516, 'banner_section_banner_image', '501'), (5934, 516, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (5935, 516, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (5936, 516, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (5937, 516, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (5938, 516, '_banner_section_banner_description', 'field_68c25dbaeddff'), (5939, 516, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5940, 516, '_banner_section_banner_button', 'field_68c25dbaede00'), (5941, 516, 'banner_section', ''), (5942, 516, '_banner_section', 'field_68c25dbaeddfc'), (5943, 516, 'collaborator_section_heading', 'Let\'s build together.'), (5944, 516, '_collaborator_section_heading', 'field_68c25ed545d90'), (5945, 516, 'collaborator_section_title', 'Our ideal collaborators are:') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5946, 516, '_collaborator_section_title', 'field_68c25edc45d91'), (5947, 516, 'collaborator_section_collaborator_feature_0_image', '440'), (5948, 516, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (5949, 516, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities'), (5950, 516, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (5951, 516, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (5952, 516, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (5953, 516, 'collaborator_section_collaborator_feature_0_benefits', '3'), (5954, 516, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (5955, 516, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (5956, 516, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (5957, 516, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5958, 516, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (5959, 516, 'collaborator_section_collaborator_feature', '1'), (5960, 516, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (5961, 516, 'collaborator_section', ''), (5962, 516, '_collaborator_section', 'field_68c25eb845d8f'), (5963, 516, 'bombora_info_section_image', '472'), (5964, 516, '_bombora_info_section_image', 'field_68c260c945da6'), (5965, 516, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (5966, 516, '_bombora_info_section_heading', 'field_68c260d745da7'), (5967, 516, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (5968, 516, '_bombora_info_section_button', 'field_68c260e045da8'), (5969, 516, 'bombora_info_section', ''), (5970, 516, '_bombora_info_section', 'field_68c260af45da5'), (5971, 516, 'achievement_section_heading', 'The numbers tell the story.'), (5972, 516, '_achievement_section_heading', 'field_68c2612fb4917'), (5973, 516, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (5974, 516, '_achievement_section_description', 'field_68c2613db4918'), (5975, 516, 'achievement_section_statistic_achievement_point', '5'), (5976, 516, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (5977, 516, 'achievement_section', ''), (5978, 516, '_achievement_section', 'field_68c26115b4916'), (5979, 516, 'success_story_section_success_story_image', '502'), (5980, 516, '_success_story_section_success_story_image', 'field_68c26204583ef'), (5981, 516, 'success_story_section_heading', 'We do our part to ensure your business is a success story.'), (5982, 516, '_success_story_section_heading', 'field_68c26218583f0'), (5983, 516, 'success_story_section_success_story_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (5984, 516, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (5985, 516, 'success_story_section_success_story_point', '6'), (5986, 516, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (5987, 516, 'success_story_section', ''), (5988, 516, '_success_story_section', 'field_68c261e7583ee'), (5989, 516, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (5990, 516, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (5991, 516, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (5992, 516, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (5993, 516, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (5994, 516, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (5995, 516, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (5996, 516, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (5997, 516, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (5998, 516, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (5999, 516, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (6000, 516, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6001, 516, 'achievement_section_statistic_achievement_point_0_number', '30K'), (6002, 516, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (6003, 516, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (6004, 516, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (6005, 516, 'success_story_section_success_story_point_0_heading', 'Game-Changer'), (6006, 516, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (6007, 516, 'success_story_section_success_story_point_0_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (6008, 516, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (6009, 516, 'success_story_section_success_story_point_0_management_name', 'Lucy Smart'), (6010, 516, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (6011, 516, 'success_story_section_success_story_point_0_management_designation', 'Managing Director'), (6012, 516, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (6013, 516, 'achievement_section_statistic_achievement_point_1_number', '98%'), (6014, 516, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (6015, 516, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (6016, 516, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (6017, 516, 'achievement_section_statistic_achievement_point_2_number', '400M'), (6018, 516, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (6019, 516, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (6020, 516, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (6021, 516, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (6022, 516, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (6023, 516, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (6024, 516, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (6025, 516, 'achievement_section_statistic_achievement_point_4_number', '100'), (6026, 516, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (6027, 516, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (6028, 516, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (6029, 516, 'success_story_section_success_story_point_1_heading', 'Dedicated Partner'), (6030, 516, '_success_story_section_success_story_point_1_heading', 'field_68c2628b583f3'), (6031, 516, 'success_story_section_success_story_point_1_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (6032, 516, '_success_story_section_success_story_point_1_description', 'field_68c2629b583f4'), (6033, 516, 'success_story_section_success_story_point_1_management_name', 'Brian O\'Donnel'), (6034, 516, '_success_story_section_success_story_point_1_management_name', 'field_68c263bc583f5'), (6035, 516, 'success_story_section_success_story_point_1_management_designation', 'CEO'), (6036, 516, '_success_story_section_success_story_point_1_management_designation', 'field_68c26401583f6'), (6037, 516, 'success_story_section_success_story_point_2_heading', 'Invaluable Guidance'), (6038, 516, '_success_story_section_success_story_point_2_heading', 'field_68c2628b583f3'), (6039, 516, 'success_story_section_success_story_point_2_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (6040, 516, '_success_story_section_success_story_point_2_description', 'field_68c2629b583f4'), (6041, 516, 'success_story_section_success_story_point_2_management_name', 'Chan Xou'), (6042, 516, '_success_story_section_success_story_point_2_management_name', 'field_68c263bc583f5'), (6043, 516, 'success_story_section_success_story_point_2_management_designation', 'Managing Director'), (6044, 516, '_success_story_section_success_story_point_2_management_designation', 'field_68c26401583f6'), (6045, 516, 'success_story_section_success_story_point_3_heading', 'Game-Changer') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6046, 516, '_success_story_section_success_story_point_3_heading', 'field_68c2628b583f3'), (6047, 516, 'success_story_section_success_story_point_3_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (6048, 516, '_success_story_section_success_story_point_3_description', 'field_68c2629b583f4'), (6049, 516, 'success_story_section_success_story_point_3_management_name', 'Lucy Smart'), (6050, 516, '_success_story_section_success_story_point_3_management_name', 'field_68c263bc583f5'), (6051, 516, 'success_story_section_success_story_point_3_management_designation', 'Managing Director'), (6052, 516, '_success_story_section_success_story_point_3_management_designation', 'field_68c26401583f6'), (6053, 516, 'success_story_section_success_story_point_4_heading', 'Dedicated Partner'), (6054, 516, '_success_story_section_success_story_point_4_heading', 'field_68c2628b583f3'), (6055, 516, 'success_story_section_success_story_point_4_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (6056, 516, '_success_story_section_success_story_point_4_description', 'field_68c2629b583f4'), (6057, 516, 'success_story_section_success_story_point_4_management_name', 'Brian O\'Donnel'), (6058, 516, '_success_story_section_success_story_point_4_management_name', 'field_68c263bc583f5'), (6059, 516, 'success_story_section_success_story_point_4_management_designation', 'CEO'), (6060, 516, '_success_story_section_success_story_point_4_management_designation', 'field_68c26401583f6'), (6061, 516, 'success_story_section_success_story_point_5_heading', 'Invaluable Guidance'), (6062, 516, '_success_story_section_success_story_point_5_heading', 'field_68c2628b583f3'), (6063, 516, 'success_story_section_success_story_point_5_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (6064, 516, '_success_story_section_success_story_point_5_description', 'field_68c2629b583f4'), (6065, 516, 'success_story_section_success_story_point_5_management_name', 'Chan Xou'), (6066, 516, '_success_story_section_success_story_point_5_management_name', 'field_68c263bc583f5'), (6067, 516, 'success_story_section_success_story_point_5_management_designation', 'Managing Director'), (6068, 516, '_success_story_section_success_story_point_5_management_designation', 'field_68c26401583f6'), (6069, 495, 'collaborator_section_collaborator_feature_1_image', '441'), (6070, 495, '_collaborator_section_collaborator_feature_1_image', 'field_68c25f1945d93'), (6071, 495, 'collaborator_section_collaborator_feature_1_heading', 'B2B Collaborations'), (6072, 495, '_collaborator_section_collaborator_feature_1_heading', 'field_68c25f2445d94'), (6073, 495, 'collaborator_section_collaborator_feature_1_description', 'Elevate your business offerings.\r\n

Bombora partners with businesses to provide exceptional risk advice to their clients.

'), (6074, 495, '_collaborator_section_collaborator_feature_1_description', 'field_68c25fe745d95'), (6075, 495, 'collaborator_section_collaborator_feature_1_benefits_0_benefit_point', 'Expanded Service Capabilities'), (6076, 495, '_collaborator_section_collaborator_feature_1_benefits_0_benefit_point', 'field_68c2601645d97'), (6077, 495, 'collaborator_section_collaborator_feature_1_benefits_0_benefit_description', 'Enhance your service portfolio with our expert risk advice.'), (6078, 495, '_collaborator_section_collaborator_feature_1_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6079, 495, 'collaborator_section_collaborator_feature_1_benefits_1_benefit_point', 'Increased Client Satisfaction'), (6080, 495, '_collaborator_section_collaborator_feature_1_benefits_1_benefit_point', 'field_68c2601645d97'), (6081, 495, 'collaborator_section_collaborator_feature_1_benefits_1_benefit_description', 'Enhance the overall client experience by providing a more complete and integrated service offering.'), (6082, 495, '_collaborator_section_collaborator_feature_1_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6083, 495, 'collaborator_section_collaborator_feature_1_benefits_2_benefit_point', 'Strategic Partnerships'), (6084, 495, '_collaborator_section_collaborator_feature_1_benefits_2_benefit_point', 'field_68c2601645d97'), (6085, 495, 'collaborator_section_collaborator_feature_1_benefits_2_benefit_description', 'Leverage our network and expertise to drive mutual growth.'), (6086, 495, '_collaborator_section_collaborator_feature_1_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6087, 495, 'collaborator_section_collaborator_feature_1_benefits', '3'), (6088, 495, '_collaborator_section_collaborator_feature_1_benefits', 'field_68c25ffe45d96'), (6089, 495, 'collaborator_section_collaborator_feature_1_collaborator_footer_heading', 'Interested in Partnering?'), (6090, 495, '_collaborator_section_collaborator_feature_1_collaborator_footer_heading', 'field_68c2605945d99'), (6091, 495, 'collaborator_section_collaborator_feature_1_button', 'a:3:{s:5:"title";s:15:"Contact us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6092, 495, '_collaborator_section_collaborator_feature_1_button', 'field_68c2604745d98'), (6093, 495, 'collaborator_section_collaborator_feature_2_image', '442'), (6094, 495, '_collaborator_section_collaborator_feature_2_image', 'field_68c25f1945d93'), (6095, 495, 'collaborator_section_collaborator_feature_2_heading', 'Referring Partners for Professional Services'), (6096, 495, '_collaborator_section_collaborator_feature_2_heading', 'field_68c25f2445d94'), (6097, 495, 'collaborator_section_collaborator_feature_2_description', 'Strengthen your client relationships.\r\n

Bombora offers expert risk advice to complement your existing services and add even more value.

'), (6098, 495, '_collaborator_section_collaborator_feature_2_description', 'field_68c25fe745d95'), (6099, 495, 'collaborator_section_collaborator_feature_2_benefits_0_benefit_point', 'Value-Added Services'), (6100, 495, '_collaborator_section_collaborator_feature_2_benefits_0_benefit_point', 'field_68c2601645d97'), (6101, 495, 'collaborator_section_collaborator_feature_2_benefits_0_benefit_description', 'Enhance your client offerings with our specialised expertise.'), (6102, 495, '_collaborator_section_collaborator_feature_2_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6103, 495, 'collaborator_section_collaborator_feature_2_benefits_1_benefit_point', 'Increased Client Retention'), (6104, 495, '_collaborator_section_collaborator_feature_2_benefits_1_benefit_point', 'field_68c2601645d97'), (6105, 495, 'collaborator_section_collaborator_feature_2_benefits_1_benefit_description', 'Build stronger client relationships through consistent and exceptional service delivery.'), (6106, 495, '_collaborator_section_collaborator_feature_2_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6107, 495, 'collaborator_section_collaborator_feature_2_benefits_2_benefit_point', 'Revenue Opportunities'), (6108, 495, '_collaborator_section_collaborator_feature_2_benefits_2_benefit_point', 'field_68c2601645d97'), (6109, 495, 'collaborator_section_collaborator_feature_2_benefits_2_benefit_description', 'Explore referral partnerships to generate additional revenue.'), (6110, 495, '_collaborator_section_collaborator_feature_2_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6111, 495, 'collaborator_section_collaborator_feature_2_benefits_3_benefit_point', 'Upskilled Workforce'), (6112, 495, '_collaborator_section_collaborator_feature_2_benefits_3_benefit_point', 'field_68c2601645d97'), (6113, 495, 'collaborator_section_collaborator_feature_2_benefits_3_benefit_description', 'Improve advisor competence and productivity.'), (6114, 495, '_collaborator_section_collaborator_feature_2_benefits_3_benefit_description', 'field_68ca42f71dd3a'), (6115, 495, 'collaborator_section_collaborator_feature_2_benefits_4_benefit_point', 'Enhanced Client Experience'), (6116, 495, '_collaborator_section_collaborator_feature_2_benefits_4_benefit_point', 'field_68c2601645d97'), (6117, 495, 'collaborator_section_collaborator_feature_2_benefits_4_benefit_description', 'Drive client satisfaction through superior advice.'), (6118, 495, '_collaborator_section_collaborator_feature_2_benefits_4_benefit_description', 'field_68ca42f71dd3a'), (6119, 495, 'collaborator_section_collaborator_feature_2_benefits_5_benefit_point', 'Innovative Solutions'), (6120, 495, '_collaborator_section_collaborator_feature_2_benefits_5_benefit_point', 'field_68c2601645d97'), (6121, 495, 'collaborator_section_collaborator_feature_2_benefits_5_benefit_description', 'Collaborate with us to develop cutting-edge risk solutions.'), (6122, 495, '_collaborator_section_collaborator_feature_2_benefits_5_benefit_description', 'field_68ca42f71dd3a'), (6123, 495, 'collaborator_section_collaborator_feature_2_benefits', '6'), (6124, 495, '_collaborator_section_collaborator_feature_2_benefits', 'field_68c25ffe45d96'), (6125, 495, 'collaborator_section_collaborator_feature_2_collaborator_footer_heading', 'Increase your business potential.'), (6126, 495, '_collaborator_section_collaborator_feature_2_collaborator_footer_heading', 'field_68c2605945d99'), (6127, 495, 'collaborator_section_collaborator_feature_2_button', 'a:3:{s:5:"title";s:15:"Contact us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6128, 495, '_collaborator_section_collaborator_feature_2_button', 'field_68c2604745d98'), (6129, 517, 'banner_section_banner_image', '501'), (6130, 517, '_banner_section_banner_image', 'field_68c25dbaeddfd'), (6131, 517, 'banner_section_banner_heading', 'Strong partnering drives exceptional outcomes.'), (6132, 517, '_banner_section_banner_heading', 'field_68c25dbaeddfe'), (6133, 517, 'banner_section_banner_description', 'Together we transform challenges into opportunities for extraordinary client experiences.'), (6134, 517, '_banner_section_banner_description', 'field_68c25dbaeddff'), (6135, 517, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6136, 517, '_banner_section_banner_button', 'field_68c25dbaede00'), (6137, 517, 'banner_section', ''), (6138, 517, '_banner_section', 'field_68c25dbaeddfc'), (6139, 517, 'collaborator_section_heading', 'Let\'s build together.'), (6140, 517, '_collaborator_section_heading', 'field_68c25ed545d90'), (6141, 517, 'collaborator_section_title', 'Our ideal collaborators are:'), (6142, 517, '_collaborator_section_title', 'field_68c25edc45d91'), (6143, 517, 'collaborator_section_collaborator_feature_0_image', '440'), (6144, 517, '_collaborator_section_collaborator_feature_0_image', 'field_68c25f1945d93'), (6145, 517, 'collaborator_section_collaborator_feature_0_heading', 'Risk Advisors Seeking New Opportunities') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6146, 517, '_collaborator_section_collaborator_feature_0_heading', 'field_68c25f2445d94'), (6147, 517, 'collaborator_section_collaborator_feature_0_description', 'Take your risk advice practice to the next level.\r\n

Bombora offers a supportive and collaborative environment for risk advisors who are looking to switch licensees or start their own practice.

'), (6148, 517, '_collaborator_section_collaborator_feature_0_description', 'field_68c25fe745d95'), (6149, 517, 'collaborator_section_collaborator_feature_0_benefits', '3'), (6150, 517, '_collaborator_section_collaborator_feature_0_benefits', 'field_68c25ffe45d96'), (6151, 517, 'collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'Want more information?'), (6152, 517, '_collaborator_section_collaborator_feature_0_collaborator_footer_heading', 'field_68c2605945d99'), (6153, 517, 'collaborator_section_collaborator_feature_0_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6154, 517, '_collaborator_section_collaborator_feature_0_button', 'field_68c2604745d98'), (6155, 517, 'collaborator_section_collaborator_feature', '3'), (6156, 517, '_collaborator_section_collaborator_feature', 'field_68c25f0e45d92'), (6157, 517, 'collaborator_section', ''), (6158, 517, '_collaborator_section', 'field_68c25eb845d8f'), (6159, 517, 'bombora_info_section_image', '472'), (6160, 517, '_bombora_info_section_image', 'field_68c260c945da6'), (6161, 517, 'bombora_info_section_heading', 'Bombora. The original new wave of advice practice. Join us today, as we ride the \'next one\'.'), (6162, 517, '_bombora_info_section_heading', 'field_68c260d745da7'), (6163, 517, 'bombora_info_section_button', 'a:3:{s:5:"title";s:13:"FIND OUT MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6164, 517, '_bombora_info_section_button', 'field_68c260e045da8'), (6165, 517, 'bombora_info_section', ''), (6166, 517, '_bombora_info_section', 'field_68c260af45da5'), (6167, 517, 'achievement_section_heading', 'The numbers tell the story.'), (6168, 517, '_achievement_section_heading', 'field_68c2612fb4917'), (6169, 517, 'achievement_section_description', 'With a specialised community, the opportunity of potential is great.'), (6170, 517, '_achievement_section_description', 'field_68c2613db4918'), (6171, 517, 'achievement_section_statistic_achievement_point', '5'), (6172, 517, '_achievement_section_statistic_achievement_point', 'field_68c26158b4919'), (6173, 517, 'achievement_section', ''), (6174, 517, '_achievement_section', 'field_68c26115b4916'), (6175, 517, 'success_story_section_success_story_image', '502'), (6176, 517, '_success_story_section_success_story_image', 'field_68c26204583ef'), (6177, 517, 'success_story_section_heading', 'We do our part to ensure your business is a success story.'), (6178, 517, '_success_story_section_heading', 'field_68c26218583f0'), (6179, 517, 'success_story_section_success_story_description', 'But don\'t just take our word for it—hear from risk advisors who have experienced the Bombora difference firsthand.'), (6180, 517, '_success_story_section_success_story_description', 'field_68c2625b583f1'), (6181, 517, 'success_story_section_success_story_point', '6'), (6182, 517, '_success_story_section_success_story_point', 'field_68c2627e583f2'), (6183, 517, 'success_story_section', ''), (6184, 517, '_success_story_section', 'field_68c261e7583ee'), (6185, 517, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'Personalised Support'), (6186, 517, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_point', 'field_68c2601645d97'), (6187, 517, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'Enhanced Expertise'), (6188, 517, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_point', 'field_68c2601645d97'), (6189, 517, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'Simplified Operations'), (6190, 517, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_point', 'field_68c2601645d97'), (6191, 517, 'collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'Benefit from our tailored support, designed to meet your unique needs.'), (6192, 517, '_collaborator_section_collaborator_feature_0_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6193, 517, 'collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'Access specialised resources and training to elevate your skills.'), (6194, 517, '_collaborator_section_collaborator_feature_0_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6195, 517, 'collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'Streamline your business with our efficient systems and processes.'), (6196, 517, '_collaborator_section_collaborator_feature_0_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6197, 517, 'achievement_section_statistic_achievement_point_0_number', '30K'), (6198, 517, '_achievement_section_statistic_achievement_point_0_number', 'field_68c2619eb491a'), (6199, 517, 'achievement_section_statistic_achievement_point_0_text', 'Statistic of achievement #1'), (6200, 517, '_achievement_section_statistic_achievement_point_0_text', 'field_68c261b2b491b'), (6201, 517, 'success_story_section_success_story_point_0_heading', 'Game-Changer'), (6202, 517, '_success_story_section_success_story_point_0_heading', 'field_68c2628b583f3'), (6203, 517, 'success_story_section_success_story_point_0_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (6204, 517, '_success_story_section_success_story_point_0_description', 'field_68c2629b583f4'), (6205, 517, 'success_story_section_success_story_point_0_management_name', 'Lucy Smart'), (6206, 517, '_success_story_section_success_story_point_0_management_name', 'field_68c263bc583f5'), (6207, 517, 'success_story_section_success_story_point_0_management_designation', 'Managing Director'), (6208, 517, '_success_story_section_success_story_point_0_management_designation', 'field_68c26401583f6'), (6209, 517, 'achievement_section_statistic_achievement_point_1_number', '98%'), (6210, 517, '_achievement_section_statistic_achievement_point_1_number', 'field_68c2619eb491a'), (6211, 517, 'achievement_section_statistic_achievement_point_1_text', 'Statistic of achievement #2'), (6212, 517, '_achievement_section_statistic_achievement_point_1_text', 'field_68c261b2b491b'), (6213, 517, 'achievement_section_statistic_achievement_point_2_number', '400M'), (6214, 517, '_achievement_section_statistic_achievement_point_2_number', 'field_68c2619eb491a'), (6215, 517, 'achievement_section_statistic_achievement_point_2_text', 'Statistic of achievement #3'), (6216, 517, '_achievement_section_statistic_achievement_point_2_text', 'field_68c261b2b491b'), (6217, 517, 'achievement_section_statistic_achievement_point_3_number', 'No.3'), (6218, 517, '_achievement_section_statistic_achievement_point_3_number', 'field_68c2619eb491a'), (6219, 517, 'achievement_section_statistic_achievement_point_3_text', 'Statistic of achievement #4'), (6220, 517, '_achievement_section_statistic_achievement_point_3_text', 'field_68c261b2b491b'), (6221, 517, 'achievement_section_statistic_achievement_point_4_number', '100'), (6222, 517, '_achievement_section_statistic_achievement_point_4_number', 'field_68c2619eb491a'), (6223, 517, 'achievement_section_statistic_achievement_point_4_text', 'Statistic of achievement #5'), (6224, 517, '_achievement_section_statistic_achievement_point_4_text', 'field_68c261b2b491b'), (6225, 517, 'success_story_section_success_story_point_1_heading', 'Dedicated Partner'), (6226, 517, '_success_story_section_success_story_point_1_heading', 'field_68c2628b583f3'), (6227, 517, 'success_story_section_success_story_point_1_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (6228, 517, '_success_story_section_success_story_point_1_description', 'field_68c2629b583f4'), (6229, 517, 'success_story_section_success_story_point_1_management_name', 'Brian O\'Donnel'), (6230, 517, '_success_story_section_success_story_point_1_management_name', 'field_68c263bc583f5'), (6231, 517, 'success_story_section_success_story_point_1_management_designation', 'CEO'), (6232, 517, '_success_story_section_success_story_point_1_management_designation', 'field_68c26401583f6'), (6233, 517, 'success_story_section_success_story_point_2_heading', 'Invaluable Guidance'), (6234, 517, '_success_story_section_success_story_point_2_heading', 'field_68c2628b583f3'), (6235, 517, 'success_story_section_success_story_point_2_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (6236, 517, '_success_story_section_success_story_point_2_description', 'field_68c2629b583f4'), (6237, 517, 'success_story_section_success_story_point_2_management_name', 'Chan Xou'), (6238, 517, '_success_story_section_success_story_point_2_management_name', 'field_68c263bc583f5'), (6239, 517, 'success_story_section_success_story_point_2_management_designation', 'Managing Director'), (6240, 517, '_success_story_section_success_story_point_2_management_designation', 'field_68c26401583f6'), (6241, 517, 'success_story_section_success_story_point_3_heading', 'Game-Changer'), (6242, 517, '_success_story_section_success_story_point_3_heading', 'field_68c2628b583f3'), (6243, 517, 'success_story_section_success_story_point_3_description', 'Partnering with Bombora has been a game-changer for my practice. Their specialised support and resources have not only streamlined my operations but also elevated the quality of service I provide to my clients. I\'m incredibly grateful for the personalised guidance and ongoing support from the Bombora team.'), (6244, 517, '_success_story_section_success_story_point_3_description', 'field_68c2629b583f4'), (6245, 517, 'success_story_section_success_story_point_3_management_name', 'Lucy Smart') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6246, 517, '_success_story_section_success_story_point_3_management_name', 'field_68c263bc583f5'), (6247, 517, 'success_story_section_success_story_point_3_management_designation', 'Managing Director'), (6248, 517, '_success_story_section_success_story_point_3_management_designation', 'field_68c26401583f6'), (6249, 517, 'success_story_section_success_story_point_4_heading', 'Dedicated Partner'), (6250, 517, '_success_story_section_success_story_point_4_heading', 'field_68c2628b583f3'), (6251, 517, 'success_story_section_success_story_point_4_description', 'As a busy financial advisor, I appreciate the time and effort Bombora puts into providing comprehensive support. Their expertise in risk advice has allowed me to focus on what I do best: building strong client relationships. I highly recommend Bombora to any risk advisor seeking a dedicated and supportive partner.'), (6252, 517, '_success_story_section_success_story_point_4_description', 'field_68c2629b583f4'), (6253, 517, 'success_story_section_success_story_point_4_management_name', 'Brian O\'Donnel'), (6254, 517, '_success_story_section_success_story_point_4_management_name', 'field_68c263bc583f5'), (6255, 517, 'success_story_section_success_story_point_4_management_designation', 'CEO'), (6256, 517, '_success_story_section_success_story_point_4_management_designation', 'field_68c26401583f6'), (6257, 517, 'success_story_section_success_story_point_5_heading', 'Invaluable Guidance'), (6258, 517, '_success_story_section_success_story_point_5_heading', 'field_68c2628b583f3'), (6259, 517, 'success_story_section_success_story_point_5_description', 'Bombora\'s commitment to excellence is evident in everything they do. Their ongoing training and development programs have significantly enhanced my knowledge and skills. The personalised support and guidance I receive from the Bombora team have been invaluable in helping me achieve my professional goals.'), (6260, 517, '_success_story_section_success_story_point_5_description', 'field_68c2629b583f4'), (6261, 517, 'success_story_section_success_story_point_5_management_name', 'Chan Xou'), (6262, 517, '_success_story_section_success_story_point_5_management_name', 'field_68c263bc583f5'), (6263, 517, 'success_story_section_success_story_point_5_management_designation', 'Managing Director'), (6264, 517, '_success_story_section_success_story_point_5_management_designation', 'field_68c26401583f6'), (6265, 517, 'collaborator_section_collaborator_feature_1_image', '441'), (6266, 517, '_collaborator_section_collaborator_feature_1_image', 'field_68c25f1945d93'), (6267, 517, 'collaborator_section_collaborator_feature_1_heading', 'B2B Collaborations'), (6268, 517, '_collaborator_section_collaborator_feature_1_heading', 'field_68c25f2445d94'), (6269, 517, 'collaborator_section_collaborator_feature_1_description', 'Elevate your business offerings.\r\n

Bombora partners with businesses to provide exceptional risk advice to their clients.

'), (6270, 517, '_collaborator_section_collaborator_feature_1_description', 'field_68c25fe745d95'), (6271, 517, 'collaborator_section_collaborator_feature_1_benefits_0_benefit_point', 'Expanded Service Capabilities'), (6272, 517, '_collaborator_section_collaborator_feature_1_benefits_0_benefit_point', 'field_68c2601645d97'), (6273, 517, 'collaborator_section_collaborator_feature_1_benefits_0_benefit_description', 'Enhance your service portfolio with our expert risk advice.'), (6274, 517, '_collaborator_section_collaborator_feature_1_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6275, 517, 'collaborator_section_collaborator_feature_1_benefits_1_benefit_point', 'Increased Client Satisfaction'), (6276, 517, '_collaborator_section_collaborator_feature_1_benefits_1_benefit_point', 'field_68c2601645d97'), (6277, 517, 'collaborator_section_collaborator_feature_1_benefits_1_benefit_description', 'Enhance the overall client experience by providing a more complete and integrated service offering.'), (6278, 517, '_collaborator_section_collaborator_feature_1_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6279, 517, 'collaborator_section_collaborator_feature_1_benefits_2_benefit_point', 'Strategic Partnerships'), (6280, 517, '_collaborator_section_collaborator_feature_1_benefits_2_benefit_point', 'field_68c2601645d97'), (6281, 517, 'collaborator_section_collaborator_feature_1_benefits_2_benefit_description', 'Leverage our network and expertise to drive mutual growth.'), (6282, 517, '_collaborator_section_collaborator_feature_1_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6283, 517, 'collaborator_section_collaborator_feature_1_benefits', '3'), (6284, 517, '_collaborator_section_collaborator_feature_1_benefits', 'field_68c25ffe45d96'), (6285, 517, 'collaborator_section_collaborator_feature_1_collaborator_footer_heading', 'Interested in Partnering?'), (6286, 517, '_collaborator_section_collaborator_feature_1_collaborator_footer_heading', 'field_68c2605945d99'), (6287, 517, 'collaborator_section_collaborator_feature_1_button', 'a:3:{s:5:"title";s:15:"Contact us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6288, 517, '_collaborator_section_collaborator_feature_1_button', 'field_68c2604745d98'), (6289, 517, 'collaborator_section_collaborator_feature_2_image', '442'), (6290, 517, '_collaborator_section_collaborator_feature_2_image', 'field_68c25f1945d93'), (6291, 517, 'collaborator_section_collaborator_feature_2_heading', 'Referring Partners for Professional Services'), (6292, 517, '_collaborator_section_collaborator_feature_2_heading', 'field_68c25f2445d94'), (6293, 517, 'collaborator_section_collaborator_feature_2_description', 'Strengthen your client relationships.\r\n

Bombora offers expert risk advice to complement your existing services and add even more value.

'), (6294, 517, '_collaborator_section_collaborator_feature_2_description', 'field_68c25fe745d95'), (6295, 517, 'collaborator_section_collaborator_feature_2_benefits_0_benefit_point', 'Value-Added Services'), (6296, 517, '_collaborator_section_collaborator_feature_2_benefits_0_benefit_point', 'field_68c2601645d97'), (6297, 517, 'collaborator_section_collaborator_feature_2_benefits_0_benefit_description', 'Enhance your client offerings with our specialised expertise.'), (6298, 517, '_collaborator_section_collaborator_feature_2_benefits_0_benefit_description', 'field_68ca42f71dd3a'), (6299, 517, 'collaborator_section_collaborator_feature_2_benefits_1_benefit_point', 'Increased Client Retention'), (6300, 517, '_collaborator_section_collaborator_feature_2_benefits_1_benefit_point', 'field_68c2601645d97'), (6301, 517, 'collaborator_section_collaborator_feature_2_benefits_1_benefit_description', 'Build stronger client relationships through consistent and exceptional service delivery.'), (6302, 517, '_collaborator_section_collaborator_feature_2_benefits_1_benefit_description', 'field_68ca42f71dd3a'), (6303, 517, 'collaborator_section_collaborator_feature_2_benefits_2_benefit_point', 'Revenue Opportunities'), (6304, 517, '_collaborator_section_collaborator_feature_2_benefits_2_benefit_point', 'field_68c2601645d97'), (6305, 517, 'collaborator_section_collaborator_feature_2_benefits_2_benefit_description', 'Explore referral partnerships to generate additional revenue.'), (6306, 517, '_collaborator_section_collaborator_feature_2_benefits_2_benefit_description', 'field_68ca42f71dd3a'), (6307, 517, 'collaborator_section_collaborator_feature_2_benefits_3_benefit_point', 'Upskilled Workforce'), (6308, 517, '_collaborator_section_collaborator_feature_2_benefits_3_benefit_point', 'field_68c2601645d97'), (6309, 517, 'collaborator_section_collaborator_feature_2_benefits_3_benefit_description', 'Improve advisor competence and productivity.'), (6310, 517, '_collaborator_section_collaborator_feature_2_benefits_3_benefit_description', 'field_68ca42f71dd3a'), (6311, 517, 'collaborator_section_collaborator_feature_2_benefits_4_benefit_point', 'Enhanced Client Experience'), (6312, 517, '_collaborator_section_collaborator_feature_2_benefits_4_benefit_point', 'field_68c2601645d97'), (6313, 517, 'collaborator_section_collaborator_feature_2_benefits_4_benefit_description', 'Drive client satisfaction through superior advice.'), (6314, 517, '_collaborator_section_collaborator_feature_2_benefits_4_benefit_description', 'field_68ca42f71dd3a'), (6315, 517, 'collaborator_section_collaborator_feature_2_benefits_5_benefit_point', 'Innovative Solutions'), (6316, 517, '_collaborator_section_collaborator_feature_2_benefits_5_benefit_point', 'field_68c2601645d97'), (6317, 517, 'collaborator_section_collaborator_feature_2_benefits_5_benefit_description', 'Collaborate with us to develop cutting-edge risk solutions.'), (6318, 517, '_collaborator_section_collaborator_feature_2_benefits_5_benefit_description', 'field_68ca42f71dd3a'), (6319, 517, 'collaborator_section_collaborator_feature_2_benefits', '6'), (6320, 517, '_collaborator_section_collaborator_feature_2_benefits', 'field_68c25ffe45d96'), (6321, 517, 'collaborator_section_collaborator_feature_2_collaborator_footer_heading', 'Increase your business potential.'), (6322, 517, '_collaborator_section_collaborator_feature_2_collaborator_footer_heading', 'field_68c2605945d99'), (6323, 517, 'collaborator_section_collaborator_feature_2_button', 'a:3:{s:5:"title";s:15:"Contact us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6324, 517, '_collaborator_section_collaborator_feature_2_button', 'field_68c2604745d98'), (6325, 503, '_wp_attachment_image_alt', 'claim-support-banner-bg'), (6326, 493, '_edit_last', '1'), (6327, 493, 'banner_section_banner_image', '503'), (6328, 493, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6329, 493, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6330, 493, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6331, 493, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6332, 493, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6333, 493, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6334, 493, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6335, 493, 'banner_section', ''), (6336, 493, '_banner_section', 'field_68c264a89bfd8'), (6337, 493, 'claims_focus_point_claims_points_0_image', '419'), (6338, 493, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6339, 493, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6340, 493, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6341, 493, 'claims_focus_point_claims_points', '3'), (6342, 493, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6343, 493, 'claims_focus_point', ''), (6344, 493, '_claims_focus_point', 'field_68c26595a42ff'), (6345, 493, 'advice_claims_section_advice_claims_content', '1') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6346, 493, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6347, 493, 'advice_claims_section', ''), (6348, 493, '_advice_claims_section', 'field_68c26b14f1fc6'), (6349, 493, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6350, 493, '_business_section_heading', 'field_68c267d0a4304'), (6351, 493, 'business_section_title', 'Her\'s how we make it easy:'), (6352, 493, '_business_section_title', 'field_68c267d8a4305'), (6353, 493, 'business_section_business_points', '3'), (6354, 493, '_business_section_business_points', 'field_68c267dea4306'), (6355, 493, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6356, 493, '_business_section_button', 'field_68c26818a4309'), (6357, 493, 'business_section', ''), (6358, 493, '_business_section', 'field_68c267a5a4303'), (6359, 493, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6360, 493, '_claims_section_claims_heading', 'field_68c268fffa584'), (6361, 493, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6362, 493, '_claims_section_claims_description', 'field_68c268fffa585'), (6363, 493, 'claims_section_claims_form_shotcode', '[contact-form-7 id="823e399" title="Claims Form"]'), (6364, 493, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6365, 493, 'claims_section', ''), (6366, 493, '_claims_section', 'field_68c268fffa583'), (6367, 494, 'banner_section_banner_image', '503'), (6368, 494, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6369, 494, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6370, 494, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6371, 494, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6372, 494, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6373, 494, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6374, 494, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6375, 494, 'banner_section', ''), (6376, 494, '_banner_section', 'field_68c264a89bfd8'), (6377, 494, 'claims_focus_point_claims_points_0_image', ''), (6378, 494, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6379, 494, 'claims_focus_point_claims_points_0_point', ''), (6380, 494, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6381, 494, 'claims_focus_point_claims_points', '1'), (6382, 494, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6383, 494, 'claims_focus_point', ''), (6384, 494, '_claims_focus_point', 'field_68c26595a42ff'), (6385, 494, 'advice_claims_section_advice_claims_content', ''), (6386, 494, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6387, 494, 'advice_claims_section', ''), (6388, 494, '_advice_claims_section', 'field_68c26b14f1fc6'), (6389, 494, 'business_section_heading', ''), (6390, 494, '_business_section_heading', 'field_68c267d0a4304'), (6391, 494, 'business_section_title', ''), (6392, 494, '_business_section_title', 'field_68c267d8a4305'), (6393, 494, 'business_section_business_points', ''), (6394, 494, '_business_section_business_points', 'field_68c267dea4306'), (6395, 494, 'business_section_button', ''), (6396, 494, '_business_section_button', 'field_68c26818a4309'), (6397, 494, 'business_section', ''), (6398, 494, '_business_section', 'field_68c267a5a4303'), (6399, 494, 'claims_section_claims_heading', ''), (6400, 494, '_claims_section_claims_heading', 'field_68c268fffa584'), (6401, 494, 'claims_section_claims_description', ''), (6402, 494, '_claims_section_claims_description', 'field_68c268fffa585'), (6403, 494, 'claims_section_claims_form_shotcode', ''), (6404, 494, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6405, 494, 'claims_section', ''), (6406, 494, '_claims_section', 'field_68c268fffa583'), (6409, 493, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6410, 493, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6411, 493, 'claims_focus_point_claims_points_1_image', '419'), (6412, 493, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6413, 493, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6414, 493, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6415, 493, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6416, 493, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6417, 493, 'claims_focus_point_claims_points_2_image', '419'), (6418, 493, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6419, 493, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6420, 493, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6421, 493, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6422, 493, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6423, 519, 'banner_section_banner_image', '503'), (6424, 519, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6425, 519, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6426, 519, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6427, 519, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6428, 519, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6429, 519, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6430, 519, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6431, 519, 'banner_section', ''), (6432, 519, '_banner_section', 'field_68c264a89bfd8'), (6433, 519, 'claims_focus_point_claims_points_0_image', '419'), (6434, 519, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6435, 519, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6436, 519, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6437, 519, 'claims_focus_point_claims_points', '3'), (6438, 519, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6439, 519, 'claims_focus_point', ''), (6440, 519, '_claims_focus_point', 'field_68c26595a42ff'), (6441, 519, 'advice_claims_section_advice_claims_content', ''), (6442, 519, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6443, 519, 'advice_claims_section', ''), (6444, 519, '_advice_claims_section', 'field_68c26b14f1fc6'), (6445, 519, 'business_section_heading', ''), (6446, 519, '_business_section_heading', 'field_68c267d0a4304'), (6447, 519, 'business_section_title', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6448, 519, '_business_section_title', 'field_68c267d8a4305'), (6449, 519, 'business_section_business_points', ''), (6450, 519, '_business_section_business_points', 'field_68c267dea4306'), (6451, 519, 'business_section_button', ''), (6452, 519, '_business_section_button', 'field_68c26818a4309'), (6453, 519, 'business_section', ''), (6454, 519, '_business_section', 'field_68c267a5a4303'), (6455, 519, 'claims_section_claims_heading', ''), (6456, 519, '_claims_section_claims_heading', 'field_68c268fffa584'), (6457, 519, 'claims_section_claims_description', ''), (6458, 519, '_claims_section_claims_description', 'field_68c268fffa585'), (6459, 519, 'claims_section_claims_form_shotcode', ''), (6460, 519, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6461, 519, 'claims_section', ''), (6462, 519, '_claims_section', 'field_68c268fffa583'), (6463, 519, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6464, 519, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6465, 519, 'claims_focus_point_claims_points_1_image', '419'), (6466, 519, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6467, 519, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6468, 519, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6469, 519, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6470, 519, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6471, 519, 'claims_focus_point_claims_points_2_image', '419'), (6472, 519, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6473, 519, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6474, 519, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6475, 519, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6476, 519, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6477, 493, 'advice_claims_section_advice_claims_content_0_heading', ''), (6478, 493, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6479, 493, 'advice_claims_section_advice_claims_content_0_description', ''), (6480, 493, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6481, 493, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6482, 493, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6483, 493, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6484, 493, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6485, 493, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6486, 493, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6487, 493, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6488, 493, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6489, 493, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6490, 493, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6491, 493, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6492, 493, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6493, 493, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6494, 493, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6495, 493, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6496, 493, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6497, 522, 'banner_section_banner_image', '503'), (6498, 522, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6499, 522, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6500, 522, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6501, 522, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6502, 522, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6503, 522, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6504, 522, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6505, 522, 'banner_section', ''), (6506, 522, '_banner_section', 'field_68c264a89bfd8'), (6507, 522, 'claims_focus_point_claims_points_0_image', '419'), (6508, 522, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6509, 522, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6510, 522, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6511, 522, 'claims_focus_point_claims_points', '3'), (6512, 522, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6513, 522, 'claims_focus_point', ''), (6514, 522, '_claims_focus_point', 'field_68c26595a42ff'), (6515, 522, 'advice_claims_section_advice_claims_content', '1'), (6516, 522, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6517, 522, 'advice_claims_section', ''), (6518, 522, '_advice_claims_section', 'field_68c26b14f1fc6'), (6519, 522, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6520, 522, '_business_section_heading', 'field_68c267d0a4304'), (6521, 522, 'business_section_title', 'Her\'s how we make it easy:'), (6522, 522, '_business_section_title', 'field_68c267d8a4305'), (6523, 522, 'business_section_business_points', '3'), (6524, 522, '_business_section_business_points', 'field_68c267dea4306'), (6525, 522, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6526, 522, '_business_section_button', 'field_68c26818a4309'), (6527, 522, 'business_section', ''), (6528, 522, '_business_section', 'field_68c267a5a4303'), (6529, 522, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6530, 522, '_claims_section_claims_heading', 'field_68c268fffa584'), (6531, 522, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6532, 522, '_claims_section_claims_description', 'field_68c268fffa585'), (6533, 522, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6534, 522, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6535, 522, 'claims_section', ''), (6536, 522, '_claims_section', 'field_68c268fffa583'), (6537, 522, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6538, 522, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6539, 522, 'claims_focus_point_claims_points_1_image', '419'), (6540, 522, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6541, 522, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6542, 522, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6543, 522, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6544, 522, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6545, 522, 'claims_focus_point_claims_points_2_image', '419'), (6546, 522, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6547, 522, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6548, 522, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6549, 522, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6550, 522, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6551, 522, 'advice_claims_section_advice_claims_content_0_heading', ''), (6552, 522, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6553, 522, 'advice_claims_section_advice_claims_content_0_description', ''), (6554, 522, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6555, 522, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6556, 522, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6557, 522, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6558, 522, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6559, 522, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6560, 522, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6561, 522, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6562, 522, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6563, 522, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6564, 522, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6565, 522, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6566, 522, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6567, 522, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6568, 522, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6569, 522, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6570, 522, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6571, 523, 'banner_section_banner_image', '503'), (6572, 523, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6573, 523, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6574, 523, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6575, 523, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6576, 523, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6577, 523, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6578, 523, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6579, 523, 'banner_section', ''), (6580, 523, '_banner_section', 'field_68c264a89bfd8'), (6581, 523, 'claims_focus_point_claims_points_0_image', '419'), (6582, 523, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6583, 523, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6584, 523, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6585, 523, 'claims_focus_point_claims_points', '3'), (6586, 523, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6587, 523, 'claims_focus_point', ''), (6588, 523, '_claims_focus_point', 'field_68c26595a42ff'), (6589, 523, 'advice_claims_section_advice_claims_content', '1'), (6590, 523, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6591, 523, 'advice_claims_section', ''), (6592, 523, '_advice_claims_section', 'field_68c26b14f1fc6'), (6593, 523, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6594, 523, '_business_section_heading', 'field_68c267d0a4304'), (6595, 523, 'business_section_title', 'Her\'s how we make it easy:'), (6596, 523, '_business_section_title', 'field_68c267d8a4305'), (6597, 523, 'business_section_business_points', '3'), (6598, 523, '_business_section_business_points', 'field_68c267dea4306'), (6599, 523, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6600, 523, '_business_section_button', 'field_68c26818a4309'), (6601, 523, 'business_section', ''), (6602, 523, '_business_section', 'field_68c267a5a4303'), (6603, 523, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6604, 523, '_claims_section_claims_heading', 'field_68c268fffa584'), (6605, 523, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6606, 523, '_claims_section_claims_description', 'field_68c268fffa585'), (6607, 523, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6608, 523, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6609, 523, 'claims_section', ''), (6610, 523, '_claims_section', 'field_68c268fffa583'), (6611, 523, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6612, 523, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6613, 523, 'claims_focus_point_claims_points_1_image', '419'), (6614, 523, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6615, 523, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6616, 523, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6617, 523, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6618, 523, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6619, 523, 'claims_focus_point_claims_points_2_image', '419'), (6620, 523, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6621, 523, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6622, 523, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6623, 523, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6624, 523, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6625, 523, 'advice_claims_section_advice_claims_content_0_heading', ''), (6626, 523, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6627, 523, 'advice_claims_section_advice_claims_content_0_description', ''), (6628, 523, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6629, 523, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6630, 523, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6631, 523, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6632, 523, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6633, 523, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6634, 523, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6635, 523, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6636, 523, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6637, 523, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6638, 523, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6639, 523, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6640, 523, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6641, 523, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6642, 523, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6643, 523, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6644, 523, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6645, 507, '_wp_attachment_image_alt', 'advise-claim-image'), (6646, 493, 'advice_claims_section_advice_image', '507'), (6647, 493, '_advice_claims_section_advice_image', 'field_68ca58b35aae9') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6648, 493, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (6649, 493, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (6650, 493, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (6651, 493, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (6652, 493, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:12:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6653, 493, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (6654, 493, 'advice_claims_section_advice_feature_0_feature_title', 'Deep technical knowledge of policy terms and legal frameworks'), (6655, 493, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (6656, 493, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (6657, 493, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (6658, 493, 'advice_claims_section_advice_feature_1_feature_title', 'An understanding of medical conditions and claim triggers'), (6659, 493, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (6660, 493, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (6661, 493, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (6662, 493, 'advice_claims_section_advice_feature_2_feature_title', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6663, 493, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (6664, 493, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6665, 493, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (6666, 493, 'advice_claims_section_advice_feature', '3'), (6667, 493, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (6668, 493, 'solve_claims_section_solve_image', '541'), (6669, 493, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (6670, 493, 'solve_claims_section_solve_heading', 'What we solve for you.'), (6671, 493, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (6672, 493, 'solve_claims_section_solve_description', 'When you refer a claim to Bombora, you\'re not just offloading work — you\'re adding value.'), (6673, 493, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (6674, 493, 'solve_claims_section_solve_button', 'a:3:{s:5:"title";s:17:"Schedule a Call >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6675, 493, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (6676, 493, 'solve_claims_section_solve_feature', '4'), (6677, 493, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (6678, 493, 'solve_claims_section', ''), (6679, 493, '_solve_claims_section', 'field_68ca5792085d9'), (6680, 536, 'banner_section_banner_image', '503'), (6681, 536, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6682, 536, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6683, 536, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6684, 536, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6685, 536, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6686, 536, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6687, 536, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6688, 536, 'banner_section', ''), (6689, 536, '_banner_section', 'field_68c264a89bfd8'), (6690, 536, 'claims_focus_point_claims_points_0_image', '419'), (6691, 536, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6692, 536, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6693, 536, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6694, 536, 'claims_focus_point_claims_points', '3'), (6695, 536, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6696, 536, 'claims_focus_point', ''), (6697, 536, '_claims_focus_point', 'field_68c26595a42ff'), (6698, 536, 'advice_claims_section_advice_claims_content', '1'), (6699, 536, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6700, 536, 'advice_claims_section', ''), (6701, 536, '_advice_claims_section', 'field_68c26b14f1fc6'), (6702, 536, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6703, 536, '_business_section_heading', 'field_68c267d0a4304'), (6704, 536, 'business_section_title', 'Her\'s how we make it easy:'), (6705, 536, '_business_section_title', 'field_68c267d8a4305'), (6706, 536, 'business_section_business_points', '3'), (6707, 536, '_business_section_business_points', 'field_68c267dea4306'), (6708, 536, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6709, 536, '_business_section_button', 'field_68c26818a4309'), (6710, 536, 'business_section', ''), (6711, 536, '_business_section', 'field_68c267a5a4303'), (6712, 536, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6713, 536, '_claims_section_claims_heading', 'field_68c268fffa584'), (6714, 536, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6715, 536, '_claims_section_claims_description', 'field_68c268fffa585'), (6716, 536, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6717, 536, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6718, 536, 'claims_section', ''), (6719, 536, '_claims_section', 'field_68c268fffa583'), (6720, 536, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6721, 536, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6722, 536, 'claims_focus_point_claims_points_1_image', '419'), (6723, 536, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6724, 536, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6725, 536, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6726, 536, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6727, 536, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6728, 536, 'claims_focus_point_claims_points_2_image', '419'), (6729, 536, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6730, 536, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6731, 536, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6732, 536, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6733, 536, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6734, 536, 'advice_claims_section_advice_claims_content_0_heading', ''), (6735, 536, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6736, 536, 'advice_claims_section_advice_claims_content_0_description', ''), (6737, 536, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6738, 536, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6739, 536, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6740, 536, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6741, 536, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6742, 536, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6743, 536, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6744, 536, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6745, 536, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6746, 536, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6747, 536, '_business_section_business_points_1_point_text', 'field_68c267f3a4307') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6748, 536, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6749, 536, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6750, 536, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6751, 536, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6752, 536, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6753, 536, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6754, 536, 'advice_claims_section_advice_image', '507'), (6755, 536, '_advice_claims_section_advice_image', 'field_68ca58b35aae9'), (6756, 536, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (6757, 536, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (6758, 536, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (6759, 536, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (6760, 536, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:15:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6761, 536, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (6762, 536, 'advice_claims_section_advice_feature_0_feature_title', 'We bring:'), (6763, 536, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (6764, 536, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (6765, 536, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (6766, 536, 'advice_claims_section_advice_feature_1_feature_title', ''), (6767, 536, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (6768, 536, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (6769, 536, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (6770, 536, 'advice_claims_section_advice_feature_2_feature_title', ''), (6771, 536, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (6772, 536, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6773, 536, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (6774, 536, 'advice_claims_section_advice_feature', '3'), (6775, 536, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (6776, 536, 'solve_claims_section_solve_image', ''), (6777, 536, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (6778, 536, 'solve_claims_section_solve_heading', ''), (6779, 536, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (6780, 536, 'solve_claims_section_solve_description', ''), (6781, 536, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (6782, 536, 'solve_claims_section_solve_button', ''), (6783, 536, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (6784, 536, 'solve_claims_section_solve_feature', ''), (6785, 536, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (6786, 536, 'solve_claims_section', ''), (6787, 536, '_solve_claims_section', 'field_68ca5792085d9'), (6788, 493, 'advice_claims_section_advice_feature_title', 'We bring:'), (6789, 493, '_advice_claims_section_advice_feature_title', 'field_68ca599fc5674'), (6790, 493, 'advice_claims_section_bottom_description', 'From start to finish, we manage the claim, keeping you informed while freeing you to focus on your business and your clients.'), (6791, 493, '_advice_claims_section_bottom_description', 'field_68ca596cc5673'), (6792, 537, 'banner_section_banner_image', '503'), (6793, 537, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6794, 537, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6795, 537, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6796, 537, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6797, 537, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6798, 537, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6799, 537, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6800, 537, 'banner_section', ''), (6801, 537, '_banner_section', 'field_68c264a89bfd8'), (6802, 537, 'claims_focus_point_claims_points_0_image', '419'), (6803, 537, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6804, 537, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6805, 537, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6806, 537, 'claims_focus_point_claims_points', '3'), (6807, 537, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6808, 537, 'claims_focus_point', ''), (6809, 537, '_claims_focus_point', 'field_68c26595a42ff'), (6810, 537, 'advice_claims_section_advice_claims_content', '1'), (6811, 537, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6812, 537, 'advice_claims_section', ''), (6813, 537, '_advice_claims_section', 'field_68c26b14f1fc6'), (6814, 537, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6815, 537, '_business_section_heading', 'field_68c267d0a4304'), (6816, 537, 'business_section_title', 'Her\'s how we make it easy:'), (6817, 537, '_business_section_title', 'field_68c267d8a4305'), (6818, 537, 'business_section_business_points', '3'), (6819, 537, '_business_section_business_points', 'field_68c267dea4306'), (6820, 537, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6821, 537, '_business_section_button', 'field_68c26818a4309'), (6822, 537, 'business_section', ''), (6823, 537, '_business_section', 'field_68c267a5a4303'), (6824, 537, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6825, 537, '_claims_section_claims_heading', 'field_68c268fffa584'), (6826, 537, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6827, 537, '_claims_section_claims_description', 'field_68c268fffa585'), (6828, 537, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6829, 537, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6830, 537, 'claims_section', ''), (6831, 537, '_claims_section', 'field_68c268fffa583'), (6832, 537, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6833, 537, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6834, 537, 'claims_focus_point_claims_points_1_image', '419'), (6835, 537, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6836, 537, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6837, 537, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6838, 537, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6839, 537, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6840, 537, 'claims_focus_point_claims_points_2_image', '419'), (6841, 537, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6842, 537, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6843, 537, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6844, 537, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6845, 537, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6846, 537, 'advice_claims_section_advice_claims_content_0_heading', ''), (6847, 537, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6848, 537, 'advice_claims_section_advice_claims_content_0_description', ''), (6849, 537, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6850, 537, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6851, 537, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6852, 537, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6853, 537, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6854, 537, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6855, 537, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6856, 537, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6857, 537, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6858, 537, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6859, 537, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6860, 537, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6861, 537, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6862, 537, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6863, 537, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6864, 537, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6865, 537, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6866, 537, 'advice_claims_section_advice_image', '507'), (6867, 537, '_advice_claims_section_advice_image', 'field_68ca58b35aae9'), (6868, 537, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (6869, 537, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (6870, 537, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (6871, 537, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (6872, 537, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:12:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6873, 537, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (6874, 537, 'advice_claims_section_advice_feature_0_feature_title', 'Deep technical knowledge of policy terms and legal frameworks'), (6875, 537, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (6876, 537, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (6877, 537, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (6878, 537, 'advice_claims_section_advice_feature_1_feature_title', 'An understanding of medical conditions and claim triggers'), (6879, 537, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (6880, 537, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (6881, 537, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (6882, 537, 'advice_claims_section_advice_feature_2_feature_title', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6883, 537, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (6884, 537, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (6885, 537, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (6886, 537, 'advice_claims_section_advice_feature', '3'), (6887, 537, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (6888, 537, 'solve_claims_section_solve_image', ''), (6889, 537, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (6890, 537, 'solve_claims_section_solve_heading', ''), (6891, 537, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (6892, 537, 'solve_claims_section_solve_description', ''), (6893, 537, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (6894, 537, 'solve_claims_section_solve_button', ''), (6895, 537, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (6896, 537, 'solve_claims_section_solve_feature', ''), (6897, 537, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (6898, 537, 'solve_claims_section', ''), (6899, 537, '_solve_claims_section', 'field_68ca5792085d9'), (6900, 537, 'advice_claims_section_advice_feature_title', 'We bring:'), (6901, 537, '_advice_claims_section_advice_feature_title', 'field_68ca599fc5674'), (6902, 537, 'advice_claims_section_bottom_description', 'From start to finish, we manage the claim, keeping you informed while freeing you to focus on your business and your clients.'), (6903, 537, '_advice_claims_section_bottom_description', 'field_68ca596cc5673'), (6904, 541, '_wp_attached_file', '2025/09/solve-image.webp'), (6905, 541, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2500;s:6:"height";i:1667;s:4:"file";s:24:"2025/09/solve-image.webp";s:8:"filesize";i:810112;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:24:"solve-image-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:8076;}s:5:"large";a:5:{s:4:"file";s:25:"solve-image-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:69786;}s:9:"thumbnail";a:5:{s:4:"file";s:24:"solve-image-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4176;}s:12:"medium_large";a:5:{s:4:"file";s:24:"solve-image-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:39926;}s:9:"1536x1536";a:5:{s:4:"file";s:26:"solve-image-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:161838;}s:9:"2048x2048";a:5:{s:4:"file";s:26:"solve-image-2048x1366.webp";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:325658;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (6906, 541, '_wp_attachment_image_alt', 'solve-image'), (6907, 493, 'solve_claims_section_solve_feature_0_feature_title', 'Protect your client relationship.'), (6908, 493, '_solve_claims_section_solve_feature_0_feature_title', 'field_68ca5853c49b1'), (6909, 493, 'solve_claims_section_solve_feature_0_feature_description', 'We represent you with empathy, professionalism, and precision — helping to build trust, not risk it.'), (6910, 493, '_solve_claims_section_solve_feature_0_feature_description', 'field_68ca5861c49b2'), (6911, 493, 'solve_claims_section_solve_feature_1_feature_title', 'Save time and reduce pressure.'), (6912, 493, '_solve_claims_section_solve_feature_1_feature_title', 'field_68ca5853c49b1'), (6913, 493, 'solve_claims_section_solve_feature_1_feature_description', 'Our dedicated claims team handles the detail, complexity, communication, and negotiation with insurers.'), (6914, 493, '_solve_claims_section_solve_feature_1_feature_description', 'field_68ca5861c49b2'), (6915, 493, 'solve_claims_section_solve_feature_2_feature_title', 'Secure better outcomes.'), (6916, 493, '_solve_claims_section_solve_feature_2_feature_title', 'field_68ca5853c49b1'), (6917, 493, 'solve_claims_section_solve_feature_2_feature_description', 'We know how to position claims for success and understand the levers that influence insurer decisions.'), (6918, 493, '_solve_claims_section_solve_feature_2_feature_description', 'field_68ca5861c49b2'), (6919, 493, 'solve_claims_section_solve_feature_3_feature_title', 'Stay in the loop, without being in the weeds.'), (6920, 493, '_solve_claims_section_solve_feature_3_feature_title', 'field_68ca5853c49b1'), (6921, 493, 'solve_claims_section_solve_feature_3_feature_description', 'You remain informed and involved — but never overwhelmed.'), (6922, 493, '_solve_claims_section_solve_feature_3_feature_description', 'field_68ca5861c49b2'), (6923, 540, 'banner_section_banner_image', '503'), (6924, 540, '_banner_section_banner_image', 'field_68c264a89bfd9'), (6925, 540, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (6926, 540, '_banner_section_banner_heading', 'field_68c264a89bfda'), (6927, 540, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (6928, 540, '_banner_section_banner_description', 'field_68c264a89bfdb'), (6929, 540, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6930, 540, '_banner_section_banner_button', 'field_68c264a89bfdc'), (6931, 540, 'banner_section', ''), (6932, 540, '_banner_section', 'field_68c264a89bfd8'), (6933, 540, 'claims_focus_point_claims_points_0_image', '419'), (6934, 540, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (6935, 540, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (6936, 540, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (6937, 540, 'claims_focus_point_claims_points', '3'), (6938, 540, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (6939, 540, 'claims_focus_point', ''), (6940, 540, '_claims_focus_point', 'field_68c26595a42ff'), (6941, 540, 'advice_claims_section_advice_claims_content', '1'), (6942, 540, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (6943, 540, 'advice_claims_section', ''), (6944, 540, '_advice_claims_section', 'field_68c26b14f1fc6'), (6945, 540, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (6946, 540, '_business_section_heading', 'field_68c267d0a4304'), (6947, 540, 'business_section_title', 'Her\'s how we make it easy:') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6948, 540, '_business_section_title', 'field_68c267d8a4305'), (6949, 540, 'business_section_business_points', '3'), (6950, 540, '_business_section_business_points', 'field_68c267dea4306'), (6951, 540, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (6952, 540, '_business_section_button', 'field_68c26818a4309'), (6953, 540, 'business_section', ''), (6954, 540, '_business_section', 'field_68c267a5a4303'), (6955, 540, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (6956, 540, '_claims_section_claims_heading', 'field_68c268fffa584'), (6957, 540, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.'), (6958, 540, '_claims_section_claims_description', 'field_68c268fffa585'), (6959, 540, 'claims_section_claims_form_shotcode', '[contact-form-7 id="995ebff" title="contact-form"]'), (6960, 540, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (6961, 540, 'claims_section', ''), (6962, 540, '_claims_section', 'field_68c268fffa583'), (6963, 540, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (6964, 540, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (6965, 540, 'claims_focus_point_claims_points_1_image', '419'), (6966, 540, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (6967, 540, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (6968, 540, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (6969, 540, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (6970, 540, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (6971, 540, 'claims_focus_point_claims_points_2_image', '419'), (6972, 540, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (6973, 540, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (6974, 540, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (6975, 540, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (6976, 540, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (6977, 540, 'advice_claims_section_advice_claims_content_0_heading', ''), (6978, 540, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (6979, 540, 'advice_claims_section_advice_claims_content_0_description', ''), (6980, 540, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (6981, 540, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (6982, 540, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (6983, 540, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (6984, 540, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (6985, 540, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (6986, 540, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (6987, 540, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (6988, 540, '_business_section_business_points_0_description', 'field_68c26800a4308'), (6989, 540, 'business_section_business_points_1_point_text', 'We manage the entire process'), (6990, 540, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (6991, 540, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (6992, 540, '_business_section_business_points_1_description', 'field_68c26800a4308'), (6993, 540, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (6994, 540, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (6995, 540, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (6996, 540, '_business_section_business_points_2_description', 'field_68c26800a4308'), (6997, 540, 'advice_claims_section_advice_image', '507'), (6998, 540, '_advice_claims_section_advice_image', 'field_68ca58b35aae9'), (6999, 540, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (7000, 540, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (7001, 540, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (7002, 540, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (7003, 540, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:12:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7004, 540, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (7005, 540, 'advice_claims_section_advice_feature_0_feature_title', 'Deep technical knowledge of policy terms and legal frameworks'), (7006, 540, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (7007, 540, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (7008, 540, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (7009, 540, 'advice_claims_section_advice_feature_1_feature_title', 'An understanding of medical conditions and claim triggers'), (7010, 540, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (7011, 540, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (7012, 540, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (7013, 540, 'advice_claims_section_advice_feature_2_feature_title', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (7014, 540, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (7015, 540, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (7016, 540, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (7017, 540, 'advice_claims_section_advice_feature', '3'), (7018, 540, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (7019, 540, 'solve_claims_section_solve_image', '541'), (7020, 540, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (7021, 540, 'solve_claims_section_solve_heading', 'What we solve for you.'), (7022, 540, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (7023, 540, 'solve_claims_section_solve_description', 'When you refer a claim to Bombora, you\'re not just offloading work — you\'re adding value.'), (7024, 540, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (7025, 540, 'solve_claims_section_solve_button', 'a:3:{s:5:"title";s:20:"Schedule a Call >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7026, 540, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (7027, 540, 'solve_claims_section_solve_feature', '4'), (7028, 540, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (7029, 540, 'solve_claims_section', ''), (7030, 540, '_solve_claims_section', 'field_68ca5792085d9'), (7031, 540, 'advice_claims_section_advice_feature_title', 'We bring:'), (7032, 540, '_advice_claims_section_advice_feature_title', 'field_68ca599fc5674'), (7033, 540, 'advice_claims_section_bottom_description', 'From start to finish, we manage the claim, keeping you informed while freeing you to focus on your business and your clients.'), (7034, 540, '_advice_claims_section_bottom_description', 'field_68ca596cc5673'), (7035, 540, 'solve_claims_section_solve_feature_0_feature_title', 'Protect your client relationship.'), (7036, 540, '_solve_claims_section_solve_feature_0_feature_title', 'field_68ca5853c49b1'), (7037, 540, 'solve_claims_section_solve_feature_0_feature_description', 'We represent you with empathy, professionalism, and precision — helping to build trust, not risk it.'), (7038, 540, '_solve_claims_section_solve_feature_0_feature_description', 'field_68ca5861c49b2'), (7039, 540, 'solve_claims_section_solve_feature_1_feature_title', 'Save time and reduce pressure.'), (7040, 540, '_solve_claims_section_solve_feature_1_feature_title', 'field_68ca5853c49b1'), (7041, 540, 'solve_claims_section_solve_feature_1_feature_description', 'Our dedicated claims team handles the detail, complexity, communication, and negotiation with insurers.'), (7042, 540, '_solve_claims_section_solve_feature_1_feature_description', 'field_68ca5861c49b2'), (7043, 540, 'solve_claims_section_solve_feature_2_feature_title', 'Secure better outcomes.'), (7044, 540, '_solve_claims_section_solve_feature_2_feature_title', 'field_68ca5853c49b1'), (7045, 540, 'solve_claims_section_solve_feature_2_feature_description', 'We know how to position claims for success and understand the levers that influence insurer decisions.'), (7046, 540, '_solve_claims_section_solve_feature_2_feature_description', 'field_68ca5861c49b2'), (7047, 540, 'solve_claims_section_solve_feature_3_feature_title', 'Stay in the loop, without being in the weeds.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7048, 540, '_solve_claims_section_solve_feature_3_feature_title', 'field_68ca5853c49b1'), (7049, 540, 'solve_claims_section_solve_feature_3_feature_description', 'You remain informed and involved — but never overwhelmed.'), (7050, 540, '_solve_claims_section_solve_feature_3_feature_description', 'field_68ca5861c49b2'), (7051, 506, '_wp_attachment_image_alt', 'families-business-owners-bg'), (7052, 508, '_wp_attachment_image_alt', 'business-family'), (7053, 543, '_wp_attached_file', '2025/09/heart-image.svg'), (7054, 543, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1582;}'), (7055, 543, '_wp_attachment_image_alt', 'heart-image'), (7056, 544, '_wp_attached_file', '2025/09/tpd-image.svg'), (7057, 544, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2419;}'), (7058, 544, '_wp_attachment_image_alt', 'tpd-image'), (7059, 545, '_wp_attached_file', '2025/09/life-insurance.svg'), (7060, 545, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1569;}'), (7061, 545, '_wp_attachment_image_alt', 'life-insurance'), (7062, 497, '_edit_last', '1'), (7063, 497, 'banner_section_banner_image', '506'), (7064, 497, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7065, 497, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7066, 497, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7067, 497, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7068, 497, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7069, 497, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7070, 497, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7071, 497, 'banner_section', ''), (7072, 497, '_banner_section', 'field_68c26d44f2e68'), (7073, 497, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7074, 497, '_family_future_section_heading', 'field_68c26da7e975c'), (7075, 497, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7076, 497, '_family_future_section_title', 'field_68c26dade975d'), (7077, 497, 'family_future_section_image', '508'), (7078, 497, '_family_future_section_image', 'field_68c26e15e975e'), (7079, 497, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7080, 497, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7081, 497, 'family_future_section_family_future_cart_0_image', '545'), (7082, 497, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7083, 497, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7084, 497, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7085, 497, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7086, 497, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7087, 497, 'family_future_section_family_future_cart_1_image', '544'), (7088, 497, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7089, 497, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7090, 497, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7091, 497, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7092, 497, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7093, 497, 'family_future_section_family_future_cart_2_image', '543'), (7094, 497, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7095, 497, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7096, 497, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7097, 497, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7098, 497, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7099, 497, 'family_future_section_family_future_cart', '4'), (7100, 497, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7101, 497, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7102, 497, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7103, 497, 'family_future_section', ''), (7104, 497, '_family_future_section', 'field_68c26d8be975b'), (7105, 497, 'business_section_business_image', '504'), (7106, 497, '_business_section_business_image', 'field_68c26f38f4684'), (7107, 497, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7108, 497, '_business_section_business_heading', 'field_68c26f53f4685'), (7109, 497, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7110, 497, '_business_section_business_title', 'field_68c26f5bf4686'), (7111, 497, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7112, 497, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7113, 497, 'business_section_business_right_side_image', '505'), (7114, 497, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7115, 497, 'business_section_business_plan', '3'), (7116, 497, '_business_section_business_plan', 'field_68c26f89f4689'), (7117, 497, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7118, 497, '_business_section_claim_button', 'field_68c2700cf468e'), (7119, 497, 'business_section_business_bottom_content', '

The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.

'), (7120, 497, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7121, 497, 'business_section', ''), (7122, 497, '_business_section', 'field_68c26f1af4683'), (7123, 497, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7124, 497, '_families_form_section_heading', 'field_68c27e54492ab'), (7125, 497, 'families_form_section_families_points', '3'), (7126, 497, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7127, 497, 'families_form_section_families_shortcode', '[contact-form-7 id="995ebff" title="Contact form"]'), (7128, 497, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7129, 497, 'families_form_section', ''), (7130, 497, '_families_form_section', 'field_68c27e44492aa'), (7131, 498, 'banner_section_banner_image', '506'), (7132, 498, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7133, 498, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7134, 498, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7135, 498, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7136, 498, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7137, 498, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7138, 498, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7139, 498, 'banner_section', ''), (7140, 498, '_banner_section', 'field_68c26d44f2e68'), (7141, 498, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7142, 498, '_family_future_section_heading', 'field_68c26da7e975c'), (7143, 498, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7144, 498, '_family_future_section_title', 'field_68c26dade975d'), (7145, 498, 'family_future_section_image', '508'), (7146, 498, '_family_future_section_image', 'field_68c26e15e975e'), (7147, 498, 'family_future_section_family_future_description', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7148, 498, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7149, 498, 'family_future_section_family_future_cart_0_image', '545'), (7150, 498, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7151, 498, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7152, 498, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7153, 498, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7154, 498, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7155, 498, 'family_future_section_family_future_cart_1_image', '544'), (7156, 498, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7157, 498, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7158, 498, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7159, 498, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7160, 498, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7161, 498, 'family_future_section_family_future_cart_2_image', '543'), (7162, 498, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7163, 498, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7164, 498, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7165, 498, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7166, 498, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7167, 498, 'family_future_section_family_future_cart', '3'), (7168, 498, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7169, 498, 'family_future_section_contact_us_button', ''), (7170, 498, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7171, 498, 'family_future_section', ''), (7172, 498, '_family_future_section', 'field_68c26d8be975b'), (7173, 498, 'business_section_business_image', ''), (7174, 498, '_business_section_business_image', 'field_68c26f38f4684'), (7175, 498, 'business_section_business_heading', ''), (7176, 498, '_business_section_business_heading', 'field_68c26f53f4685'), (7177, 498, 'business_section_business_title', ''), (7178, 498, '_business_section_business_title', 'field_68c26f5bf4686'), (7179, 498, 'business_section_business_left_side_content', ''), (7180, 498, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7181, 498, 'business_section_business_right_side_image', ''), (7182, 498, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7183, 498, 'business_section_business_plan', ''), (7184, 498, '_business_section_business_plan', 'field_68c26f89f4689'), (7185, 498, 'business_section_claim_button', ''), (7186, 498, '_business_section_claim_button', 'field_68c2700cf468e'), (7187, 498, 'business_section_business_bottom_content', ''), (7188, 498, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7189, 498, 'business_section', ''), (7190, 498, '_business_section', 'field_68c26f1af4683'), (7191, 498, 'families_form_section_heading', ''), (7192, 498, '_families_form_section_heading', 'field_68c27e54492ab'), (7193, 498, 'families_form_section_families_points', ''), (7194, 498, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7195, 498, 'families_form_section_families_shortcode', ''), (7196, 498, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7197, 498, 'families_form_section', ''), (7198, 498, '_families_form_section', 'field_68c27e44492aa'), (7199, 504, '_wp_attachment_image_alt', 'individual-families-image'), (7200, 505, '_wp_attachment_image_alt', 'owner-safety-image'), (7201, 547, '_wp_attached_file', '2025/09/funding-icon.svg'), (7202, 547, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1819;}'), (7203, 547, '_wp_attachment_image_alt', 'funding-icon'), (7204, 548, '_wp_attached_file', '2025/09/keypersone-icon.svg'), (7205, 548, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:2600;}'), (7206, 548, '_wp_attachment_image_alt', 'keypersone-icon'), (7207, 549, '_wp_attached_file', '2025/09/doller-sign.svg'), (7208, 549, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1864;}'), (7209, 549, '_wp_attachment_image_alt', 'doller-sign'), (7210, 497, 'business_section_business_plan_0_image', '547'), (7211, 497, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7212, 497, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7213, 497, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7214, 497, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7215, 497, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7216, 497, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7217, 497, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7218, 497, 'business_section_business_plan_1_image', '548'), (7219, 497, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7220, 497, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7221, 497, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7222, 497, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7223, 497, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7224, 497, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7225, 497, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7226, 497, 'business_section_business_plan_2_image', '549'), (7227, 497, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7228, 497, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7229, 497, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7230, 497, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7231, 497, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7232, 497, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7233, 497, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7234, 546, 'banner_section_banner_image', '506'), (7235, 546, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7236, 546, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7237, 546, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7238, 546, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7239, 546, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7240, 546, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7241, 546, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7242, 546, 'banner_section', ''), (7243, 546, '_banner_section', 'field_68c26d44f2e68'), (7244, 546, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7245, 546, '_family_future_section_heading', 'field_68c26da7e975c'), (7246, 546, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7247, 546, '_family_future_section_title', 'field_68c26dade975d') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7248, 546, 'family_future_section_image', '508'), (7249, 546, '_family_future_section_image', 'field_68c26e15e975e'), (7250, 546, 'family_future_section_family_future_description', ''), (7251, 546, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7252, 546, 'family_future_section_family_future_cart_0_image', '545'), (7253, 546, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7254, 546, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7255, 546, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7256, 546, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7257, 546, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7258, 546, 'family_future_section_family_future_cart_1_image', '544'), (7259, 546, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7260, 546, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7261, 546, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7262, 546, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7263, 546, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7264, 546, 'family_future_section_family_future_cart_2_image', '543'), (7265, 546, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7266, 546, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7267, 546, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7268, 546, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7269, 546, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7270, 546, 'family_future_section_family_future_cart', '3'), (7271, 546, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7272, 546, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7273, 546, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7274, 546, 'family_future_section', ''), (7275, 546, '_family_future_section', 'field_68c26d8be975b'), (7276, 546, 'business_section_business_image', '504'), (7277, 546, '_business_section_business_image', 'field_68c26f38f4684'), (7278, 546, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7279, 546, '_business_section_business_heading', 'field_68c26f53f4685'), (7280, 546, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7281, 546, '_business_section_business_title', 'field_68c26f5bf4686'), (7282, 546, 'business_section_business_left_side_content', ''), (7283, 546, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7284, 546, 'business_section_business_right_side_image', '505'), (7285, 546, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7286, 546, 'business_section_business_plan', '3'), (7287, 546, '_business_section_business_plan', 'field_68c26f89f4689'), (7288, 546, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7289, 546, '_business_section_claim_button', 'field_68c2700cf468e'), (7290, 546, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7291, 546, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7292, 546, 'business_section', ''), (7293, 546, '_business_section', 'field_68c26f1af4683'), (7294, 546, 'families_form_section_heading', ''), (7295, 546, '_families_form_section_heading', 'field_68c27e54492ab'), (7296, 546, 'families_form_section_families_points', ''), (7297, 546, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7298, 546, 'families_form_section_families_shortcode', ''), (7299, 546, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7300, 546, 'families_form_section', ''), (7301, 546, '_families_form_section', 'field_68c27e44492aa'), (7302, 546, 'business_section_business_plan_0_image', '547'), (7303, 546, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7304, 546, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7305, 546, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7306, 546, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7307, 546, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7308, 546, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7309, 546, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7310, 546, 'business_section_business_plan_1_image', '548'), (7311, 546, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7312, 546, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7313, 546, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7314, 546, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7315, 546, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7316, 546, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7317, 546, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7318, 546, 'business_section_business_plan_2_image', '549'), (7319, 546, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7320, 546, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7321, 546, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7322, 546, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7323, 546, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7324, 546, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7325, 546, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7326, 497, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7327, 497, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7328, 497, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7329, 497, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7330, 497, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7331, 497, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7332, 497, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7333, 497, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7334, 497, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7335, 497, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7336, 497, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7337, 497, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7338, 550, 'banner_section_banner_image', '506'), (7339, 550, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7340, 550, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7341, 550, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7342, 550, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7343, 550, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7344, 550, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7345, 550, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7346, 550, 'banner_section', ''), (7347, 550, '_banner_section', 'field_68c26d44f2e68') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7348, 550, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7349, 550, '_family_future_section_heading', 'field_68c26da7e975c'), (7350, 550, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7351, 550, '_family_future_section_title', 'field_68c26dade975d'), (7352, 550, 'family_future_section_image', '508'), (7353, 550, '_family_future_section_image', 'field_68c26e15e975e'), (7354, 550, 'family_future_section_family_future_description', ''), (7355, 550, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7356, 550, 'family_future_section_family_future_cart_0_image', '545'), (7357, 550, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7358, 550, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7359, 550, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7360, 550, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7361, 550, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7362, 550, 'family_future_section_family_future_cart_1_image', '544'), (7363, 550, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7364, 550, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7365, 550, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7366, 550, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7367, 550, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7368, 550, 'family_future_section_family_future_cart_2_image', '543'), (7369, 550, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7370, 550, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7371, 550, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7372, 550, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7373, 550, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7374, 550, 'family_future_section_family_future_cart', '3'), (7375, 550, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7376, 550, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7377, 550, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7378, 550, 'family_future_section', ''), (7379, 550, '_family_future_section', 'field_68c26d8be975b'), (7380, 550, 'business_section_business_image', '504'), (7381, 550, '_business_section_business_image', 'field_68c26f38f4684'), (7382, 550, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7383, 550, '_business_section_business_heading', 'field_68c26f53f4685'), (7384, 550, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7385, 550, '_business_section_business_title', 'field_68c26f5bf4686'), (7386, 550, 'business_section_business_left_side_content', ''), (7387, 550, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7388, 550, 'business_section_business_right_side_image', '505'), (7389, 550, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7390, 550, 'business_section_business_plan', '3'), (7391, 550, '_business_section_business_plan', 'field_68c26f89f4689'), (7392, 550, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7393, 550, '_business_section_claim_button', 'field_68c2700cf468e'), (7394, 550, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7395, 550, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7396, 550, 'business_section', ''), (7397, 550, '_business_section', 'field_68c26f1af4683'), (7398, 550, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7399, 550, '_families_form_section_heading', 'field_68c27e54492ab'), (7400, 550, 'families_form_section_families_points', '3'), (7401, 550, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7402, 550, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7403, 550, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7404, 550, 'families_form_section', ''), (7405, 550, '_families_form_section', 'field_68c27e44492aa'), (7406, 550, 'business_section_business_plan_0_image', '547'), (7407, 550, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7408, 550, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7409, 550, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7410, 550, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7411, 550, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7412, 550, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7413, 550, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7414, 550, 'business_section_business_plan_1_image', '548'), (7415, 550, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7416, 550, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7417, 550, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7418, 550, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7419, 550, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7420, 550, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7421, 550, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7422, 550, 'business_section_business_plan_2_image', '549'), (7423, 550, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7424, 550, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7425, 550, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7426, 550, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7427, 550, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7428, 550, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7429, 550, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7430, 550, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7431, 550, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7432, 550, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7433, 550, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7434, 550, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7435, 550, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7436, 550, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7437, 550, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7438, 550, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7439, 550, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7440, 550, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7441, 550, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7442, 551, 'banner_section_banner_image', '506'), (7443, 551, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7444, 551, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7445, 551, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7446, 551, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7447, 551, '_banner_section_banner_description', 'field_68c26d44f2e6b') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7448, 551, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7449, 551, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7450, 551, 'banner_section', ''), (7451, 551, '_banner_section', 'field_68c26d44f2e68'), (7452, 551, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7453, 551, '_family_future_section_heading', 'field_68c26da7e975c'), (7454, 551, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7455, 551, '_family_future_section_title', 'field_68c26dade975d'), (7456, 551, 'family_future_section_image', '508'), (7457, 551, '_family_future_section_image', 'field_68c26e15e975e'), (7458, 551, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7459, 551, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7460, 551, 'family_future_section_family_future_cart_0_image', '545'), (7461, 551, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7462, 551, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7463, 551, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7464, 551, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7465, 551, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7466, 551, 'family_future_section_family_future_cart_1_image', '544'), (7467, 551, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7468, 551, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7469, 551, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7470, 551, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7471, 551, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7472, 551, 'family_future_section_family_future_cart_2_image', '543'), (7473, 551, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7474, 551, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7475, 551, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7476, 551, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7477, 551, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7478, 551, 'family_future_section_family_future_cart', '3'), (7479, 551, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7480, 551, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7481, 551, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7482, 551, 'family_future_section', ''), (7483, 551, '_family_future_section', 'field_68c26d8be975b'), (7484, 551, 'business_section_business_image', '504'), (7485, 551, '_business_section_business_image', 'field_68c26f38f4684'), (7486, 551, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7487, 551, '_business_section_business_heading', 'field_68c26f53f4685'), (7488, 551, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7489, 551, '_business_section_business_title', 'field_68c26f5bf4686'), (7490, 551, 'business_section_business_left_side_content', ''), (7491, 551, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7492, 551, 'business_section_business_right_side_image', '505'), (7493, 551, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7494, 551, 'business_section_business_plan', '3'), (7495, 551, '_business_section_business_plan', 'field_68c26f89f4689'), (7496, 551, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7497, 551, '_business_section_claim_button', 'field_68c2700cf468e'), (7498, 551, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7499, 551, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7500, 551, 'business_section', ''), (7501, 551, '_business_section', 'field_68c26f1af4683'), (7502, 551, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7503, 551, '_families_form_section_heading', 'field_68c27e54492ab'), (7504, 551, 'families_form_section_families_points', '3'), (7505, 551, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7506, 551, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7507, 551, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7508, 551, 'families_form_section', ''), (7509, 551, '_families_form_section', 'field_68c27e44492aa'), (7510, 551, 'business_section_business_plan_0_image', '547'), (7511, 551, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7512, 551, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7513, 551, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7514, 551, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7515, 551, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7516, 551, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7517, 551, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7518, 551, 'business_section_business_plan_1_image', '548'), (7519, 551, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7520, 551, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7521, 551, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7522, 551, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7523, 551, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7524, 551, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7525, 551, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7526, 551, 'business_section_business_plan_2_image', '549'), (7527, 551, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7528, 551, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7529, 551, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7530, 551, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7531, 551, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7532, 551, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7533, 551, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7534, 551, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7535, 551, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7536, 551, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7537, 551, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7538, 551, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7539, 551, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7540, 551, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7541, 551, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7542, 551, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7543, 551, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7544, 551, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7545, 551, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7546, 552, 'banner_section_banner_image', '506'), (7547, 552, '_banner_section_banner_image', 'field_68c26d44f2e69') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7548, 552, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7549, 552, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7550, 552, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7551, 552, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7552, 552, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7553, 552, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7554, 552, 'banner_section', ''), (7555, 552, '_banner_section', 'field_68c26d44f2e68'), (7556, 552, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7557, 552, '_family_future_section_heading', 'field_68c26da7e975c'), (7558, 552, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7559, 552, '_family_future_section_title', 'field_68c26dade975d'), (7560, 552, 'family_future_section_image', '508'), (7561, 552, '_family_future_section_image', 'field_68c26e15e975e'), (7562, 552, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7563, 552, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7564, 552, 'family_future_section_family_future_cart_0_image', '545'), (7565, 552, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7566, 552, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7567, 552, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7568, 552, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7569, 552, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7570, 552, 'family_future_section_family_future_cart_1_image', '544'), (7571, 552, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7572, 552, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7573, 552, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7574, 552, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7575, 552, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7576, 552, 'family_future_section_family_future_cart_2_image', '543'), (7577, 552, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7578, 552, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7579, 552, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7580, 552, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7581, 552, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7582, 552, 'family_future_section_family_future_cart', '3'), (7583, 552, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7584, 552, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7585, 552, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7586, 552, 'family_future_section', ''), (7587, 552, '_family_future_section', 'field_68c26d8be975b'), (7588, 552, 'business_section_business_image', '504'), (7589, 552, '_business_section_business_image', 'field_68c26f38f4684'), (7590, 552, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7591, 552, '_business_section_business_heading', 'field_68c26f53f4685'), (7592, 552, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7593, 552, '_business_section_business_title', 'field_68c26f5bf4686'), (7594, 552, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7595, 552, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7596, 552, 'business_section_business_right_side_image', '505'), (7597, 552, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7598, 552, 'business_section_business_plan', '3'), (7599, 552, '_business_section_business_plan', 'field_68c26f89f4689'), (7600, 552, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7601, 552, '_business_section_claim_button', 'field_68c2700cf468e'), (7602, 552, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7603, 552, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7604, 552, 'business_section', ''), (7605, 552, '_business_section', 'field_68c26f1af4683'), (7606, 552, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7607, 552, '_families_form_section_heading', 'field_68c27e54492ab'), (7608, 552, 'families_form_section_families_points', '3'), (7609, 552, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7610, 552, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7611, 552, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7612, 552, 'families_form_section', ''), (7613, 552, '_families_form_section', 'field_68c27e44492aa'), (7614, 552, 'business_section_business_plan_0_image', '547'), (7615, 552, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7616, 552, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7617, 552, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7618, 552, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7619, 552, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7620, 552, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7621, 552, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7622, 552, 'business_section_business_plan_1_image', '548'), (7623, 552, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7624, 552, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7625, 552, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7626, 552, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7627, 552, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7628, 552, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7629, 552, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7630, 552, 'business_section_business_plan_2_image', '549'), (7631, 552, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7632, 552, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7633, 552, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7634, 552, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7635, 552, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7636, 552, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7637, 552, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7638, 552, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7639, 552, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7640, 552, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7641, 552, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7642, 552, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7643, 552, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7644, 552, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7645, 552, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7646, 552, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7647, 552, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7648, 552, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7649, 552, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7650, 553, 'banner_section_banner_image', '506'), (7651, 553, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7652, 553, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7653, 553, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7654, 553, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7655, 553, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7656, 553, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7657, 553, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7658, 553, 'banner_section', ''), (7659, 553, '_banner_section', 'field_68c26d44f2e68'), (7660, 553, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7661, 553, '_family_future_section_heading', 'field_68c26da7e975c'), (7662, 553, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7663, 553, '_family_future_section_title', 'field_68c26dade975d'), (7664, 553, 'family_future_section_image', '508'), (7665, 553, '_family_future_section_image', 'field_68c26e15e975e'), (7666, 553, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7667, 553, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7668, 553, 'family_future_section_family_future_cart_0_image', '545'), (7669, 553, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7670, 553, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7671, 553, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7672, 553, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7673, 553, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7674, 553, 'family_future_section_family_future_cart_1_image', '544'), (7675, 553, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7676, 553, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7677, 553, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7678, 553, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7679, 553, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7680, 553, 'family_future_section_family_future_cart_2_image', '543'), (7681, 553, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7682, 553, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7683, 553, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7684, 553, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7685, 553, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7686, 553, 'family_future_section_family_future_cart', '3'), (7687, 553, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7688, 553, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7689, 553, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7690, 553, 'family_future_section', ''), (7691, 553, '_family_future_section', 'field_68c26d8be975b'), (7692, 553, 'business_section_business_image', '504'), (7693, 553, '_business_section_business_image', 'field_68c26f38f4684'), (7694, 553, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7695, 553, '_business_section_business_heading', 'field_68c26f53f4685'), (7696, 553, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7697, 553, '_business_section_business_title', 'field_68c26f5bf4686'), (7698, 553, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7699, 553, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7700, 553, 'business_section_business_right_side_image', '505'), (7701, 553, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7702, 553, 'business_section_business_plan', '3'), (7703, 553, '_business_section_business_plan', 'field_68c26f89f4689'), (7704, 553, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7705, 553, '_business_section_claim_button', 'field_68c2700cf468e'), (7706, 553, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7707, 553, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7708, 553, 'business_section', ''), (7709, 553, '_business_section', 'field_68c26f1af4683'), (7710, 553, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7711, 553, '_families_form_section_heading', 'field_68c27e54492ab'), (7712, 553, 'families_form_section_families_points', '3'), (7713, 553, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7714, 553, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7715, 553, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7716, 553, 'families_form_section', ''), (7717, 553, '_families_form_section', 'field_68c27e44492aa'), (7718, 553, 'business_section_business_plan_0_image', '547'), (7719, 553, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7720, 553, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7721, 553, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7722, 553, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7723, 553, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7724, 553, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7725, 553, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7726, 553, 'business_section_business_plan_1_image', '548'), (7727, 553, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7728, 553, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7729, 553, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7730, 553, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7731, 553, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7732, 553, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7733, 553, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7734, 553, 'business_section_business_plan_2_image', '549'), (7735, 553, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7736, 553, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7737, 553, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7738, 553, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7739, 553, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7740, 553, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7741, 553, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7742, 553, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7743, 553, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7744, 553, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7745, 553, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7746, 553, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7747, 553, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7748, 553, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7749, 553, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7750, 553, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7751, 553, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7752, 553, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7753, 553, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7756, 497, 'family_future_section_family_future_cart_3_image', '549'), (7757, 497, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (7758, 497, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (7759, 497, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (7760, 497, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (7761, 497, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (7770, 554, 'banner_section_banner_image', '506'), (7771, 554, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7772, 554, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7773, 554, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7774, 554, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7775, 554, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7776, 554, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7777, 554, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7778, 554, 'banner_section', ''), (7779, 554, '_banner_section', 'field_68c26d44f2e68'), (7780, 554, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7781, 554, '_family_future_section_heading', 'field_68c26da7e975c'), (7782, 554, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7783, 554, '_family_future_section_title', 'field_68c26dade975d'), (7784, 554, 'family_future_section_image', '508'), (7785, 554, '_family_future_section_image', 'field_68c26e15e975e'), (7786, 554, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7787, 554, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7788, 554, 'family_future_section_family_future_cart_0_image', '545'), (7789, 554, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7790, 554, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7791, 554, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7792, 554, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7793, 554, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7794, 554, 'family_future_section_family_future_cart_1_image', '544'), (7795, 554, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7796, 554, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7797, 554, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7798, 554, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7799, 554, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7800, 554, 'family_future_section_family_future_cart_2_image', '543'), (7801, 554, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7802, 554, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7803, 554, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7804, 554, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7805, 554, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7806, 554, 'family_future_section_family_future_cart', '4'), (7807, 554, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7808, 554, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7809, 554, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7810, 554, 'family_future_section', ''), (7811, 554, '_family_future_section', 'field_68c26d8be975b'), (7812, 554, 'business_section_business_image', '504'), (7813, 554, '_business_section_business_image', 'field_68c26f38f4684'), (7814, 554, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7815, 554, '_business_section_business_heading', 'field_68c26f53f4685'), (7816, 554, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7817, 554, '_business_section_business_title', 'field_68c26f5bf4686'), (7818, 554, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7819, 554, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7820, 554, 'business_section_business_right_side_image', '505'), (7821, 554, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7822, 554, 'business_section_business_plan', '4'), (7823, 554, '_business_section_business_plan', 'field_68c26f89f4689'), (7824, 554, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7825, 554, '_business_section_claim_button', 'field_68c2700cf468e'), (7826, 554, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7827, 554, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7828, 554, 'business_section', ''), (7829, 554, '_business_section', 'field_68c26f1af4683'), (7830, 554, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7831, 554, '_families_form_section_heading', 'field_68c27e54492ab'), (7832, 554, 'families_form_section_families_points', '3'), (7833, 554, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7834, 554, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7835, 554, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7836, 554, 'families_form_section', ''), (7837, 554, '_families_form_section', 'field_68c27e44492aa'), (7838, 554, 'business_section_business_plan_0_image', '547'), (7839, 554, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (7840, 554, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7841, 554, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7842, 554, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7843, 554, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7844, 554, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7845, 554, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7846, 554, 'business_section_business_plan_1_image', '548'), (7847, 554, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7848, 554, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7849, 554, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7850, 554, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7851, 554, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7852, 554, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7853, 554, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7854, 554, 'business_section_business_plan_2_image', '549'), (7855, 554, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7856, 554, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7857, 554, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7858, 554, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7859, 554, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7860, 554, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7861, 554, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7862, 554, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7863, 554, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7864, 554, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7865, 554, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7866, 554, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7867, 554, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7868, 554, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7869, 554, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7870, 554, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7871, 554, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7872, 554, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7873, 554, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7874, 554, 'family_future_section_family_future_cart_3_image', '549'), (7875, 554, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (7876, 554, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (7877, 554, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (7878, 554, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (7879, 554, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (7880, 554, 'business_section_business_plan_3_image', ''), (7881, 554, '_business_section_business_plan_3_image', 'field_68c26fb2f468a'), (7882, 554, 'business_section_business_plan_3_heading', ''), (7883, 554, '_business_section_business_plan_3_heading', 'field_68c26fdbf468b'), (7884, 554, 'business_section_business_plan_3_title', ''), (7885, 554, '_business_section_business_plan_3_title', 'field_68c26fe3f468c'), (7886, 554, 'business_section_business_plan_3_description', ''), (7887, 554, '_business_section_business_plan_3_description', 'field_68c26ff1f468d'), (7888, 556, 'banner_section_banner_image', '506'), (7889, 556, '_banner_section_banner_image', 'field_68c26d44f2e69'), (7890, 556, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (7891, 556, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (7892, 556, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (7893, 556, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (7894, 556, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7895, 556, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (7896, 556, 'banner_section', ''), (7897, 556, '_banner_section', 'field_68c26d44f2e68'), (7898, 556, 'family_future_section_heading', 'A safety net for your family\'s future.'), (7899, 556, '_family_future_section_heading', 'field_68c26da7e975c'), (7900, 556, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (7901, 556, '_family_future_section_title', 'field_68c26dade975d'), (7902, 556, 'family_future_section_image', '508'), (7903, 556, '_family_future_section_image', 'field_68c26e15e975e'), (7904, 556, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (7905, 556, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (7906, 556, 'family_future_section_family_future_cart_0_image', '545'), (7907, 556, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (7908, 556, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (7909, 556, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (7910, 556, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (7911, 556, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (7912, 556, 'family_future_section_family_future_cart_1_image', '544'), (7913, 556, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (7914, 556, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (7915, 556, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (7916, 556, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (7917, 556, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (7918, 556, 'family_future_section_family_future_cart_2_image', '543'), (7919, 556, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (7920, 556, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (7921, 556, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (7922, 556, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (7923, 556, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (7924, 556, 'family_future_section_family_future_cart', '4'), (7925, 556, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (7926, 556, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7927, 556, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (7928, 556, 'family_future_section', ''), (7929, 556, '_family_future_section', 'field_68c26d8be975b'), (7930, 556, 'business_section_business_image', '504'), (7931, 556, '_business_section_business_image', 'field_68c26f38f4684'), (7932, 556, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (7933, 556, '_business_section_business_heading', 'field_68c26f53f4685'), (7934, 556, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (7935, 556, '_business_section_business_title', 'field_68c26f5bf4686'), (7936, 556, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (7937, 556, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (7938, 556, 'business_section_business_right_side_image', '505'), (7939, 556, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (7940, 556, 'business_section_business_plan', '3'), (7941, 556, '_business_section_business_plan', 'field_68c26f89f4689'), (7942, 556, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (7943, 556, '_business_section_claim_button', 'field_68c2700cf468e'), (7944, 556, 'business_section_business_bottom_content', 'The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.'), (7945, 556, '_business_section_business_bottom_content', 'field_68c27026f468f'), (7946, 556, 'business_section', ''), (7947, 556, '_business_section', 'field_68c26f1af4683'), (7948, 556, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (7949, 556, '_families_form_section_heading', 'field_68c27e54492ab'), (7950, 556, 'families_form_section_families_points', '3'), (7951, 556, '_families_form_section_families_points', 'field_68c27e5a492ac'), (7952, 556, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (7953, 556, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (7954, 556, 'families_form_section', ''), (7955, 556, '_families_form_section', 'field_68c27e44492aa'), (7956, 556, 'business_section_business_plan_0_image', '547'), (7957, 556, '_business_section_business_plan_0_image', 'field_68c26fb2f468a') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7958, 556, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (7959, 556, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (7960, 556, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (7961, 556, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (7962, 556, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (7963, 556, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (7964, 556, 'business_section_business_plan_1_image', '548'), (7965, 556, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (7966, 556, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (7967, 556, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (7968, 556, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (7969, 556, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (7970, 556, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (7971, 556, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (7972, 556, 'business_section_business_plan_2_image', '549'), (7973, 556, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (7974, 556, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (7975, 556, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (7976, 556, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (7977, 556, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (7978, 556, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (7979, 556, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (7980, 556, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (7981, 556, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (7982, 556, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (7983, 556, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (7984, 556, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (7985, 556, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (7986, 556, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (7987, 556, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (7988, 556, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (7989, 556, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (7990, 556, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (7991, 556, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (7992, 556, 'family_future_section_family_future_cart_3_image', '549'), (7993, 556, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (7994, 556, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (7995, 556, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (7996, 556, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (7997, 556, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (7998, 557, 'banner_section_banner_image', '506'), (7999, 557, '_banner_section_banner_image', 'field_68c26d44f2e69'), (8000, 557, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (8001, 557, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (8002, 557, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (8003, 557, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (8004, 557, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8005, 557, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (8006, 557, 'banner_section', ''), (8007, 557, '_banner_section', 'field_68c26d44f2e68'), (8008, 557, 'family_future_section_heading', 'A safety net for your family\'s future.'), (8009, 557, '_family_future_section_heading', 'field_68c26da7e975c'), (8010, 557, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (8011, 557, '_family_future_section_title', 'field_68c26dade975d'), (8012, 557, 'family_future_section_image', '508'), (8013, 557, '_family_future_section_image', 'field_68c26e15e975e'), (8014, 557, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (8015, 557, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (8016, 557, 'family_future_section_family_future_cart_0_image', '545'), (8017, 557, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (8018, 557, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (8019, 557, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (8020, 557, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (8021, 557, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (8022, 557, 'family_future_section_family_future_cart_1_image', '544'), (8023, 557, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (8024, 557, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (8025, 557, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (8026, 557, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (8027, 557, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (8028, 557, 'family_future_section_family_future_cart_2_image', '543'), (8029, 557, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (8030, 557, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (8031, 557, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (8032, 557, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (8033, 557, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (8034, 557, 'family_future_section_family_future_cart', '4'), (8035, 557, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (8036, 557, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8037, 557, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (8038, 557, 'family_future_section', ''), (8039, 557, '_family_future_section', 'field_68c26d8be975b'), (8040, 557, 'business_section_business_image', '504'), (8041, 557, '_business_section_business_image', 'field_68c26f38f4684'), (8042, 557, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (8043, 557, '_business_section_business_heading', 'field_68c26f53f4685'), (8044, 557, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (8045, 557, '_business_section_business_title', 'field_68c26f5bf4686'), (8046, 557, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (8047, 557, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (8048, 557, 'business_section_business_right_side_image', '505'), (8049, 557, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (8050, 557, 'business_section_business_plan', '3'), (8051, 557, '_business_section_business_plan', 'field_68c26f89f4689'), (8052, 557, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8053, 557, '_business_section_claim_button', 'field_68c2700cf468e'), (8054, 557, 'business_section_business_bottom_content', '

The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.

'), (8055, 557, '_business_section_business_bottom_content', 'field_68c27026f468f'), (8056, 557, 'business_section', ''), (8057, 557, '_business_section', 'field_68c26f1af4683') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8058, 557, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (8059, 557, '_families_form_section_heading', 'field_68c27e54492ab'), (8060, 557, 'families_form_section_families_points', '3'), (8061, 557, '_families_form_section_families_points', 'field_68c27e5a492ac'), (8062, 557, 'families_form_section_families_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (8063, 557, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (8064, 557, 'families_form_section', ''), (8065, 557, '_families_form_section', 'field_68c27e44492aa'), (8066, 557, 'business_section_business_plan_0_image', '547'), (8067, 557, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (8068, 557, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (8069, 557, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (8070, 557, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (8071, 557, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (8072, 557, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (8073, 557, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (8074, 557, 'business_section_business_plan_1_image', '548'), (8075, 557, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (8076, 557, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (8077, 557, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (8078, 557, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (8079, 557, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (8080, 557, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (8081, 557, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (8082, 557, 'business_section_business_plan_2_image', '549'), (8083, 557, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (8084, 557, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (8085, 557, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (8086, 557, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (8087, 557, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (8088, 557, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (8089, 557, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (8090, 557, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (8091, 557, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (8092, 557, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (8093, 557, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (8094, 557, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (8095, 557, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (8096, 557, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (8097, 557, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (8098, 557, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (8099, 557, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (8100, 557, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (8101, 557, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (8102, 557, 'family_future_section_family_future_cart_3_image', '549'), (8103, 557, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (8104, 557, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (8105, 557, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (8106, 557, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (8107, 557, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (8108, 558, 'banner_section_banner_image', '506'), (8109, 558, '_banner_section_banner_image', 'field_68c26d44f2e69'), (8110, 558, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (8111, 558, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (8112, 558, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (8113, 558, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (8114, 558, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8115, 558, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (8116, 558, 'banner_section', ''), (8117, 558, '_banner_section', 'field_68c26d44f2e68'), (8118, 558, 'family_future_section_heading', 'A safety net for your family\'s future.'), (8119, 558, '_family_future_section_heading', 'field_68c26da7e975c'), (8120, 558, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (8121, 558, '_family_future_section_title', 'field_68c26dade975d'), (8122, 558, 'family_future_section_image', '508'), (8123, 558, '_family_future_section_image', 'field_68c26e15e975e'), (8124, 558, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (8125, 558, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (8126, 558, 'family_future_section_family_future_cart_0_image', '545'), (8127, 558, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (8128, 558, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (8129, 558, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (8130, 558, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (8131, 558, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (8132, 558, 'family_future_section_family_future_cart_1_image', '544'), (8133, 558, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (8134, 558, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (8135, 558, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (8136, 558, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (8137, 558, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (8138, 558, 'family_future_section_family_future_cart_2_image', '543'), (8139, 558, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (8140, 558, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (8141, 558, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (8142, 558, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (8143, 558, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (8144, 558, 'family_future_section_family_future_cart', '4'), (8145, 558, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (8146, 558, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8147, 558, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (8148, 558, 'family_future_section', ''), (8149, 558, '_family_future_section', 'field_68c26d8be975b'), (8150, 558, 'business_section_business_image', '504'), (8151, 558, '_business_section_business_image', 'field_68c26f38f4684'), (8152, 558, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (8153, 558, '_business_section_business_heading', 'field_68c26f53f4685'), (8154, 558, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (8155, 558, '_business_section_business_title', 'field_68c26f5bf4686'), (8156, 558, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (8157, 558, '_business_section_business_left_side_content', 'field_68c26f63f4687') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8158, 558, 'business_section_business_right_side_image', '505'), (8159, 558, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (8160, 558, 'business_section_business_plan', '3'), (8161, 558, '_business_section_business_plan', 'field_68c26f89f4689'), (8162, 558, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8163, 558, '_business_section_claim_button', 'field_68c2700cf468e'), (8164, 558, 'business_section_business_bottom_content', '

The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.

'), (8165, 558, '_business_section_business_bottom_content', 'field_68c27026f468f'), (8166, 558, 'business_section', ''), (8167, 558, '_business_section', 'field_68c26f1af4683'), (8168, 558, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (8169, 558, '_families_form_section_heading', 'field_68c27e54492ab'), (8170, 558, 'families_form_section_families_points', '3'), (8171, 558, '_families_form_section_families_points', 'field_68c27e5a492ac'), (8172, 558, 'families_form_section_families_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (8173, 558, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (8174, 558, 'families_form_section', ''), (8175, 558, '_families_form_section', 'field_68c27e44492aa'), (8176, 558, 'business_section_business_plan_0_image', '547'), (8177, 558, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (8178, 558, 'business_section_business_plan_0_heading', 'Business Succession Funding'), (8179, 558, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (8180, 558, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (8181, 558, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (8182, 558, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (8183, 558, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (8184, 558, 'business_section_business_plan_1_image', '548'), (8185, 558, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (8186, 558, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (8187, 558, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (8188, 558, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (8189, 558, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (8190, 558, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (8191, 558, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (8192, 558, 'business_section_business_plan_2_image', '549'), (8193, 558, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (8194, 558, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (8195, 558, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (8196, 558, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (8197, 558, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (8198, 558, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (8199, 558, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (8200, 558, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (8201, 558, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (8202, 558, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (8203, 558, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (8204, 558, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (8205, 558, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (8206, 558, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (8207, 558, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (8208, 558, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (8209, 558, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (8210, 558, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (8211, 558, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (8212, 558, 'family_future_section_family_future_cart_3_image', '549'), (8213, 558, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (8214, 558, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (8215, 558, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (8216, 558, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (8217, 558, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (8218, 69, '_wp_page_template', 'templates/need-to-make-claim.php'), (8219, 560, '_edit_lock', '1758188815:1'), (8220, 560, '_wp_page_template', 'templates/need-to-make-claim-dev.php'), (8221, 264, '_edit_lock', '1758113598:1'), (8222, 264, '_edit_last', '1'), (8223, 562, '_wp_attached_file', '2025/09/make-claim-bg.webp'), (8224, 562, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1281;s:6:"height";i:450;s:4:"file";s:26:"2025/09/make-claim-bg.webp";s:8:"filesize";i:46896;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:26:"make-claim-bg-300x105.webp";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4896;}s:5:"large";a:5:{s:4:"file";s:27:"make-claim-bg-1024x360.webp";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:27622;}s:9:"thumbnail";a:5:{s:4:"file";s:26:"make-claim-bg-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3232;}s:12:"medium_large";a:5:{s:4:"file";s:26:"make-claim-bg-768x270.webp";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:17944;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8225, 562, '_wp_attachment_image_alt', 'make-claim-bg'), (8226, 560, '_edit_last', '1'), (8227, 560, 'banner_section_banner_image', '562'), (8228, 560, '_banner_section_banner_image', 'field_68c27fa847dc4'), (8229, 560, 'banner_section_banner_heading', 'When life doesn\'t go to plan, we\'re here to support your claim.'), (8230, 560, '_banner_section_banner_heading', 'field_68c27fa847dc5'), (8231, 560, 'banner_section_banner_description', 'From claim preparation to settlement, Bombora advisers guide you step-by-step, so your claim has the best chance of success.'), (8232, 560, '_banner_section_banner_description', 'field_68c27fa847dc6'), (8233, 560, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8234, 560, '_banner_section_banner_button', 'field_68c27fa847dc7'), (8235, 560, 'banner_section_banner_footer_point', '3'), (8236, 560, '_banner_section_banner_footer_point', 'field_68c2849cadca8'), (8237, 560, 'banner_section', ''), (8238, 560, '_banner_section', 'field_68c27fa847dc3'), (8239, 560, 'make_a_claim_section_heading', 'If you need to make a claim, you\'re not alone.'), (8240, 560, '_make_a_claim_section_heading', 'field_68c2b11ac722d'), (8241, 560, 'make_a_claim_section_description', 'When something unexpected happens — illness, injury, or loss — the last thing you need is a complicated process. Bombora\'s adviser network includes experienced claims support, so you don\'t have to face it alone.'), (8242, 560, '_make_a_claim_section_description', 'field_68c2b121c722e'), (8243, 560, 'make_a_claim_section_claim_explain_point', '3'), (8244, 560, '_make_a_claim_section_claim_explain_point', 'field_68c2b153c722f'), (8245, 560, 'make_a_claim_section_contact_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8246, 560, '_make_a_claim_section_contact_button', 'field_68c2b196c7233'), (8247, 560, 'make_a_claim_section', ''), (8248, 560, '_make_a_claim_section', 'field_68c2b101c722c'), (8249, 560, 'guidance_section_heading', 'Why it helps to have someone in your corner.'), (8250, 560, '_guidance_section_heading', 'field_68c2b210929a6'), (8251, 560, 'guidance_section_description', 'Making a claim often comes at one of the most difficult times in life — after serious illness, injury, or loss. The emotions are real. The paperwork is confusing. Knowing where to start can feel overwhelming. '), (8252, 560, '_guidance_section_description', 'field_68c2b217929a7'), (8253, 560, 'guidance_section_guidance_', '4'), (8254, 560, '_guidance_section_guidance_', 'field_68c2b225929a8'), (8255, 560, 'guidance_section_guidance_button', 'a:3:{s:5:"title";s:13:"VIEW PRODUCTS";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8256, 560, '_guidance_section_guidance_button', 'field_68c2b254929ac'), (8257, 560, 'guidance_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8258, 560, '_guidance_section', 'field_68c2b1f1929a5'), (8259, 560, 'bombora_info_section_background_image', '472'), (8260, 560, '_bombora_info_section_background_image', 'field_68c2b284929b6'), (8261, 560, 'bombora_info_section_content', 'Bombora is here to reassure you that you\'re not alone. At claim time, we guide you through what happens, what to expect, and how to position your claim for the best outcome.'), (8262, 560, '_bombora_info_section_content', 'field_68c2b2a1929b7'), (8263, 560, 'bombora_info_section', ''), (8264, 560, '_bombora_info_section', 'field_68c2b275929b5'), (8265, 560, 'support_section_heading', 'Get support every step of the way, here\'s how ...'), (8266, 560, '_support_section_heading', 'field_68c2b2d4929bc'), (8267, 560, 'support_section_support_point', '3'), (8268, 560, '_support_section_support_point', 'field_68c2b2dc929bd'), (8269, 560, 'support_section_support_contact_form_shortcode', '[contact-form-7 id="823e399" title="Claims Form"]'), (8270, 560, '_support_section_support_contact_form_shortcode', 'field_68c2b30b929c0'), (8271, 560, 'support_section', ''), (8272, 560, '_support_section', 'field_68c2b2c7929bb'), (8273, 561, 'banner_section_banner_image', '562'), (8274, 561, '_banner_section_banner_image', 'field_68c27fa847dc4'), (8275, 561, 'banner_section_banner_heading', ''), (8276, 561, '_banner_section_banner_heading', 'field_68c27fa847dc5'), (8277, 561, 'banner_section_banner_description', ''), (8278, 561, '_banner_section_banner_description', 'field_68c27fa847dc6'), (8279, 561, 'banner_section_banner_button', ''), (8280, 561, '_banner_section_banner_button', 'field_68c27fa847dc7'), (8281, 561, 'banner_section_banner_footer_point', ''), (8282, 561, '_banner_section_banner_footer_point', 'field_68c2849cadca8'), (8283, 561, 'banner_section', ''), (8284, 561, '_banner_section', 'field_68c27fa847dc3'), (8285, 561, 'make_a_claim_section_heading', ''), (8286, 561, '_make_a_claim_section_heading', 'field_68c2b11ac722d'), (8287, 561, 'make_a_claim_section_description', ''), (8288, 561, '_make_a_claim_section_description', 'field_68c2b121c722e'), (8289, 561, 'make_a_claim_section_claim_explain_point', ''), (8290, 561, '_make_a_claim_section_claim_explain_point', 'field_68c2b153c722f'), (8291, 561, 'make_a_claim_section_contact_button', ''), (8292, 561, '_make_a_claim_section_contact_button', 'field_68c2b196c7233'), (8293, 561, 'make_a_claim_section', ''), (8294, 561, '_make_a_claim_section', 'field_68c2b101c722c'), (8295, 561, 'guidance_section_heading', ''), (8296, 561, '_guidance_section_heading', 'field_68c2b210929a6'), (8297, 561, 'guidance_section_description', ''), (8298, 561, '_guidance_section_description', 'field_68c2b217929a7'), (8299, 561, 'guidance_section_guidance_', ''), (8300, 561, '_guidance_section_guidance_', 'field_68c2b225929a8'), (8301, 561, 'guidance_section_guidance_button', ''), (8302, 561, '_guidance_section_guidance_button', 'field_68c2b254929ac'), (8303, 561, 'guidance_section', ''), (8304, 561, '_guidance_section', 'field_68c2b1f1929a5'), (8305, 561, 'bombora_info_section_background_image', ''), (8306, 561, '_bombora_info_section_background_image', 'field_68c2b284929b6'), (8307, 561, 'bombora_info_section_content', ''), (8308, 561, '_bombora_info_section_content', 'field_68c2b2a1929b7'), (8309, 561, 'bombora_info_section', ''), (8310, 561, '_bombora_info_section', 'field_68c2b275929b5'), (8311, 561, 'support_section_heading', ''), (8312, 561, '_support_section_heading', 'field_68c2b2d4929bc'), (8313, 561, 'support_section_support_point', ''), (8314, 561, '_support_section_support_point', 'field_68c2b2dc929bd'), (8315, 561, 'support_section_support_contact_form_shortcode', ''), (8316, 561, '_support_section_support_contact_form_shortcode', 'field_68c2b30b929c0'), (8317, 561, 'support_section', ''), (8318, 561, '_support_section', 'field_68c2b2c7929bb'), (8319, 564, '_wp_attached_file', '2025/09/steadfast-icon.svg'), (8320, 564, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:8427;}'), (8321, 564, '_wp_attachment_image_alt', ''), (8322, 565, '_wp_attached_file', '2025/09/guidance-icon.svg'), (8323, 565, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:7656;}'), (8324, 565, '_wp_attachment_image_alt', ''), (8325, 566, '_wp_attached_file', '2025/09/communication-ion.svg'), (8326, 566, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:6210;}'), (8327, 566, '_wp_attachment_image_alt', ''), (8328, 567, '_wp_attached_file', '2025/09/strong-outcome-icon.svg'), (8329, 567, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:1647;}'), (8330, 567, '_wp_attachment_image_alt', ''), (8331, 560, 'banner_section_banner_footer_point_0_point', 'Understand your coverage'), (8332, 560, '_banner_section_banner_footer_point_0_point', 'field_68c284abadca9'), (8333, 560, 'banner_section_banner_footer_point_1_point', 'Prepare your claim properly'), (8334, 560, '_banner_section_banner_footer_point_1_point', 'field_68c284abadca9'), (8335, 560, 'banner_section_banner_footer_point_2_point', 'Stay informed every step'), (8336, 560, '_banner_section_banner_footer_point_2_point', 'field_68c284abadca9'), (8337, 560, 'make_a_claim_section_claim_explain_point_0_image', '569'), (8338, 560, '_make_a_claim_section_claim_explain_point_0_image', 'field_68c2b16dc7230'), (8339, 560, 'make_a_claim_section_claim_explain_point_0_title', 'Know where you stand'), (8340, 560, '_make_a_claim_section_claim_explain_point_0_title', 'field_68c2b178c7231'), (8341, 560, 'make_a_claim_section_claim_explain_point_0_description', 'We review your policy to confirm and explain your claim options.'), (8342, 560, '_make_a_claim_section_claim_explain_point_0_description', 'field_68c2b182c7232'), (8343, 560, 'make_a_claim_section_claim_explain_point_1_image', '570'), (8344, 560, '_make_a_claim_section_claim_explain_point_1_image', 'field_68c2b16dc7230'), (8345, 560, 'make_a_claim_section_claim_explain_point_1_title', 'Get everything needed, in order'), (8346, 560, '_make_a_claim_section_claim_explain_point_1_title', 'field_68c2b178c7231'), (8347, 560, 'make_a_claim_section_claim_explain_point_1_description', 'We help gather your documents so your claim starts strong.'), (8348, 560, '_make_a_claim_section_claim_explain_point_1_description', 'field_68c2b182c7232'), (8349, 560, 'make_a_claim_section_claim_explain_point_2_image', '571'), (8350, 560, '_make_a_claim_section_claim_explain_point_2_image', 'field_68c2b16dc7230'), (8351, 560, 'make_a_claim_section_claim_explain_point_2_title', 'Be supported through the'), (8352, 560, '_make_a_claim_section_claim_explain_point_2_title', 'field_68c2b178c7231'), (8353, 560, 'make_a_claim_section_claim_explain_point_2_description', 'We monitor progress and handle insurer requests — you\'re never alone.'), (8354, 560, '_make_a_claim_section_claim_explain_point_2_description', 'field_68c2b182c7232'), (8355, 560, 'guidance_section_guidance__0_image', '564'), (8356, 560, '_guidance_section_guidance__0_image', 'field_68c2b236929a9'), (8357, 560, 'guidance_section_guidance__0_title', 'Steadfast Support') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8358, 560, '_guidance_section_guidance__0_title', 'field_68c2b23f929aa'), (8359, 560, 'guidance_section_guidance__0_description', 'We recognise the weight of what you\'re facing and step in to handle the claims process when it\'s too much to manage on your own.'), (8360, 560, '_guidance_section_guidance__0_description', 'field_68c2b246929ab'), (8361, 560, 'guidance_section_guidance__1_image', '565'), (8362, 560, '_guidance_section_guidance__1_image', 'field_68c2b236929a9'), (8363, 560, 'guidance_section_guidance__1_title', 'Clear Guidance'), (8364, 560, '_guidance_section_guidance__1_title', 'field_68c2b23f929aa'), (8365, 560, 'guidance_section_guidance__1_description', 'We take the time to explain your coverage in simple, clear language — so you\'re not left second-guessing or trying to make sense of it all on your own.'), (8366, 560, '_guidance_section_guidance__1_description', 'field_68c2b246929ab'), (8367, 560, 'guidance_section_guidance__2_image', '566'), (8368, 560, '_guidance_section_guidance__2_image', 'field_68c2b236929a9'), (8369, 560, 'guidance_section_guidance__2_title', 'Communication'), (8370, 560, '_guidance_section_guidance__2_title', 'field_68c2b23f929aa'), (8371, 560, 'guidance_section_guidance__2_description', 'We stay in touch with the insurer and keep you updated throughout the process — so you\'re never left wondering what\'s happening.'), (8372, 560, '_guidance_section_guidance__2_description', 'field_68c2b246929ab'), (8373, 560, 'guidance_section_guidance__3_image', '567'), (8374, 560, '_guidance_section_guidance__3_image', 'field_68c2b236929a9'), (8375, 560, 'guidance_section_guidance__3_title', 'Strong Outcomes'), (8376, 560, '_guidance_section_guidance__3_title', 'field_68c2b23f929aa'), (8377, 560, 'guidance_section_guidance__3_description', 'From first steps to final decision, we help ensure your claim is prepared properly, responded to promptly, and supported all the way through.'), (8378, 560, '_guidance_section_guidance__3_description', 'field_68c2b246929ab'), (8379, 560, 'support_section_support_point_0_heading', 'Start with a full policy review'), (8380, 560, '_support_section_support_point_0_heading', 'field_68c2b2f4929be'), (8381, 560, 'support_section_support_point_0_description', 'We\'ll review your insurance policy to confirm your cover and the terms.'), (8382, 560, '_support_section_support_point_0_description', 'field_68c2b2fc929bf'), (8383, 560, 'support_section_support_point_1_heading', 'Understand your Claim options'), (8384, 560, '_support_section_support_point_1_heading', 'field_68c2b2f4929be'), (8385, 560, 'support_section_support_point_1_description', 'Get clear, expert advice on the best way to proceed with your claim.'), (8386, 560, '_support_section_support_point_1_description', 'field_68c2b2fc929bf'), (8387, 560, 'support_section_support_point_2_heading', 'Maximise your Claim outcome'), (8388, 560, '_support_section_support_point_2_heading', 'field_68c2b2f4929be'), (8389, 560, 'support_section_support_point_2_description', 'Feel reassured knowing expert guidance helps you achieve the best possible result.'), (8390, 560, '_support_section_support_point_2_description', 'field_68c2b2fc929bf'), (8391, 563, 'banner_section_banner_image', '562'), (8392, 563, '_banner_section_banner_image', 'field_68c27fa847dc4'), (8393, 563, 'banner_section_banner_heading', 'When life doesn\'t go to plan, we\'re here to support your claim.'), (8394, 563, '_banner_section_banner_heading', 'field_68c27fa847dc5'), (8395, 563, 'banner_section_banner_description', 'From claim preparation to settlement, Bombora advisers guide you step-by-step, so your claim has the best chance of success.'), (8396, 563, '_banner_section_banner_description', 'field_68c27fa847dc6'), (8397, 563, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8398, 563, '_banner_section_banner_button', 'field_68c27fa847dc7'), (8399, 563, 'banner_section_banner_footer_point', '3'), (8400, 563, '_banner_section_banner_footer_point', 'field_68c2849cadca8'), (8401, 563, 'banner_section', ''), (8402, 563, '_banner_section', 'field_68c27fa847dc3'), (8403, 563, 'make_a_claim_section_heading', 'If you need to make a claim, you\'re not alone.'), (8404, 563, '_make_a_claim_section_heading', 'field_68c2b11ac722d'), (8405, 563, 'make_a_claim_section_description', 'When something unexpected happens — illness, injury, or loss — the last thing you need is a complicated process. Bombora\'s adviser network includes experienced claims support, so you don\'t have to face it alone.'), (8406, 563, '_make_a_claim_section_description', 'field_68c2b121c722e'), (8407, 563, 'make_a_claim_section_claim_explain_point', '3'), (8408, 563, '_make_a_claim_section_claim_explain_point', 'field_68c2b153c722f'), (8409, 563, 'make_a_claim_section_contact_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8410, 563, '_make_a_claim_section_contact_button', 'field_68c2b196c7233'), (8411, 563, 'make_a_claim_section', ''), (8412, 563, '_make_a_claim_section', 'field_68c2b101c722c'), (8413, 563, 'guidance_section_heading', 'Why it helps to have someone in your corner.'), (8414, 563, '_guidance_section_heading', 'field_68c2b210929a6'), (8415, 563, 'guidance_section_description', 'Making a claim often comes at one of the most difficult times in life — after serious illness, injury, or loss. The emotions are real. The paperwork is confusing. Knowing where to start can feel overwhelming. '), (8416, 563, '_guidance_section_description', 'field_68c2b217929a7'), (8417, 563, 'guidance_section_guidance_', '4'), (8418, 563, '_guidance_section_guidance_', 'field_68c2b225929a8'), (8419, 563, 'guidance_section_guidance_button', 'a:3:{s:5:"title";s:13:"VIEW PRODUCTS";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8420, 563, '_guidance_section_guidance_button', 'field_68c2b254929ac'), (8421, 563, 'guidance_section', ''), (8422, 563, '_guidance_section', 'field_68c2b1f1929a5'), (8423, 563, 'bombora_info_section_background_image', '472'), (8424, 563, '_bombora_info_section_background_image', 'field_68c2b284929b6'), (8425, 563, 'bombora_info_section_content', 'Bombora is here to reassure you that you\'re not alone. At claim time, we guide you through what happens, what to expect, and how to position your claim for the best outcome.'), (8426, 563, '_bombora_info_section_content', 'field_68c2b2a1929b7'), (8427, 563, 'bombora_info_section', ''), (8428, 563, '_bombora_info_section', 'field_68c2b275929b5'), (8429, 563, 'support_section_heading', 'Get support every step of the way, here\'s how ...'), (8430, 563, '_support_section_heading', 'field_68c2b2d4929bc'), (8431, 563, 'support_section_support_point', '3'), (8432, 563, '_support_section_support_point', 'field_68c2b2dc929bd'), (8433, 563, 'support_section_support_contact_form_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (8434, 563, '_support_section_support_contact_form_shortcode', 'field_68c2b30b929c0'), (8435, 563, 'support_section', ''), (8436, 563, '_support_section', 'field_68c2b2c7929bb'), (8437, 563, 'banner_section_banner_footer_point_0_point', 'Understand your coverage'), (8438, 563, '_banner_section_banner_footer_point_0_point', 'field_68c284abadca9'), (8439, 563, 'banner_section_banner_footer_point_1_point', 'Prepare your claim properly'), (8440, 563, '_banner_section_banner_footer_point_1_point', 'field_68c284abadca9'), (8441, 563, 'banner_section_banner_footer_point_2_point', 'Stay informed every step'), (8442, 563, '_banner_section_banner_footer_point_2_point', 'field_68c284abadca9'), (8443, 563, 'make_a_claim_section_claim_explain_point_0_image', ''), (8444, 563, '_make_a_claim_section_claim_explain_point_0_image', 'field_68c2b16dc7230'), (8445, 563, 'make_a_claim_section_claim_explain_point_0_title', 'Know where you stand'), (8446, 563, '_make_a_claim_section_claim_explain_point_0_title', 'field_68c2b178c7231'), (8447, 563, 'make_a_claim_section_claim_explain_point_0_description', 'We review your policy to confirm and explain your claim options.'), (8448, 563, '_make_a_claim_section_claim_explain_point_0_description', 'field_68c2b182c7232'), (8449, 563, 'make_a_claim_section_claim_explain_point_1_image', ''), (8450, 563, '_make_a_claim_section_claim_explain_point_1_image', 'field_68c2b16dc7230'), (8451, 563, 'make_a_claim_section_claim_explain_point_1_title', 'Get everything needed, in order'), (8452, 563, '_make_a_claim_section_claim_explain_point_1_title', 'field_68c2b178c7231'), (8453, 563, 'make_a_claim_section_claim_explain_point_1_description', 'We help gather your documents so your claim starts strong.'), (8454, 563, '_make_a_claim_section_claim_explain_point_1_description', 'field_68c2b182c7232'), (8455, 563, 'make_a_claim_section_claim_explain_point_2_image', ''), (8456, 563, '_make_a_claim_section_claim_explain_point_2_image', 'field_68c2b16dc7230'), (8457, 563, 'make_a_claim_section_claim_explain_point_2_title', 'Be supported through the') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8458, 563, '_make_a_claim_section_claim_explain_point_2_title', 'field_68c2b178c7231'), (8459, 563, 'make_a_claim_section_claim_explain_point_2_description', 'We monitor progress and handle insurer requests — you\'re never alone.'), (8460, 563, '_make_a_claim_section_claim_explain_point_2_description', 'field_68c2b182c7232'), (8461, 563, 'guidance_section_guidance__0_image', '564'), (8462, 563, '_guidance_section_guidance__0_image', 'field_68c2b236929a9'), (8463, 563, 'guidance_section_guidance__0_title', 'Steadfast Support'), (8464, 563, '_guidance_section_guidance__0_title', 'field_68c2b23f929aa'), (8465, 563, 'guidance_section_guidance__0_description', 'We recognise the weight of what you\'re facing and step in to handle the claims process when it\'s too much to manage on your own.'), (8466, 563, '_guidance_section_guidance__0_description', 'field_68c2b246929ab'), (8467, 563, 'guidance_section_guidance__1_image', '565'), (8468, 563, '_guidance_section_guidance__1_image', 'field_68c2b236929a9'), (8469, 563, 'guidance_section_guidance__1_title', 'Clear Guidance'), (8470, 563, '_guidance_section_guidance__1_title', 'field_68c2b23f929aa'), (8471, 563, 'guidance_section_guidance__1_description', 'We take the time to explain your coverage in simple, clear language — so you\'re not left second-guessing or trying to make sense of it all on your own.'), (8472, 563, '_guidance_section_guidance__1_description', 'field_68c2b246929ab'), (8473, 563, 'guidance_section_guidance__2_image', '566'), (8474, 563, '_guidance_section_guidance__2_image', 'field_68c2b236929a9'), (8475, 563, 'guidance_section_guidance__2_title', 'Communication'), (8476, 563, '_guidance_section_guidance__2_title', 'field_68c2b23f929aa'), (8477, 563, 'guidance_section_guidance__2_description', 'We stay in touch with the insurer and keep you updated throughout the process — so you\'re never left wondering what\'s happening.'), (8478, 563, '_guidance_section_guidance__2_description', 'field_68c2b246929ab'), (8479, 563, 'guidance_section_guidance__3_image', '567'), (8480, 563, '_guidance_section_guidance__3_image', 'field_68c2b236929a9'), (8481, 563, 'guidance_section_guidance__3_title', 'Strong Outcomes'), (8482, 563, '_guidance_section_guidance__3_title', 'field_68c2b23f929aa'), (8483, 563, 'guidance_section_guidance__3_description', 'From first steps to final decision, we help ensure your claim is prepared properly, responded to promptly, and supported all the way through.'), (8484, 563, '_guidance_section_guidance__3_description', 'field_68c2b246929ab'), (8485, 563, 'support_section_support_point_0_heading', 'Start with a full policy review'), (8486, 563, '_support_section_support_point_0_heading', 'field_68c2b2f4929be'), (8487, 563, 'support_section_support_point_0_description', 'We\'ll review your insurance policy to confirm your cover and the terms.'), (8488, 563, '_support_section_support_point_0_description', 'field_68c2b2fc929bf'), (8489, 563, 'support_section_support_point_1_heading', 'Understand your Claim options'), (8490, 563, '_support_section_support_point_1_heading', 'field_68c2b2f4929be'), (8491, 563, 'support_section_support_point_1_description', 'Get clear, expert advice on the best way to proceed with your claim.'), (8492, 563, '_support_section_support_point_1_description', 'field_68c2b2fc929bf'), (8493, 563, 'support_section_support_point_2_heading', 'Maximise your Claim outcome'), (8494, 563, '_support_section_support_point_2_heading', 'field_68c2b2f4929be'), (8495, 563, 'support_section_support_point_2_description', 'Feel reassured knowing expert guidance helps you achieve the best possible result.'), (8496, 563, '_support_section_support_point_2_description', 'field_68c2b2fc929bf'), (8497, 569, '_wp_attached_file', '2025/09/claim-benefit-icon-1.webp'), (8498, 569, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:123;s:6:"height";i:122;s:4:"file";s:33:"2025/09/claim-benefit-icon-1.webp";s:8:"filesize";i:2358;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8499, 570, '_wp_attached_file', '2025/09/claim-benefit-icon-2.webp'), (8500, 570, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:122;s:6:"height";i:122;s:4:"file";s:33:"2025/09/claim-benefit-icon-2.webp";s:8:"filesize";i:1714;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8501, 571, '_wp_attached_file', '2025/09/claim-benefit-icon-3.webp'), (8502, 571, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:123;s:6:"height";i:122;s:4:"file";s:33:"2025/09/claim-benefit-icon-3.webp";s:8:"filesize";i:2620;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8503, 568, 'banner_section_banner_image', '562'), (8504, 568, '_banner_section_banner_image', 'field_68c27fa847dc4'), (8505, 568, 'banner_section_banner_heading', 'When life doesn\'t go to plan, we\'re here to support your claim.'), (8506, 568, '_banner_section_banner_heading', 'field_68c27fa847dc5'), (8507, 568, 'banner_section_banner_description', 'From claim preparation to settlement, Bombora advisers guide you step-by-step, so your claim has the best chance of success.'), (8508, 568, '_banner_section_banner_description', 'field_68c27fa847dc6'), (8509, 568, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8510, 568, '_banner_section_banner_button', 'field_68c27fa847dc7'), (8511, 568, 'banner_section_banner_footer_point', '3'), (8512, 568, '_banner_section_banner_footer_point', 'field_68c2849cadca8'), (8513, 568, 'banner_section', ''), (8514, 568, '_banner_section', 'field_68c27fa847dc3'), (8515, 568, 'make_a_claim_section_heading', 'If you need to make a claim, you\'re not alone.'), (8516, 568, '_make_a_claim_section_heading', 'field_68c2b11ac722d'), (8517, 568, 'make_a_claim_section_description', 'When something unexpected happens — illness, injury, or loss — the last thing you need is a complicated process. Bombora\'s adviser network includes experienced claims support, so you don\'t have to face it alone.'), (8518, 568, '_make_a_claim_section_description', 'field_68c2b121c722e'), (8519, 568, 'make_a_claim_section_claim_explain_point', '3'), (8520, 568, '_make_a_claim_section_claim_explain_point', 'field_68c2b153c722f'), (8521, 568, 'make_a_claim_section_contact_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8522, 568, '_make_a_claim_section_contact_button', 'field_68c2b196c7233'), (8523, 568, 'make_a_claim_section', ''), (8524, 568, '_make_a_claim_section', 'field_68c2b101c722c'), (8525, 568, 'guidance_section_heading', 'Why it helps to have someone in your corner.'), (8526, 568, '_guidance_section_heading', 'field_68c2b210929a6'), (8527, 568, 'guidance_section_description', 'Making a claim often comes at one of the most difficult times in life — after serious illness, injury, or loss. The emotions are real. The paperwork is confusing. Knowing where to start can feel overwhelming. '), (8528, 568, '_guidance_section_description', 'field_68c2b217929a7'), (8529, 568, 'guidance_section_guidance_', '4'), (8530, 568, '_guidance_section_guidance_', 'field_68c2b225929a8'), (8531, 568, 'guidance_section_guidance_button', 'a:3:{s:5:"title";s:13:"VIEW PRODUCTS";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8532, 568, '_guidance_section_guidance_button', 'field_68c2b254929ac'), (8533, 568, 'guidance_section', ''), (8534, 568, '_guidance_section', 'field_68c2b1f1929a5'), (8535, 568, 'bombora_info_section_background_image', '472'), (8536, 568, '_bombora_info_section_background_image', 'field_68c2b284929b6'), (8537, 568, 'bombora_info_section_content', 'Bombora is here to reassure you that you\'re not alone. At claim time, we guide you through what happens, what to expect, and how to position your claim for the best outcome.'), (8538, 568, '_bombora_info_section_content', 'field_68c2b2a1929b7'), (8539, 568, 'bombora_info_section', ''), (8540, 568, '_bombora_info_section', 'field_68c2b275929b5'), (8541, 568, 'support_section_heading', 'Get support every step of the way, here\'s how ...'), (8542, 568, '_support_section_heading', 'field_68c2b2d4929bc'), (8543, 568, 'support_section_support_point', '3'), (8544, 568, '_support_section_support_point', 'field_68c2b2dc929bd'), (8545, 568, 'support_section_support_contact_form_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (8546, 568, '_support_section_support_contact_form_shortcode', 'field_68c2b30b929c0'), (8547, 568, 'support_section', ''), (8548, 568, '_support_section', 'field_68c2b2c7929bb'), (8549, 568, 'banner_section_banner_footer_point_0_point', 'Understand your coverage'), (8550, 568, '_banner_section_banner_footer_point_0_point', 'field_68c284abadca9'), (8551, 568, 'banner_section_banner_footer_point_1_point', 'Prepare your claim properly'), (8552, 568, '_banner_section_banner_footer_point_1_point', 'field_68c284abadca9'), (8553, 568, 'banner_section_banner_footer_point_2_point', 'Stay informed every step'), (8554, 568, '_banner_section_banner_footer_point_2_point', 'field_68c284abadca9'), (8555, 568, 'make_a_claim_section_claim_explain_point_0_image', '569'), (8556, 568, '_make_a_claim_section_claim_explain_point_0_image', 'field_68c2b16dc7230'), (8557, 568, 'make_a_claim_section_claim_explain_point_0_title', 'Know where you stand') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8558, 568, '_make_a_claim_section_claim_explain_point_0_title', 'field_68c2b178c7231'), (8559, 568, 'make_a_claim_section_claim_explain_point_0_description', 'We review your policy to confirm and explain your claim options.'), (8560, 568, '_make_a_claim_section_claim_explain_point_0_description', 'field_68c2b182c7232'), (8561, 568, 'make_a_claim_section_claim_explain_point_1_image', '570'), (8562, 568, '_make_a_claim_section_claim_explain_point_1_image', 'field_68c2b16dc7230'), (8563, 568, 'make_a_claim_section_claim_explain_point_1_title', 'Get everything needed, in order'), (8564, 568, '_make_a_claim_section_claim_explain_point_1_title', 'field_68c2b178c7231'), (8565, 568, 'make_a_claim_section_claim_explain_point_1_description', 'We help gather your documents so your claim starts strong.'), (8566, 568, '_make_a_claim_section_claim_explain_point_1_description', 'field_68c2b182c7232'), (8567, 568, 'make_a_claim_section_claim_explain_point_2_image', '571'), (8568, 568, '_make_a_claim_section_claim_explain_point_2_image', 'field_68c2b16dc7230'), (8569, 568, 'make_a_claim_section_claim_explain_point_2_title', 'Be supported through the'), (8570, 568, '_make_a_claim_section_claim_explain_point_2_title', 'field_68c2b178c7231'), (8571, 568, 'make_a_claim_section_claim_explain_point_2_description', 'We monitor progress and handle insurer requests — you\'re never alone.'), (8572, 568, '_make_a_claim_section_claim_explain_point_2_description', 'field_68c2b182c7232'), (8573, 568, 'guidance_section_guidance__0_image', '564'), (8574, 568, '_guidance_section_guidance__0_image', 'field_68c2b236929a9'), (8575, 568, 'guidance_section_guidance__0_title', 'Steadfast Support'), (8576, 568, '_guidance_section_guidance__0_title', 'field_68c2b23f929aa'), (8577, 568, 'guidance_section_guidance__0_description', 'We recognise the weight of what you\'re facing and step in to handle the claims process when it\'s too much to manage on your own.'), (8578, 568, '_guidance_section_guidance__0_description', 'field_68c2b246929ab'), (8579, 568, 'guidance_section_guidance__1_image', '565'), (8580, 568, '_guidance_section_guidance__1_image', 'field_68c2b236929a9'), (8581, 568, 'guidance_section_guidance__1_title', 'Clear Guidance'), (8582, 568, '_guidance_section_guidance__1_title', 'field_68c2b23f929aa'), (8583, 568, 'guidance_section_guidance__1_description', 'We take the time to explain your coverage in simple, clear language — so you\'re not left second-guessing or trying to make sense of it all on your own.'), (8584, 568, '_guidance_section_guidance__1_description', 'field_68c2b246929ab'), (8585, 568, 'guidance_section_guidance__2_image', '566'), (8586, 568, '_guidance_section_guidance__2_image', 'field_68c2b236929a9'), (8587, 568, 'guidance_section_guidance__2_title', 'Communication'), (8588, 568, '_guidance_section_guidance__2_title', 'field_68c2b23f929aa'), (8589, 568, 'guidance_section_guidance__2_description', 'We stay in touch with the insurer and keep you updated throughout the process — so you\'re never left wondering what\'s happening.'), (8590, 568, '_guidance_section_guidance__2_description', 'field_68c2b246929ab'), (8591, 568, 'guidance_section_guidance__3_image', '567'), (8592, 568, '_guidance_section_guidance__3_image', 'field_68c2b236929a9'), (8593, 568, 'guidance_section_guidance__3_title', 'Strong Outcomes'), (8594, 568, '_guidance_section_guidance__3_title', 'field_68c2b23f929aa'), (8595, 568, 'guidance_section_guidance__3_description', 'From first steps to final decision, we help ensure your claim is prepared properly, responded to promptly, and supported all the way through.'), (8596, 568, '_guidance_section_guidance__3_description', 'field_68c2b246929ab'), (8597, 568, 'support_section_support_point_0_heading', 'Start with a full policy review'), (8598, 568, '_support_section_support_point_0_heading', 'field_68c2b2f4929be'), (8599, 568, 'support_section_support_point_0_description', 'We\'ll review your insurance policy to confirm your cover and the terms.'), (8600, 568, '_support_section_support_point_0_description', 'field_68c2b2fc929bf'), (8601, 568, 'support_section_support_point_1_heading', 'Understand your Claim options'), (8602, 568, '_support_section_support_point_1_heading', 'field_68c2b2f4929be'), (8603, 568, 'support_section_support_point_1_description', 'Get clear, expert advice on the best way to proceed with your claim.'), (8604, 568, '_support_section_support_point_1_description', 'field_68c2b2fc929bf'), (8605, 568, 'support_section_support_point_2_heading', 'Maximise your Claim outcome'), (8606, 568, '_support_section_support_point_2_heading', 'field_68c2b2f4929be'), (8607, 568, 'support_section_support_point_2_description', 'Feel reassured knowing expert guidance helps you achieve the best possible result.'), (8608, 568, '_support_section_support_point_2_description', 'field_68c2b2fc929bf'), (8609, 560, 'guidance_section_sub_heading', 'Having Bombora by your side makes all the difference.'), (8610, 560, '_guidance_section_sub_heading', 'field_68caaae7d1aaf'), (8611, 572, 'banner_section_banner_image', '562'), (8612, 572, '_banner_section_banner_image', 'field_68c27fa847dc4'), (8613, 572, 'banner_section_banner_heading', 'When life doesn\'t go to plan, we\'re here to support your claim.'), (8614, 572, '_banner_section_banner_heading', 'field_68c27fa847dc5'), (8615, 572, 'banner_section_banner_description', 'From claim preparation to settlement, Bombora advisers guide you step-by-step, so your claim has the best chance of success.'), (8616, 572, '_banner_section_banner_description', 'field_68c27fa847dc6'), (8617, 572, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8618, 572, '_banner_section_banner_button', 'field_68c27fa847dc7'), (8619, 572, 'banner_section_banner_footer_point', '3'), (8620, 572, '_banner_section_banner_footer_point', 'field_68c2849cadca8'), (8621, 572, 'banner_section', ''), (8622, 572, '_banner_section', 'field_68c27fa847dc3'), (8623, 572, 'make_a_claim_section_heading', 'If you need to make a claim, you\'re not alone.'), (8624, 572, '_make_a_claim_section_heading', 'field_68c2b11ac722d'), (8625, 572, 'make_a_claim_section_description', 'When something unexpected happens — illness, injury, or loss — the last thing you need is a complicated process. Bombora\'s adviser network includes experienced claims support, so you don\'t have to face it alone.'), (8626, 572, '_make_a_claim_section_description', 'field_68c2b121c722e'), (8627, 572, 'make_a_claim_section_claim_explain_point', '3'), (8628, 572, '_make_a_claim_section_claim_explain_point', 'field_68c2b153c722f'), (8629, 572, 'make_a_claim_section_contact_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8630, 572, '_make_a_claim_section_contact_button', 'field_68c2b196c7233'), (8631, 572, 'make_a_claim_section', ''), (8632, 572, '_make_a_claim_section', 'field_68c2b101c722c'), (8633, 572, 'guidance_section_heading', 'Why it helps to have someone in your corner.'), (8634, 572, '_guidance_section_heading', 'field_68c2b210929a6'), (8635, 572, 'guidance_section_description', 'Making a claim often comes at one of the most difficult times in life — after serious illness, injury, or loss. The emotions are real. The paperwork is confusing. Knowing where to start can feel overwhelming. '), (8636, 572, '_guidance_section_description', 'field_68c2b217929a7'), (8637, 572, 'guidance_section_guidance_', '4'), (8638, 572, '_guidance_section_guidance_', 'field_68c2b225929a8'), (8639, 572, 'guidance_section_guidance_button', 'a:3:{s:5:"title";s:13:"VIEW PRODUCTS";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8640, 572, '_guidance_section_guidance_button', 'field_68c2b254929ac'), (8641, 572, 'guidance_section', ''), (8642, 572, '_guidance_section', 'field_68c2b1f1929a5'), (8643, 572, 'bombora_info_section_background_image', '472'), (8644, 572, '_bombora_info_section_background_image', 'field_68c2b284929b6'), (8645, 572, 'bombora_info_section_content', 'Bombora is here to reassure you that you\'re not alone. At claim time, we guide you through what happens, what to expect, and how to position your claim for the best outcome.'), (8646, 572, '_bombora_info_section_content', 'field_68c2b2a1929b7'), (8647, 572, 'bombora_info_section', ''), (8648, 572, '_bombora_info_section', 'field_68c2b275929b5'), (8649, 572, 'support_section_heading', 'Get support every step of the way, here\'s how ...'), (8650, 572, '_support_section_heading', 'field_68c2b2d4929bc'), (8651, 572, 'support_section_support_point', '3'), (8652, 572, '_support_section_support_point', 'field_68c2b2dc929bd'), (8653, 572, 'support_section_support_contact_form_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (8654, 572, '_support_section_support_contact_form_shortcode', 'field_68c2b30b929c0'), (8655, 572, 'support_section', ''), (8656, 572, '_support_section', 'field_68c2b2c7929bb'), (8657, 572, 'banner_section_banner_footer_point_0_point', 'Understand your coverage') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8658, 572, '_banner_section_banner_footer_point_0_point', 'field_68c284abadca9'), (8659, 572, 'banner_section_banner_footer_point_1_point', 'Prepare your claim properly'), (8660, 572, '_banner_section_banner_footer_point_1_point', 'field_68c284abadca9'), (8661, 572, 'banner_section_banner_footer_point_2_point', 'Stay informed every step'), (8662, 572, '_banner_section_banner_footer_point_2_point', 'field_68c284abadca9'), (8663, 572, 'make_a_claim_section_claim_explain_point_0_image', '569'), (8664, 572, '_make_a_claim_section_claim_explain_point_0_image', 'field_68c2b16dc7230'), (8665, 572, 'make_a_claim_section_claim_explain_point_0_title', 'Know where you stand'), (8666, 572, '_make_a_claim_section_claim_explain_point_0_title', 'field_68c2b178c7231'), (8667, 572, 'make_a_claim_section_claim_explain_point_0_description', 'We review your policy to confirm and explain your claim options.'), (8668, 572, '_make_a_claim_section_claim_explain_point_0_description', 'field_68c2b182c7232'), (8669, 572, 'make_a_claim_section_claim_explain_point_1_image', '570'), (8670, 572, '_make_a_claim_section_claim_explain_point_1_image', 'field_68c2b16dc7230'), (8671, 572, 'make_a_claim_section_claim_explain_point_1_title', 'Get everything needed, in order'), (8672, 572, '_make_a_claim_section_claim_explain_point_1_title', 'field_68c2b178c7231'), (8673, 572, 'make_a_claim_section_claim_explain_point_1_description', 'We help gather your documents so your claim starts strong.'), (8674, 572, '_make_a_claim_section_claim_explain_point_1_description', 'field_68c2b182c7232'), (8675, 572, 'make_a_claim_section_claim_explain_point_2_image', '571'), (8676, 572, '_make_a_claim_section_claim_explain_point_2_image', 'field_68c2b16dc7230'), (8677, 572, 'make_a_claim_section_claim_explain_point_2_title', 'Be supported through the'), (8678, 572, '_make_a_claim_section_claim_explain_point_2_title', 'field_68c2b178c7231'), (8679, 572, 'make_a_claim_section_claim_explain_point_2_description', 'We monitor progress and handle insurer requests — you\'re never alone.'), (8680, 572, '_make_a_claim_section_claim_explain_point_2_description', 'field_68c2b182c7232'), (8681, 572, 'guidance_section_guidance__0_image', '564'), (8682, 572, '_guidance_section_guidance__0_image', 'field_68c2b236929a9'), (8683, 572, 'guidance_section_guidance__0_title', 'Steadfast Support'), (8684, 572, '_guidance_section_guidance__0_title', 'field_68c2b23f929aa'), (8685, 572, 'guidance_section_guidance__0_description', 'We recognise the weight of what you\'re facing and step in to handle the claims process when it\'s too much to manage on your own.'), (8686, 572, '_guidance_section_guidance__0_description', 'field_68c2b246929ab'), (8687, 572, 'guidance_section_guidance__1_image', '565'), (8688, 572, '_guidance_section_guidance__1_image', 'field_68c2b236929a9'), (8689, 572, 'guidance_section_guidance__1_title', 'Clear Guidance'), (8690, 572, '_guidance_section_guidance__1_title', 'field_68c2b23f929aa'), (8691, 572, 'guidance_section_guidance__1_description', 'We take the time to explain your coverage in simple, clear language — so you\'re not left second-guessing or trying to make sense of it all on your own.'), (8692, 572, '_guidance_section_guidance__1_description', 'field_68c2b246929ab'), (8693, 572, 'guidance_section_guidance__2_image', '566'), (8694, 572, '_guidance_section_guidance__2_image', 'field_68c2b236929a9'), (8695, 572, 'guidance_section_guidance__2_title', 'Communication'), (8696, 572, '_guidance_section_guidance__2_title', 'field_68c2b23f929aa'), (8697, 572, 'guidance_section_guidance__2_description', 'We stay in touch with the insurer and keep you updated throughout the process — so you\'re never left wondering what\'s happening.'), (8698, 572, '_guidance_section_guidance__2_description', 'field_68c2b246929ab'), (8699, 572, 'guidance_section_guidance__3_image', '567'), (8700, 572, '_guidance_section_guidance__3_image', 'field_68c2b236929a9'), (8701, 572, 'guidance_section_guidance__3_title', 'Strong Outcomes'), (8702, 572, '_guidance_section_guidance__3_title', 'field_68c2b23f929aa'), (8703, 572, 'guidance_section_guidance__3_description', 'From first steps to final decision, we help ensure your claim is prepared properly, responded to promptly, and supported all the way through.'), (8704, 572, '_guidance_section_guidance__3_description', 'field_68c2b246929ab'), (8705, 572, 'support_section_support_point_0_heading', 'Start with a full policy review'), (8706, 572, '_support_section_support_point_0_heading', 'field_68c2b2f4929be'), (8707, 572, 'support_section_support_point_0_description', 'We\'ll review your insurance policy to confirm your cover and the terms.'), (8708, 572, '_support_section_support_point_0_description', 'field_68c2b2fc929bf'), (8709, 572, 'support_section_support_point_1_heading', 'Understand your Claim options'), (8710, 572, '_support_section_support_point_1_heading', 'field_68c2b2f4929be'), (8711, 572, 'support_section_support_point_1_description', 'Get clear, expert advice on the best way to proceed with your claim.'), (8712, 572, '_support_section_support_point_1_description', 'field_68c2b2fc929bf'), (8713, 572, 'support_section_support_point_2_heading', 'Maximise your Claim outcome'), (8714, 572, '_support_section_support_point_2_heading', 'field_68c2b2f4929be'), (8715, 572, 'support_section_support_point_2_description', 'Feel reassured knowing expert guidance helps you achieve the best possible result.'), (8716, 572, '_support_section_support_point_2_description', 'field_68c2b2fc929bf'), (8717, 572, 'guidance_section_sub_heading', 'Having Bombora by your side makes all the difference.'), (8718, 572, '_guidance_section_sub_heading', 'field_68caaae7d1aaf'), (8719, 21, '_wp_page_template', 'templates/our-board.php'), (8720, 23, '_wp_page_template', 'templates/contact-us.php'), (8721, 302, '_edit_lock', '1758184280:1'), (8722, 575, '_edit_lock', '1758188759:1'), (8723, 575, '_wp_page_template', 'templates/contact-us-dev.php'), (8724, 577, '_edit_lock', '1758188842:1'), (8725, 577, '_wp_page_template', 'templates/our-board-dev.php'), (8726, 302, '_edit_last', '1'), (8727, 166, '_edit_lock', '1758186554:1'), (8728, 166, '_edit_last', '1'), (8729, 577, '_edit_last', '1'), (8730, 577, 'banner_section_banner_image', ''), (8731, 577, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (8732, 577, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (8733, 577, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (8734, 577, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (8735, 577, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (8736, 577, 'banner_section_banner_button', ''), (8737, 577, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (8738, 577, 'banner_section', ''), (8739, 577, '_banner_section', 'field_68c2b4c8ad185'), (8740, 577, 'our_board_section_heading', 'Our Board'), (8741, 577, '_our_board_section_heading', 'field_68c2b55f2d05a'), (8742, 577, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (8743, 577, '_our_board_section_description', 'field_68c2b56a2d05b'), (8744, 577, 'our_board_section_board_members_0_member_image', '584'), (8745, 577, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (8746, 577, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (8747, 577, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (8748, 577, 'our_board_section_board_members_0_designation', 'Managing Director'), (8749, 577, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (8750, 577, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8751, 577, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (8752, 577, 'our_board_section_board_members', '4'), (8753, 577, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (8754, 577, 'our_board_section_our_board_footer_info', ''), (8755, 577, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (8756, 577, 'our_board_section', ''), (8757, 577, '_our_board_section', 'field_68c2b5522d059') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8758, 577, 'leadership_section_image', '613'), (8759, 577, '_leadership_section_image', 'field_68c2b6ed41146'), (8760, 577, 'leadership_section_heading', 'CoreValues of our Leadership'), (8761, 577, '_leadership_section_heading', 'field_68c2bc1241147'), (8762, 577, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (8763, 577, '_leadership_section_description', 'field_68c2bc1c41148'), (8764, 577, 'leadership_section_leadership_point', '6'), (8765, 577, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (8766, 577, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8767, 577, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (8768, 577, 'leadership_section', ''), (8769, 577, '_leadership_section', 'field_68c2b6cd41145'), (8770, 577, 'bombora_info_section_background_image', '472'), (8771, 577, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (8772, 577, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (8773, 577, '_bombora_info_section_content', 'field_68c2bd223963f'), (8774, 577, 'bombora_info_section', ''), (8775, 577, '_bombora_info_section', 'field_68c2bcf23963d'), (8776, 577, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.'), (8777, 577, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (8778, 577, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (8779, 577, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (8780, 577, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form"]'), (8781, 577, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (8782, 577, 'our_board_contact_section', ''), (8783, 577, '_our_board_contact_section', 'field_68c2bf9673614'), (8784, 578, 'banner_section_banner_image', ''), (8785, 578, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (8786, 578, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (8787, 578, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (8788, 578, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (8789, 578, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (8790, 578, 'banner_section_banner_button', ''), (8791, 578, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (8792, 578, 'banner_section', ''), (8793, 578, '_banner_section', 'field_68c2b4c8ad185'), (8794, 578, 'our_board_section_heading', 'Our Board'), (8795, 578, '_our_board_section_heading', 'field_68c2b55f2d05a'), (8796, 578, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (8797, 578, '_our_board_section_description', 'field_68c2b56a2d05b'), (8798, 578, 'our_board_section_board_members_0_member_image', ''), (8799, 578, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (8800, 578, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (8801, 578, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (8802, 578, 'our_board_section_board_members_0_designation', 'Managing Director'), (8803, 578, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (8804, 578, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:15:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8805, 578, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (8806, 578, 'our_board_section_board_members', '1'), (8807, 578, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (8808, 578, 'our_board_section_our_board_footer_info', ''), (8809, 578, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (8810, 578, 'our_board_section', ''), (8811, 578, '_our_board_section', 'field_68c2b5522d059'), (8812, 578, 'leadership_section_image', ''), (8813, 578, '_leadership_section_image', 'field_68c2b6ed41146'), (8814, 578, 'leadership_section_heading', ''), (8815, 578, '_leadership_section_heading', 'field_68c2bc1241147'), (8816, 578, 'leadership_section_description', ''), (8817, 578, '_leadership_section_description', 'field_68c2bc1c41148'), (8818, 578, 'leadership_section_leadership_point', ''), (8819, 578, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (8820, 578, 'leadership_section_learn_more_button', ''), (8821, 578, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (8822, 578, 'leadership_section', ''), (8823, 578, '_leadership_section', 'field_68c2b6cd41145'), (8824, 578, 'bombora_info_section_background_image', ''), (8825, 578, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (8826, 578, 'bombora_info_section_content', ''), (8827, 578, '_bombora_info_section_content', 'field_68c2bd223963f'), (8828, 578, 'bombora_info_section', ''), (8829, 578, '_bombora_info_section', 'field_68c2bcf23963d'), (8830, 578, 'our_board_contact_section_heading', ''), (8831, 578, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (8832, 578, 'our_board_contact_section_description', ''), (8833, 578, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (8834, 578, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (8835, 578, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (8836, 578, 'our_board_contact_section', ''), (8837, 578, '_our_board_contact_section', 'field_68c2bf9673614'), (8838, 580, '_wp_attached_file', '2025/09/geoff-councel.webp'), (8839, 580, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:178;s:6:"height";i:186;s:4:"file";s:26:"2025/09/geoff-councel.webp";s:8:"filesize";i:3368;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:26:"geoff-councel-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2408;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8840, 581, '_wp_attached_file', '2025/09/kellie-williams.webp'), (8841, 581, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:178;s:6:"height";i:186;s:4:"file";s:28:"2025/09/kellie-williams.webp";s:8:"filesize";i:4320;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:28:"kellie-williams-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3204;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8842, 582, '_wp_attached_file', '2025/09/kevin-martin.webp'), (8843, 582, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:178;s:6:"height";i:186;s:4:"file";s:25:"2025/09/kevin-martin.webp";s:8:"filesize";i:3612;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:25:"kevin-martin-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2544;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8844, 583, '_wp_attached_file', '2025/09/nadeeja-jayaratne.webp'), (8845, 583, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:178;s:6:"height";i:186;s:4:"file";s:30:"2025/09/nadeeja-jayaratne.webp";s:8:"filesize";i:3178;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:30:"nadeeja-jayaratne-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2454;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8846, 584, '_wp_attached_file', '2025/09/niall-mcconville.webp'), (8847, 584, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:177;s:6:"height";i:186;s:4:"file";s:29:"2025/09/niall-mcconville.webp";s:8:"filesize";i:4184;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:29:"niall-mcconville-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2866;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8848, 585, '_wp_attached_file', '2025/09/rory-mackenzie.webp'), (8849, 585, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:178;s:6:"height";i:186;s:4:"file";s:27:"2025/09/rory-mackenzie.webp";s:8:"filesize";i:3108;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:27:"rory-mackenzie-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2364;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8850, 586, '_wp_attached_file', '2025/09/wayne-handley.webp'), (8851, 586, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:178;s:6:"height";i:186;s:4:"file";s:26:"2025/09/wayne-handley.webp";s:8:"filesize";i:4658;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:26:"wayne-handley-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3166;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8852, 584, '_wp_attachment_image_alt', 'niall-mcconville'), (8853, 579, 'banner_section_banner_image', ''), (8854, 579, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (8855, 579, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (8856, 579, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (8857, 579, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8858, 579, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (8859, 579, 'banner_section_banner_button', ''), (8860, 579, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (8861, 579, 'banner_section', ''), (8862, 579, '_banner_section', 'field_68c2b4c8ad185'), (8863, 579, 'our_board_section_heading', 'Our Board'), (8864, 579, '_our_board_section_heading', 'field_68c2b55f2d05a'), (8865, 579, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (8866, 579, '_our_board_section_description', 'field_68c2b56a2d05b'), (8867, 579, 'our_board_section_board_members_0_member_image', '584'), (8868, 579, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (8869, 579, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (8870, 579, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (8871, 579, 'our_board_section_board_members_0_designation', 'Managing Director'), (8872, 579, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (8873, 579, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8874, 579, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (8875, 579, 'our_board_section_board_members', '1'), (8876, 579, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (8877, 579, 'our_board_section_our_board_footer_info', ''), (8878, 579, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (8879, 579, 'our_board_section', ''), (8880, 579, '_our_board_section', 'field_68c2b5522d059'), (8881, 579, 'leadership_section_image', ''), (8882, 579, '_leadership_section_image', 'field_68c2b6ed41146'), (8883, 579, 'leadership_section_heading', ''), (8884, 579, '_leadership_section_heading', 'field_68c2bc1241147'), (8885, 579, 'leadership_section_description', ''), (8886, 579, '_leadership_section_description', 'field_68c2bc1c41148'), (8887, 579, 'leadership_section_leadership_point', ''), (8888, 579, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (8889, 579, 'leadership_section_learn_more_button', ''), (8890, 579, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (8891, 579, 'leadership_section', ''), (8892, 579, '_leadership_section', 'field_68c2b6cd41145'), (8893, 579, 'bombora_info_section_background_image', ''), (8894, 579, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (8895, 579, 'bombora_info_section_content', ''), (8896, 579, '_bombora_info_section_content', 'field_68c2bd223963f'), (8897, 579, 'bombora_info_section', ''), (8898, 579, '_bombora_info_section', 'field_68c2bcf23963d'), (8899, 579, 'our_board_contact_section_heading', ''), (8900, 579, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (8901, 579, 'our_board_contact_section_description', ''), (8902, 579, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (8903, 579, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (8904, 579, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (8905, 579, 'our_board_contact_section', ''), (8906, 579, '_our_board_contact_section', 'field_68c2bf9673614'), (8907, 586, '_wp_attachment_image_alt', 'wayne-handley'), (8908, 582, '_wp_attachment_image_alt', 'kevin-martin'), (8909, 585, '_wp_attachment_image_alt', 'rory-mackenzie'), (8910, 577, 'our_board_section_board_members_1_member_image', '586'), (8911, 577, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (8912, 577, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (8913, 577, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (8914, 577, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (8915, 577, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (8916, 577, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8917, 577, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (8918, 577, 'our_board_section_board_members_2_member_image', '582'), (8919, 577, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (8920, 577, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (8921, 577, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (8922, 577, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (8923, 577, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (8924, 577, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8925, 577, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (8926, 577, 'our_board_section_board_members_3_member_image', '585'), (8927, 577, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (8928, 577, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (8929, 577, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (8930, 577, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (8931, 577, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (8932, 577, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8933, 577, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (8934, 587, 'banner_section_banner_image', ''), (8935, 587, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (8936, 587, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (8937, 587, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (8938, 587, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (8939, 587, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (8940, 587, 'banner_section_banner_button', ''), (8941, 587, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (8942, 587, 'banner_section', ''), (8943, 587, '_banner_section', 'field_68c2b4c8ad185'), (8944, 587, 'our_board_section_heading', 'Our Board'), (8945, 587, '_our_board_section_heading', 'field_68c2b55f2d05a'), (8946, 587, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (8947, 587, '_our_board_section_description', 'field_68c2b56a2d05b'), (8948, 587, 'our_board_section_board_members_0_member_image', '584'), (8949, 587, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (8950, 587, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (8951, 587, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (8952, 587, 'our_board_section_board_members_0_designation', 'Managing Director'), (8953, 587, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (8954, 587, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8955, 587, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (8956, 587, 'our_board_section_board_members', '4'), (8957, 587, '_our_board_section_board_members', 'field_68c2b58f2d05c') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8958, 587, 'our_board_section_our_board_footer_info', ''), (8959, 587, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (8960, 587, 'our_board_section', ''), (8961, 587, '_our_board_section', 'field_68c2b5522d059'), (8962, 587, 'leadership_section_image', ''), (8963, 587, '_leadership_section_image', 'field_68c2b6ed41146'), (8964, 587, 'leadership_section_heading', ''), (8965, 587, '_leadership_section_heading', 'field_68c2bc1241147'), (8966, 587, 'leadership_section_description', ''), (8967, 587, '_leadership_section_description', 'field_68c2bc1c41148'), (8968, 587, 'leadership_section_leadership_point', ''), (8969, 587, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (8970, 587, 'leadership_section_learn_more_button', ''), (8971, 587, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (8972, 587, 'leadership_section', ''), (8973, 587, '_leadership_section', 'field_68c2b6cd41145'), (8974, 587, 'bombora_info_section_background_image', ''), (8975, 587, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (8976, 587, 'bombora_info_section_content', ''), (8977, 587, '_bombora_info_section_content', 'field_68c2bd223963f'), (8978, 587, 'bombora_info_section', ''), (8979, 587, '_bombora_info_section', 'field_68c2bcf23963d'), (8980, 587, 'our_board_contact_section_heading', ''), (8981, 587, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (8982, 587, 'our_board_contact_section_description', ''), (8983, 587, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (8984, 587, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (8985, 587, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (8986, 587, 'our_board_contact_section', ''), (8987, 587, '_our_board_contact_section', 'field_68c2bf9673614'), (8988, 587, 'our_board_section_board_members_1_member_image', '586'), (8989, 587, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (8990, 587, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (8991, 587, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (8992, 587, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (8993, 587, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (8994, 587, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:15:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (8995, 587, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (8996, 587, 'our_board_section_board_members_2_member_image', '582'), (8997, 587, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (8998, 587, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (8999, 587, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (9000, 587, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (9001, 587, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (9002, 587, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:15:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9003, 587, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (9004, 587, 'our_board_section_board_members_3_member_image', '585'), (9005, 587, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (9006, 587, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (9007, 587, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (9008, 587, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (9009, 587, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (9010, 587, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:15:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9011, 587, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (9012, 577, 'our_board_section_our_team_members_0_member_image', '580'), (9013, 577, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (9014, 577, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (9015, 577, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (9016, 577, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (9017, 577, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (9018, 577, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9019, 577, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (9020, 577, 'our_board_section_our_team_members', '4'), (9021, 577, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (9022, 588, 'banner_section_banner_image', ''), (9023, 588, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (9024, 588, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9025, 588, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (9026, 588, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9027, 588, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (9028, 588, 'banner_section_banner_button', ''), (9029, 588, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (9030, 588, 'banner_section', ''), (9031, 588, '_banner_section', 'field_68c2b4c8ad185'), (9032, 588, 'our_board_section_heading', 'Our Board'), (9033, 588, '_our_board_section_heading', 'field_68c2b55f2d05a'), (9034, 588, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (9035, 588, '_our_board_section_description', 'field_68c2b56a2d05b'), (9036, 588, 'our_board_section_board_members_0_member_image', '584'), (9037, 588, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (9038, 588, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (9039, 588, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (9040, 588, 'our_board_section_board_members_0_designation', 'Managing Director'), (9041, 588, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (9042, 588, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9043, 588, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (9044, 588, 'our_board_section_board_members', '4'), (9045, 588, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (9046, 588, 'our_board_section_our_board_footer_info', ''), (9047, 588, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (9048, 588, 'our_board_section', ''), (9049, 588, '_our_board_section', 'field_68c2b5522d059'), (9050, 588, 'leadership_section_image', ''), (9051, 588, '_leadership_section_image', 'field_68c2b6ed41146'), (9052, 588, 'leadership_section_heading', ''), (9053, 588, '_leadership_section_heading', 'field_68c2bc1241147'), (9054, 588, 'leadership_section_description', ''), (9055, 588, '_leadership_section_description', 'field_68c2bc1c41148'), (9056, 588, 'leadership_section_leadership_point', ''), (9057, 588, '_leadership_section_leadership_point', 'field_68c2bc2941149') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9058, 588, 'leadership_section_learn_more_button', ''), (9059, 588, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (9060, 588, 'leadership_section', ''), (9061, 588, '_leadership_section', 'field_68c2b6cd41145'), (9062, 588, 'bombora_info_section_background_image', ''), (9063, 588, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (9064, 588, 'bombora_info_section_content', ''), (9065, 588, '_bombora_info_section_content', 'field_68c2bd223963f'), (9066, 588, 'bombora_info_section', ''), (9067, 588, '_bombora_info_section', 'field_68c2bcf23963d'), (9068, 588, 'our_board_contact_section_heading', ''), (9069, 588, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (9070, 588, 'our_board_contact_section_description', ''), (9071, 588, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (9072, 588, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (9073, 588, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (9074, 588, 'our_board_contact_section', ''), (9075, 588, '_our_board_contact_section', 'field_68c2bf9673614'), (9076, 588, 'our_board_section_board_members_1_member_image', '586'), (9077, 588, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (9078, 588, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (9079, 588, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (9080, 588, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (9081, 588, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (9082, 588, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9083, 588, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (9084, 588, 'our_board_section_board_members_2_member_image', '582'), (9085, 588, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (9086, 588, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (9087, 588, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (9088, 588, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (9089, 588, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (9090, 588, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9091, 588, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (9092, 588, 'our_board_section_board_members_3_member_image', '585'), (9093, 588, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (9094, 588, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (9095, 588, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (9096, 588, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (9097, 588, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (9098, 588, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9099, 588, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (9100, 588, 'our_board_section_our_team_members_0_member_image', 'Geoff Councel'), (9101, 588, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (9102, 588, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (9103, 588, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (9104, 588, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (9105, 588, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (9106, 588, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:15:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9107, 588, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (9108, 588, 'our_board_section_our_team_members', '1'), (9109, 588, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (9110, 580, '_wp_attachment_image_alt', 'geoff-councel'), (9111, 583, '_wp_attachment_image_alt', 'nadeeja-jayaratne'), (9112, 577, 'our_board_section_our_team_members_1_member_image', '583'), (9113, 577, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (9114, 577, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (9115, 577, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (9116, 577, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (9117, 577, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (9118, 577, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9119, 577, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (9120, 577, 'our_board_section_our_team_members_2_member_image', '582'), (9121, 577, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (9122, 577, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (9123, 577, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (9124, 577, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (9125, 577, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (9126, 577, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9127, 577, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (9128, 577, 'our_board_section_our_team_members_3_member_image', ''), (9129, 577, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (9130, 577, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (9131, 577, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (9132, 577, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (9133, 577, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (9134, 577, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9135, 577, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (9136, 594, 'banner_section_banner_image', ''), (9137, 594, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (9138, 594, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9139, 594, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (9140, 594, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9141, 594, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (9142, 594, 'banner_section_banner_button', ''), (9143, 594, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (9144, 594, 'banner_section', ''), (9145, 594, '_banner_section', 'field_68c2b4c8ad185'), (9146, 594, 'our_board_section_heading', 'Our Board'), (9147, 594, '_our_board_section_heading', 'field_68c2b55f2d05a'), (9148, 594, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (9149, 594, '_our_board_section_description', 'field_68c2b56a2d05b'), (9150, 594, 'our_board_section_board_members_0_member_image', '584'), (9151, 594, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (9152, 594, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (9153, 594, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (9154, 594, 'our_board_section_board_members_0_designation', 'Managing Director'), (9155, 594, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (9156, 594, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9157, 594, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9158, 594, 'our_board_section_board_members', '4'), (9159, 594, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (9160, 594, 'our_board_section_our_board_footer_info', ''), (9161, 594, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (9162, 594, 'our_board_section', ''), (9163, 594, '_our_board_section', 'field_68c2b5522d059'), (9164, 594, 'leadership_section_image', ''), (9165, 594, '_leadership_section_image', 'field_68c2b6ed41146'), (9166, 594, 'leadership_section_heading', ''), (9167, 594, '_leadership_section_heading', 'field_68c2bc1241147'), (9168, 594, 'leadership_section_description', ''), (9169, 594, '_leadership_section_description', 'field_68c2bc1c41148'), (9170, 594, 'leadership_section_leadership_point', ''), (9171, 594, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (9172, 594, 'leadership_section_learn_more_button', ''), (9173, 594, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (9174, 594, 'leadership_section', ''), (9175, 594, '_leadership_section', 'field_68c2b6cd41145'), (9176, 594, 'bombora_info_section_background_image', ''), (9177, 594, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (9178, 594, 'bombora_info_section_content', ''), (9179, 594, '_bombora_info_section_content', 'field_68c2bd223963f'), (9180, 594, 'bombora_info_section', ''), (9181, 594, '_bombora_info_section', 'field_68c2bcf23963d'), (9182, 594, 'our_board_contact_section_heading', ''), (9183, 594, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (9184, 594, 'our_board_contact_section_description', ''), (9185, 594, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (9186, 594, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (9187, 594, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (9188, 594, 'our_board_contact_section', ''), (9189, 594, '_our_board_contact_section', 'field_68c2bf9673614'), (9190, 594, 'our_board_section_board_members_1_member_image', '586'), (9191, 594, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (9192, 594, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (9193, 594, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (9194, 594, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (9195, 594, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (9196, 594, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9197, 594, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (9198, 594, 'our_board_section_board_members_2_member_image', '582'), (9199, 594, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (9200, 594, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (9201, 594, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (9202, 594, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (9203, 594, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (9204, 594, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9205, 594, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (9206, 594, 'our_board_section_board_members_3_member_image', '585'), (9207, 594, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (9208, 594, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (9209, 594, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (9210, 594, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (9211, 594, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (9212, 594, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9213, 594, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (9214, 594, 'our_board_section_our_team_members_0_member_image', '580'), (9215, 594, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (9216, 594, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (9217, 594, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (9218, 594, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (9219, 594, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (9220, 594, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9221, 594, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (9222, 594, 'our_board_section_our_team_members', '4'), (9223, 594, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (9224, 594, 'our_board_section_our_team_members_1_member_image', '583'), (9225, 594, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (9226, 594, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (9227, 594, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (9228, 594, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (9229, 594, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (9230, 594, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:15:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9231, 594, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (9232, 594, 'our_board_section_our_team_members_2_member_image', '582'), (9233, 594, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (9234, 594, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (9235, 594, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (9236, 594, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (9237, 594, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (9238, 594, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:15:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9239, 594, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (9240, 594, 'our_board_section_our_team_members_3_member_image', ''), (9241, 594, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (9242, 594, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (9243, 594, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (9244, 594, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (9245, 594, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (9246, 594, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:15:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9247, 594, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (9248, 577, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9249, 577, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (9250, 577, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9251, 577, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (9252, 595, 'banner_section_banner_image', ''), (9253, 595, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (9254, 595, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9255, 595, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (9256, 595, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9257, 595, '_banner_section_banner_description', 'field_68c2b4c8ad188') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9258, 595, 'banner_section_banner_button', ''), (9259, 595, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (9260, 595, 'banner_section', ''), (9261, 595, '_banner_section', 'field_68c2b4c8ad185'), (9262, 595, 'our_board_section_heading', 'Our Board'), (9263, 595, '_our_board_section_heading', 'field_68c2b55f2d05a'), (9264, 595, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (9265, 595, '_our_board_section_description', 'field_68c2b56a2d05b'), (9266, 595, 'our_board_section_board_members_0_member_image', '584'), (9267, 595, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (9268, 595, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (9269, 595, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (9270, 595, 'our_board_section_board_members_0_designation', 'Managing Director'), (9271, 595, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (9272, 595, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9273, 595, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (9274, 595, 'our_board_section_board_members', '4'), (9275, 595, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (9276, 595, 'our_board_section_our_board_footer_info', ''), (9277, 595, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (9278, 595, 'our_board_section', ''), (9279, 595, '_our_board_section', 'field_68c2b5522d059'), (9280, 595, 'leadership_section_image', ''), (9281, 595, '_leadership_section_image', 'field_68c2b6ed41146'), (9282, 595, 'leadership_section_heading', ''), (9283, 595, '_leadership_section_heading', 'field_68c2bc1241147'), (9284, 595, 'leadership_section_description', ''), (9285, 595, '_leadership_section_description', 'field_68c2bc1c41148'), (9286, 595, 'leadership_section_leadership_point', ''), (9287, 595, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (9288, 595, 'leadership_section_learn_more_button', ''), (9289, 595, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (9290, 595, 'leadership_section', ''), (9291, 595, '_leadership_section', 'field_68c2b6cd41145'), (9292, 595, 'bombora_info_section_background_image', ''), (9293, 595, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (9294, 595, 'bombora_info_section_content', ''), (9295, 595, '_bombora_info_section_content', 'field_68c2bd223963f'), (9296, 595, 'bombora_info_section', ''), (9297, 595, '_bombora_info_section', 'field_68c2bcf23963d'), (9298, 595, 'our_board_contact_section_heading', ''), (9299, 595, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (9300, 595, 'our_board_contact_section_description', ''), (9301, 595, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (9302, 595, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (9303, 595, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (9304, 595, 'our_board_contact_section', ''), (9305, 595, '_our_board_contact_section', 'field_68c2bf9673614'), (9306, 595, 'our_board_section_board_members_1_member_image', '586'), (9307, 595, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (9308, 595, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (9309, 595, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (9310, 595, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (9311, 595, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (9312, 595, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9313, 595, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (9314, 595, 'our_board_section_board_members_2_member_image', '582'), (9315, 595, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (9316, 595, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (9317, 595, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (9318, 595, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (9319, 595, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (9320, 595, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9321, 595, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (9322, 595, 'our_board_section_board_members_3_member_image', '585'), (9323, 595, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (9324, 595, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (9325, 595, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (9326, 595, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (9327, 595, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (9328, 595, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9329, 595, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (9330, 595, 'our_board_section_our_team_members_0_member_image', '580'), (9331, 595, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (9332, 595, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (9333, 595, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (9334, 595, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (9335, 595, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (9336, 595, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9337, 595, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (9338, 595, 'our_board_section_our_team_members', '4'), (9339, 595, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (9340, 595, 'our_board_section_our_team_members_1_member_image', '583'), (9341, 595, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (9342, 595, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (9343, 595, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (9344, 595, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (9345, 595, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (9346, 595, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9347, 595, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (9348, 595, 'our_board_section_our_team_members_2_member_image', '582'), (9349, 595, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (9350, 595, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (9351, 595, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (9352, 595, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (9353, 595, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (9354, 595, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9355, 595, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (9356, 595, 'our_board_section_our_team_members_3_member_image', ''), (9357, 595, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9358, 595, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (9359, 595, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (9360, 595, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (9361, 595, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (9362, 595, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9363, 595, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (9364, 595, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9365, 595, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (9366, 595, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9367, 595, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (9368, 577, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9369, 577, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (9370, 577, 'our_board_section_board_members_0_member_social_media', '2'), (9371, 577, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (9372, 577, 'our_board_section_board_members_0_member_description', '2'), (9373, 577, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (9374, 577, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9375, 577, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (9376, 577, 'our_board_section_board_members_1_member_social_media', '2'), (9377, 577, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (9378, 577, 'our_board_section_board_members_1_member_description', '2'), (9379, 577, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (9380, 577, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9381, 577, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (9382, 577, 'our_board_section_board_members_2_member_social_media', '2'), (9383, 577, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (9384, 577, 'our_board_section_board_members_2_member_description', '2'), (9385, 577, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (9386, 577, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9387, 577, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (9388, 577, 'our_board_section_board_members_3_member_social_media', '2'), (9389, 577, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (9390, 577, 'our_board_section_board_members_3_member_description', '3'), (9391, 577, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (9392, 597, 'banner_section_banner_image', ''), (9393, 597, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (9394, 597, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9395, 597, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (9396, 597, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9397, 597, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (9398, 597, 'banner_section_banner_button', ''), (9399, 597, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (9400, 597, 'banner_section', ''), (9401, 597, '_banner_section', 'field_68c2b4c8ad185'), (9402, 597, 'our_board_section_heading', 'Our Board'), (9403, 597, '_our_board_section_heading', 'field_68c2b55f2d05a'), (9404, 597, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (9405, 597, '_our_board_section_description', 'field_68c2b56a2d05b'), (9406, 597, 'our_board_section_board_members_0_member_image', '584'), (9407, 597, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (9408, 597, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (9409, 597, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (9410, 597, 'our_board_section_board_members_0_designation', 'Managing Director'), (9411, 597, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (9412, 597, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9413, 597, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (9414, 597, 'our_board_section_board_members', '4'), (9415, 597, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (9416, 597, 'our_board_section_our_board_footer_info', ''), (9417, 597, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (9418, 597, 'our_board_section', ''), (9419, 597, '_our_board_section', 'field_68c2b5522d059'), (9420, 597, 'leadership_section_image', ''), (9421, 597, '_leadership_section_image', 'field_68c2b6ed41146'), (9422, 597, 'leadership_section_heading', ''), (9423, 597, '_leadership_section_heading', 'field_68c2bc1241147'), (9424, 597, 'leadership_section_description', ''), (9425, 597, '_leadership_section_description', 'field_68c2bc1c41148'), (9426, 597, 'leadership_section_leadership_point', ''), (9427, 597, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (9428, 597, 'leadership_section_learn_more_button', ''), (9429, 597, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (9430, 597, 'leadership_section', ''), (9431, 597, '_leadership_section', 'field_68c2b6cd41145'), (9432, 597, 'bombora_info_section_background_image', ''), (9433, 597, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (9434, 597, 'bombora_info_section_content', ''), (9435, 597, '_bombora_info_section_content', 'field_68c2bd223963f'), (9436, 597, 'bombora_info_section', ''), (9437, 597, '_bombora_info_section', 'field_68c2bcf23963d'), (9438, 597, 'our_board_contact_section_heading', ''), (9439, 597, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (9440, 597, 'our_board_contact_section_description', ''), (9441, 597, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (9442, 597, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (9443, 597, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (9444, 597, 'our_board_contact_section', ''), (9445, 597, '_our_board_contact_section', 'field_68c2bf9673614'), (9446, 597, 'our_board_section_board_members_1_member_image', '586'), (9447, 597, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (9448, 597, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (9449, 597, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (9450, 597, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (9451, 597, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (9452, 597, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9453, 597, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (9454, 597, 'our_board_section_board_members_2_member_image', '582'), (9455, 597, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (9456, 597, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (9457, 597, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9458, 597, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (9459, 597, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (9460, 597, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9461, 597, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (9462, 597, 'our_board_section_board_members_3_member_image', '585'), (9463, 597, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (9464, 597, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (9465, 597, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (9466, 597, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (9467, 597, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (9468, 597, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9469, 597, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (9470, 597, 'our_board_section_our_team_members_0_member_image', '580'), (9471, 597, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (9472, 597, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (9473, 597, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (9474, 597, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (9475, 597, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (9476, 597, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9477, 597, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (9478, 597, 'our_board_section_our_team_members', '4'), (9479, 597, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (9480, 597, 'our_board_section_our_team_members_1_member_image', '583'), (9481, 597, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (9482, 597, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (9483, 597, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (9484, 597, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (9485, 597, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (9486, 597, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9487, 597, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (9488, 597, 'our_board_section_our_team_members_2_member_image', '582'), (9489, 597, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (9490, 597, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (9491, 597, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (9492, 597, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (9493, 597, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (9494, 597, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9495, 597, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (9496, 597, 'our_board_section_our_team_members_3_member_image', ''), (9497, 597, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (9498, 597, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (9499, 597, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (9500, 597, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (9501, 597, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (9502, 597, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9503, 597, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (9504, 597, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9505, 597, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (9506, 597, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9507, 597, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (9508, 597, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9509, 597, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (9510, 597, 'our_board_section_board_members_0_member_social_media', ''), (9511, 597, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (9512, 597, 'our_board_section_board_members_0_member_description', ''), (9513, 597, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (9514, 597, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9515, 597, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (9516, 597, 'our_board_section_board_members_1_member_social_media', ''), (9517, 597, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (9518, 597, 'our_board_section_board_members_1_member_description', ''), (9519, 597, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (9520, 597, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9521, 597, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (9522, 597, 'our_board_section_board_members_2_member_social_media', ''), (9523, 597, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (9524, 597, 'our_board_section_board_members_2_member_description', ''), (9525, 597, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (9526, 597, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9527, 597, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (9528, 597, 'our_board_section_board_members_3_member_social_media', ''), (9529, 597, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (9530, 597, 'our_board_section_board_members_3_member_description', ''), (9531, 597, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (9532, 577, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9533, 577, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (9534, 577, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (9535, 577, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (9536, 577, 'our_board_section_our_team_members_0_member_description', '3'), (9537, 577, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (9538, 577, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9539, 577, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (9540, 577, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (9541, 577, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (9542, 577, 'our_board_section_our_team_members_1_member_description', '3'), (9543, 577, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (9544, 577, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9545, 577, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (9546, 577, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (9547, 577, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (9548, 577, 'our_board_section_our_team_members_2_member_description', '2'), (9549, 577, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (9550, 577, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9551, 577, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (9552, 577, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (9553, 577, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (9554, 577, 'our_board_section_our_team_members_3_member_description', '2'), (9555, 577, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (9556, 603, 'banner_section_banner_image', ''), (9557, 603, '_banner_section_banner_image', 'field_68c2b4c8ad186') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9558, 603, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9559, 603, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (9560, 603, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9561, 603, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (9562, 603, 'banner_section_banner_button', ''), (9563, 603, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (9564, 603, 'banner_section', ''), (9565, 603, '_banner_section', 'field_68c2b4c8ad185'), (9566, 603, 'our_board_section_heading', 'Our Board'), (9567, 603, '_our_board_section_heading', 'field_68c2b55f2d05a'), (9568, 603, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (9569, 603, '_our_board_section_description', 'field_68c2b56a2d05b'), (9570, 603, 'our_board_section_board_members_0_member_image', '584'), (9571, 603, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (9572, 603, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (9573, 603, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (9574, 603, 'our_board_section_board_members_0_designation', 'Managing Director'), (9575, 603, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (9576, 603, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9577, 603, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (9578, 603, 'our_board_section_board_members', '4'), (9579, 603, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (9580, 603, 'our_board_section_our_board_footer_info', ''), (9581, 603, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (9582, 603, 'our_board_section', ''), (9583, 603, '_our_board_section', 'field_68c2b5522d059'), (9584, 603, 'leadership_section_image', ''), (9585, 603, '_leadership_section_image', 'field_68c2b6ed41146'), (9586, 603, 'leadership_section_heading', ''), (9587, 603, '_leadership_section_heading', 'field_68c2bc1241147'), (9588, 603, 'leadership_section_description', ''), (9589, 603, '_leadership_section_description', 'field_68c2bc1c41148'), (9590, 603, 'leadership_section_leadership_point', ''), (9591, 603, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (9592, 603, 'leadership_section_learn_more_button', ''), (9593, 603, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (9594, 603, 'leadership_section', ''), (9595, 603, '_leadership_section', 'field_68c2b6cd41145'), (9596, 603, 'bombora_info_section_background_image', ''), (9597, 603, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (9598, 603, 'bombora_info_section_content', ''), (9599, 603, '_bombora_info_section_content', 'field_68c2bd223963f'), (9600, 603, 'bombora_info_section', ''), (9601, 603, '_bombora_info_section', 'field_68c2bcf23963d'), (9602, 603, 'our_board_contact_section_heading', ''), (9603, 603, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (9604, 603, 'our_board_contact_section_description', ''), (9605, 603, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (9606, 603, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (9607, 603, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (9608, 603, 'our_board_contact_section', ''), (9609, 603, '_our_board_contact_section', 'field_68c2bf9673614'), (9610, 603, 'our_board_section_board_members_1_member_image', '586'), (9611, 603, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (9612, 603, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (9613, 603, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (9614, 603, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (9615, 603, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (9616, 603, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9617, 603, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (9618, 603, 'our_board_section_board_members_2_member_image', '582'), (9619, 603, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (9620, 603, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (9621, 603, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (9622, 603, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (9623, 603, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (9624, 603, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9625, 603, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (9626, 603, 'our_board_section_board_members_3_member_image', '585'), (9627, 603, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (9628, 603, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (9629, 603, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (9630, 603, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (9631, 603, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (9632, 603, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9633, 603, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (9634, 603, 'our_board_section_our_team_members_0_member_image', '580'), (9635, 603, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (9636, 603, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (9637, 603, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (9638, 603, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (9639, 603, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (9640, 603, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9641, 603, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (9642, 603, 'our_board_section_our_team_members', '4'), (9643, 603, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (9644, 603, 'our_board_section_our_team_members_1_member_image', '583'), (9645, 603, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (9646, 603, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (9647, 603, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (9648, 603, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (9649, 603, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (9650, 603, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9651, 603, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (9652, 603, 'our_board_section_our_team_members_2_member_image', '582'), (9653, 603, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (9654, 603, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (9655, 603, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (9656, 603, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (9657, 603, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9658, 603, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9659, 603, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (9660, 603, 'our_board_section_our_team_members_3_member_image', ''), (9661, 603, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (9662, 603, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (9663, 603, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (9664, 603, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (9665, 603, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (9666, 603, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9667, 603, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (9668, 603, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9669, 603, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (9670, 603, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9671, 603, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (9672, 603, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9673, 603, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (9674, 603, 'our_board_section_board_members_0_member_social_media', ''), (9675, 603, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (9676, 603, 'our_board_section_board_members_0_member_description', ''), (9677, 603, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (9678, 603, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9679, 603, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (9680, 603, 'our_board_section_board_members_1_member_social_media', ''), (9681, 603, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (9682, 603, 'our_board_section_board_members_1_member_description', ''), (9683, 603, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (9684, 603, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9685, 603, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (9686, 603, 'our_board_section_board_members_2_member_social_media', ''), (9687, 603, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (9688, 603, 'our_board_section_board_members_2_member_description', ''), (9689, 603, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (9690, 603, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9691, 603, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (9692, 603, 'our_board_section_board_members_3_member_social_media', ''), (9693, 603, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (9694, 603, 'our_board_section_board_members_3_member_description', ''), (9695, 603, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (9696, 603, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9697, 603, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (9698, 603, 'our_board_section_our_team_members_0_member_social_media_link', ''), (9699, 603, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (9700, 603, 'our_board_section_our_team_members_0_member_description', ''), (9701, 603, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (9702, 603, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9703, 603, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (9704, 603, 'our_board_section_our_team_members_1_member_social_media_link', ''), (9705, 603, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (9706, 603, 'our_board_section_our_team_members_1_member_description', ''), (9707, 603, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (9708, 603, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9709, 603, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (9710, 603, 'our_board_section_our_team_members_2_member_social_media_link', ''), (9711, 603, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (9712, 603, 'our_board_section_our_team_members_2_member_description', ''), (9713, 603, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (9714, 603, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9715, 603, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (9716, 603, 'our_board_section_our_team_members_3_member_social_media_link', ''), (9717, 603, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (9718, 603, 'our_board_section_our_team_members_3_member_description', ''), (9719, 603, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (9720, 577, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (9721, 577, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (9722, 577, 'our_board_section_board_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (9723, 577, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (9724, 610, 'banner_section_banner_image', ''), (9725, 610, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (9726, 610, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9727, 610, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (9728, 610, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9729, 610, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (9730, 610, 'banner_section_banner_button', ''), (9731, 610, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (9732, 610, 'banner_section', ''), (9733, 610, '_banner_section', 'field_68c2b4c8ad185'), (9734, 610, 'our_board_section_heading', 'Our Board'), (9735, 610, '_our_board_section_heading', 'field_68c2b55f2d05a'), (9736, 610, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (9737, 610, '_our_board_section_description', 'field_68c2b56a2d05b'), (9738, 610, 'our_board_section_board_members_0_member_image', '584'), (9739, 610, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (9740, 610, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (9741, 610, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (9742, 610, 'our_board_section_board_members_0_designation', 'Managing Director'), (9743, 610, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (9744, 610, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9745, 610, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (9746, 610, 'our_board_section_board_members', '4'), (9747, 610, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (9748, 610, 'our_board_section_our_board_footer_info', ''), (9749, 610, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (9750, 610, 'our_board_section', ''), (9751, 610, '_our_board_section', 'field_68c2b5522d059'), (9752, 610, 'leadership_section_image', ''), (9753, 610, '_leadership_section_image', 'field_68c2b6ed41146'), (9754, 610, 'leadership_section_heading', ''), (9755, 610, '_leadership_section_heading', 'field_68c2bc1241147'), (9756, 610, 'leadership_section_description', ''), (9757, 610, '_leadership_section_description', 'field_68c2bc1c41148') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9758, 610, 'leadership_section_leadership_point', ''), (9759, 610, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (9760, 610, 'leadership_section_learn_more_button', ''), (9761, 610, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (9762, 610, 'leadership_section', ''), (9763, 610, '_leadership_section', 'field_68c2b6cd41145'), (9764, 610, 'bombora_info_section_background_image', ''), (9765, 610, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (9766, 610, 'bombora_info_section_content', ''), (9767, 610, '_bombora_info_section_content', 'field_68c2bd223963f'), (9768, 610, 'bombora_info_section', ''), (9769, 610, '_bombora_info_section', 'field_68c2bcf23963d'), (9770, 610, 'our_board_contact_section_heading', ''), (9771, 610, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (9772, 610, 'our_board_contact_section_description', ''), (9773, 610, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (9774, 610, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (9775, 610, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (9776, 610, 'our_board_contact_section', ''), (9777, 610, '_our_board_contact_section', 'field_68c2bf9673614'), (9778, 610, 'our_board_section_board_members_1_member_image', '586'), (9779, 610, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (9780, 610, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (9781, 610, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (9782, 610, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (9783, 610, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (9784, 610, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9785, 610, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (9786, 610, 'our_board_section_board_members_2_member_image', '582'), (9787, 610, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (9788, 610, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (9789, 610, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (9790, 610, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (9791, 610, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (9792, 610, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9793, 610, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (9794, 610, 'our_board_section_board_members_3_member_image', '585'), (9795, 610, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (9796, 610, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (9797, 610, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (9798, 610, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (9799, 610, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (9800, 610, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9801, 610, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (9802, 610, 'our_board_section_our_team_members_0_member_image', '580'), (9803, 610, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (9804, 610, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (9805, 610, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (9806, 610, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (9807, 610, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (9808, 610, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9809, 610, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (9810, 610, 'our_board_section_our_team_members', '4'), (9811, 610, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (9812, 610, 'our_board_section_our_team_members_1_member_image', '583'), (9813, 610, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (9814, 610, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (9815, 610, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (9816, 610, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (9817, 610, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (9818, 610, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9819, 610, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (9820, 610, 'our_board_section_our_team_members_2_member_image', '582'), (9821, 610, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (9822, 610, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (9823, 610, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (9824, 610, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (9825, 610, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (9826, 610, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9827, 610, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (9828, 610, 'our_board_section_our_team_members_3_member_image', ''), (9829, 610, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (9830, 610, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (9831, 610, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (9832, 610, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (9833, 610, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (9834, 610, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9835, 610, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (9836, 610, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9837, 610, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (9838, 610, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9839, 610, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (9840, 610, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9841, 610, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (9842, 610, 'our_board_section_board_members_0_member_social_media', '1'), (9843, 610, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (9844, 610, 'our_board_section_board_members_0_member_description', ''), (9845, 610, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (9846, 610, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9847, 610, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (9848, 610, 'our_board_section_board_members_1_member_social_media', ''), (9849, 610, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (9850, 610, 'our_board_section_board_members_1_member_description', ''), (9851, 610, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (9852, 610, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9853, 610, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (9854, 610, 'our_board_section_board_members_2_member_social_media', ''), (9855, 610, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (9856, 610, 'our_board_section_board_members_2_member_description', ''), (9857, 610, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9858, 610, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (9859, 610, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (9860, 610, 'our_board_section_board_members_3_member_social_media', ''), (9861, 610, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (9862, 610, 'our_board_section_board_members_3_member_description', ''), (9863, 610, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (9864, 610, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9865, 610, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (9866, 610, 'our_board_section_our_team_members_0_member_social_media_link', ''), (9867, 610, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (9868, 610, 'our_board_section_our_team_members_0_member_description', ''), (9869, 610, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (9870, 610, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9871, 610, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (9872, 610, 'our_board_section_our_team_members_1_member_social_media_link', ''), (9873, 610, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (9874, 610, 'our_board_section_our_team_members_1_member_description', ''), (9875, 610, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (9876, 610, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9877, 610, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (9878, 610, 'our_board_section_our_team_members_2_member_social_media_link', ''), (9879, 610, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (9880, 610, 'our_board_section_our_team_members_2_member_description', ''), (9881, 610, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (9882, 610, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:27:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (9883, 610, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (9884, 610, 'our_board_section_our_team_members_3_member_social_media_link', ''), (9885, 610, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (9886, 610, 'our_board_section_our_team_members_3_member_description', ''), (9887, 610, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (9888, 610, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (9889, 610, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (9890, 610, 'our_board_section_board_members_0_member_social_media_0_link', ''), (9891, 610, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (9892, 577, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (9893, 577, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (9894, 577, 'our_board_section_board_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (9895, 577, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (9896, 577, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (9897, 577, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (9898, 577, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (9899, 577, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (9900, 577, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (9901, 577, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (9902, 577, 'our_board_section_board_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (9903, 577, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (9904, 577, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (9905, 577, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (9906, 577, 'our_board_section_board_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (9907, 577, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (9908, 577, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (9909, 577, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (9910, 577, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (9911, 577, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (9912, 577, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (9913, 577, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (9914, 577, 'our_board_section_board_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (9915, 577, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (9916, 577, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (9917, 577, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (9918, 577, 'our_board_section_board_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (9919, 577, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (9920, 577, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (9921, 577, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (9922, 577, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (9923, 577, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (9924, 577, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (9925, 577, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (9926, 577, 'our_board_section_board_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (9927, 577, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (9928, 577, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (9929, 577, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (9930, 577, 'our_board_section_board_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (9931, 577, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (9932, 577, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (9933, 577, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (9934, 577, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (9935, 577, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (9936, 577, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (9937, 577, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (9938, 577, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (9939, 577, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (9940, 577, 'our_board_section_our_team_members_0_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (9941, 577, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (9942, 577, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (9943, 577, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (9944, 577, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (9945, 577, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (9946, 577, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (9947, 577, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (9948, 577, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (9949, 577, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (9950, 577, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (9951, 577, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (9952, 577, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (9953, 577, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (9954, 577, 'our_board_section_our_team_members_1_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (9955, 577, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (9956, 577, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (9957, 577, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9958, 577, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (9959, 577, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (9960, 577, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (9961, 577, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (9962, 577, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (9963, 577, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (9964, 577, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (9965, 577, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (9966, 577, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (9967, 577, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (9968, 577, 'our_board_section_our_team_members_2_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (9969, 577, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (9970, 577, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (9971, 577, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (9972, 577, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (9973, 577, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (9974, 577, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (9975, 577, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (9976, 577, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (9977, 577, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (9978, 577, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (9979, 577, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (9980, 577, 'our_board_section_our_team_members_3_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (9981, 577, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (9982, 577, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (9983, 577, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (9984, 577, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (9985, 577, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (9986, 577, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (9987, 577, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (9988, 577, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (9989, 577, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (9990, 611, 'banner_section_banner_image', ''), (9991, 611, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (9992, 611, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (9993, 611, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (9994, 611, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (9995, 611, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (9996, 611, 'banner_section_banner_button', ''), (9997, 611, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (9998, 611, 'banner_section', ''), (9999, 611, '_banner_section', 'field_68c2b4c8ad185'), (10000, 611, 'our_board_section_heading', 'Our Board'), (10001, 611, '_our_board_section_heading', 'field_68c2b55f2d05a'), (10002, 611, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (10003, 611, '_our_board_section_description', 'field_68c2b56a2d05b'), (10004, 611, 'our_board_section_board_members_0_member_image', '584'), (10005, 611, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (10006, 611, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (10007, 611, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (10008, 611, 'our_board_section_board_members_0_designation', 'Managing Director'), (10009, 611, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (10010, 611, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10011, 611, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (10012, 611, 'our_board_section_board_members', '4'), (10013, 611, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (10014, 611, 'our_board_section_our_board_footer_info', ''), (10015, 611, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (10016, 611, 'our_board_section', ''), (10017, 611, '_our_board_section', 'field_68c2b5522d059'), (10018, 611, 'leadership_section_image', ''), (10019, 611, '_leadership_section_image', 'field_68c2b6ed41146'), (10020, 611, 'leadership_section_heading', ''), (10021, 611, '_leadership_section_heading', 'field_68c2bc1241147'), (10022, 611, 'leadership_section_description', ''), (10023, 611, '_leadership_section_description', 'field_68c2bc1c41148'), (10024, 611, 'leadership_section_leadership_point', ''), (10025, 611, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (10026, 611, 'leadership_section_learn_more_button', ''), (10027, 611, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (10028, 611, 'leadership_section', ''), (10029, 611, '_leadership_section', 'field_68c2b6cd41145'), (10030, 611, 'bombora_info_section_background_image', ''), (10031, 611, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (10032, 611, 'bombora_info_section_content', ''), (10033, 611, '_bombora_info_section_content', 'field_68c2bd223963f'), (10034, 611, 'bombora_info_section', ''), (10035, 611, '_bombora_info_section', 'field_68c2bcf23963d'), (10036, 611, 'our_board_contact_section_heading', ''), (10037, 611, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (10038, 611, 'our_board_contact_section_description', ''), (10039, 611, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (10040, 611, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (10041, 611, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (10042, 611, 'our_board_contact_section', ''), (10043, 611, '_our_board_contact_section', 'field_68c2bf9673614'), (10044, 611, 'our_board_section_board_members_1_member_image', '586'), (10045, 611, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (10046, 611, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (10047, 611, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (10048, 611, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (10049, 611, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (10050, 611, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10051, 611, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (10052, 611, 'our_board_section_board_members_2_member_image', '582'), (10053, 611, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (10054, 611, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (10055, 611, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (10056, 611, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (10057, 611, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10058, 611, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10059, 611, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (10060, 611, 'our_board_section_board_members_3_member_image', '585'), (10061, 611, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (10062, 611, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (10063, 611, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (10064, 611, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (10065, 611, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (10066, 611, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10067, 611, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (10068, 611, 'our_board_section_our_team_members_0_member_image', '580'), (10069, 611, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (10070, 611, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (10071, 611, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (10072, 611, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (10073, 611, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (10074, 611, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10075, 611, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (10076, 611, 'our_board_section_our_team_members', '4'), (10077, 611, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (10078, 611, 'our_board_section_our_team_members_1_member_image', '583'), (10079, 611, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (10080, 611, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (10081, 611, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (10082, 611, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (10083, 611, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (10084, 611, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10085, 611, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (10086, 611, 'our_board_section_our_team_members_2_member_image', '582'), (10087, 611, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (10088, 611, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (10089, 611, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (10090, 611, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (10091, 611, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (10092, 611, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10093, 611, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (10094, 611, 'our_board_section_our_team_members_3_member_image', ''), (10095, 611, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (10096, 611, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (10097, 611, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (10098, 611, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (10099, 611, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (10100, 611, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10101, 611, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (10102, 611, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (10103, 611, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (10104, 611, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (10105, 611, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (10106, 611, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10107, 611, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (10108, 611, 'our_board_section_board_members_0_member_social_media', '2'), (10109, 611, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (10110, 611, 'our_board_section_board_members_0_member_description', '2'), (10111, 611, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (10112, 611, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10113, 611, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (10114, 611, 'our_board_section_board_members_1_member_social_media', '2'), (10115, 611, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (10116, 611, 'our_board_section_board_members_1_member_description', '2'), (10117, 611, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (10118, 611, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10119, 611, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (10120, 611, 'our_board_section_board_members_2_member_social_media', '2'), (10121, 611, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (10122, 611, 'our_board_section_board_members_2_member_description', '2'), (10123, 611, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (10124, 611, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10125, 611, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (10126, 611, 'our_board_section_board_members_3_member_social_media', '2'), (10127, 611, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (10128, 611, 'our_board_section_board_members_3_member_description', '3'), (10129, 611, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (10130, 611, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10131, 611, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (10132, 611, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (10133, 611, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (10134, 611, 'our_board_section_our_team_members_0_member_description', '3'), (10135, 611, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (10136, 611, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10137, 611, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (10138, 611, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (10139, 611, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (10140, 611, 'our_board_section_our_team_members_1_member_description', '3'), (10141, 611, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (10142, 611, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10143, 611, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (10144, 611, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (10145, 611, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (10146, 611, 'our_board_section_our_team_members_2_member_description', '2'), (10147, 611, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (10148, 611, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10149, 611, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (10150, 611, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (10151, 611, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (10152, 611, 'our_board_section_our_team_members_3_member_description', '2'), (10153, 611, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (10154, 611, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (10155, 611, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (10156, 611, 'our_board_section_board_members_0_member_social_media_0_link', ''), (10157, 611, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10158, 611, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (10159, 611, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (10160, 611, 'our_board_section_board_members_0_member_social_media_1_link', ''), (10161, 611, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (10162, 611, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (10163, 611, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (10164, 611, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (10165, 611, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (10166, 611, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (10167, 611, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (10168, 611, 'our_board_section_board_members_1_member_social_media_0_link', ''), (10169, 611, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (10170, 611, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (10171, 611, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (10172, 611, 'our_board_section_board_members_1_member_social_media_1_link', ''), (10173, 611, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (10174, 611, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (10175, 611, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (10176, 611, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (10177, 611, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (10178, 611, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (10179, 611, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (10180, 611, 'our_board_section_board_members_2_member_social_media_0_link', ''), (10181, 611, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (10182, 611, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (10183, 611, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (10184, 611, 'our_board_section_board_members_2_member_social_media_1_link', ''), (10185, 611, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (10186, 611, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (10187, 611, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (10188, 611, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (10189, 611, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (10190, 611, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (10191, 611, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (10192, 611, 'our_board_section_board_members_3_member_social_media_0_link', ''), (10193, 611, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (10194, 611, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (10195, 611, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (10196, 611, 'our_board_section_board_members_3_member_social_media_1_link', ''), (10197, 611, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (10198, 611, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (10199, 611, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (10200, 611, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (10201, 611, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (10202, 611, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (10203, 611, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (10204, 611, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (10205, 611, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10206, 611, 'our_board_section_our_team_members_0_member_social_media_link_0_link', ''), (10207, 611, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (10208, 611, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (10209, 611, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10210, 611, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (10211, 611, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (10212, 611, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (10213, 611, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (10214, 611, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (10215, 611, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (10216, 611, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (10217, 611, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (10218, 611, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (10219, 611, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10220, 611, 'our_board_section_our_team_members_1_member_social_media_link_0_link', ''), (10221, 611, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (10222, 611, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (10223, 611, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10224, 611, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (10225, 611, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (10226, 611, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (10227, 611, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (10228, 611, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (10229, 611, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (10230, 611, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (10231, 611, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (10232, 611, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (10233, 611, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10234, 611, 'our_board_section_our_team_members_2_member_social_media_link_0_link', ''), (10235, 611, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (10236, 611, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (10237, 611, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10238, 611, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (10239, 611, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (10240, 611, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (10241, 611, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (10242, 611, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (10243, 611, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (10244, 611, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (10245, 611, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10246, 611, 'our_board_section_our_team_members_3_member_social_media_link_0_link', ''), (10247, 611, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (10248, 611, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (10249, 611, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10250, 611, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (10251, 611, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (10252, 611, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (10253, 611, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (10254, 611, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (10255, 611, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (10256, 613, '_wp_attached_file', '2025/09/leadership-image.svg'), (10257, 613, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:7007;}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10258, 613, '_wp_attachment_image_alt', 'leadership-image'), (10259, 577, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (10260, 577, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (10261, 577, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (10262, 577, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (10263, 577, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (10264, 577, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (10265, 577, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (10266, 577, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (10267, 577, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (10268, 577, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (10269, 577, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (10270, 577, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (10271, 577, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (10272, 577, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (10273, 577, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (10274, 577, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (10275, 577, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (10276, 577, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (10277, 577, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (10278, 577, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (10279, 577, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (10280, 577, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (10281, 577, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (10282, 577, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (10283, 612, 'banner_section_banner_image', ''), (10284, 612, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (10285, 612, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (10286, 612, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (10287, 612, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (10288, 612, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (10289, 612, 'banner_section_banner_button', ''), (10290, 612, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (10291, 612, 'banner_section', ''), (10292, 612, '_banner_section', 'field_68c2b4c8ad185'), (10293, 612, 'our_board_section_heading', 'Our Board'), (10294, 612, '_our_board_section_heading', 'field_68c2b55f2d05a'), (10295, 612, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (10296, 612, '_our_board_section_description', 'field_68c2b56a2d05b'), (10297, 612, 'our_board_section_board_members_0_member_image', '584'), (10298, 612, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (10299, 612, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (10300, 612, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (10301, 612, 'our_board_section_board_members_0_designation', 'Managing Director'), (10302, 612, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (10303, 612, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10304, 612, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (10305, 612, 'our_board_section_board_members', '4'), (10306, 612, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (10307, 612, 'our_board_section_our_board_footer_info', ''), (10308, 612, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (10309, 612, 'our_board_section', ''), (10310, 612, '_our_board_section', 'field_68c2b5522d059'), (10311, 612, 'leadership_section_image', '613'), (10312, 612, '_leadership_section_image', 'field_68c2b6ed41146'), (10313, 612, 'leadership_section_heading', 'CoreValues of our Leadership'), (10314, 612, '_leadership_section_heading', 'field_68c2bc1241147'), (10315, 612, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (10316, 612, '_leadership_section_description', 'field_68c2bc1c41148'), (10317, 612, 'leadership_section_leadership_point', '6'), (10318, 612, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (10319, 612, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10320, 612, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (10321, 612, 'leadership_section', ''), (10322, 612, '_leadership_section', 'field_68c2b6cd41145'), (10323, 612, 'bombora_info_section_background_image', ''), (10324, 612, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (10325, 612, 'bombora_info_section_content', ''), (10326, 612, '_bombora_info_section_content', 'field_68c2bd223963f'), (10327, 612, 'bombora_info_section', ''), (10328, 612, '_bombora_info_section', 'field_68c2bcf23963d'), (10329, 612, 'our_board_contact_section_heading', ''), (10330, 612, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (10331, 612, 'our_board_contact_section_description', ''), (10332, 612, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (10333, 612, 'our_board_contact_section_our_board_contact_form_shortcode', ''), (10334, 612, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (10335, 612, 'our_board_contact_section', ''), (10336, 612, '_our_board_contact_section', 'field_68c2bf9673614'), (10337, 612, 'our_board_section_board_members_1_member_image', '586'), (10338, 612, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (10339, 612, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (10340, 612, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (10341, 612, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (10342, 612, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (10343, 612, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10344, 612, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (10345, 612, 'our_board_section_board_members_2_member_image', '582'), (10346, 612, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (10347, 612, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (10348, 612, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (10349, 612, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (10350, 612, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (10351, 612, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10352, 612, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (10353, 612, 'our_board_section_board_members_3_member_image', '585'), (10354, 612, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (10355, 612, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (10356, 612, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (10357, 612, 'our_board_section_board_members_3_designation', 'Non-Executive Director') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10358, 612, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (10359, 612, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10360, 612, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (10361, 612, 'our_board_section_our_team_members_0_member_image', '580'), (10362, 612, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (10363, 612, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (10364, 612, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (10365, 612, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (10366, 612, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (10367, 612, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10368, 612, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (10369, 612, 'our_board_section_our_team_members', '4'), (10370, 612, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (10371, 612, 'our_board_section_our_team_members_1_member_image', '583'), (10372, 612, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (10373, 612, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (10374, 612, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (10375, 612, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (10376, 612, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (10377, 612, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10378, 612, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (10379, 612, 'our_board_section_our_team_members_2_member_image', '582'), (10380, 612, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (10381, 612, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (10382, 612, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (10383, 612, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (10384, 612, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (10385, 612, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10386, 612, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (10387, 612, 'our_board_section_our_team_members_3_member_image', ''), (10388, 612, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (10389, 612, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (10390, 612, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (10391, 612, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (10392, 612, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (10393, 612, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10394, 612, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (10395, 612, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (10396, 612, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (10397, 612, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (10398, 612, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (10399, 612, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10400, 612, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (10401, 612, 'our_board_section_board_members_0_member_social_media', '2'), (10402, 612, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (10403, 612, 'our_board_section_board_members_0_member_description', '2'), (10404, 612, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (10405, 612, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10406, 612, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (10407, 612, 'our_board_section_board_members_1_member_social_media', '2'), (10408, 612, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (10409, 612, 'our_board_section_board_members_1_member_description', '2'), (10410, 612, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (10411, 612, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10412, 612, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (10413, 612, 'our_board_section_board_members_2_member_social_media', '2'), (10414, 612, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (10415, 612, 'our_board_section_board_members_2_member_description', '2'), (10416, 612, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (10417, 612, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10418, 612, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (10419, 612, 'our_board_section_board_members_3_member_social_media', '2'), (10420, 612, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (10421, 612, 'our_board_section_board_members_3_member_description', '3'), (10422, 612, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (10423, 612, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10424, 612, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (10425, 612, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (10426, 612, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (10427, 612, 'our_board_section_our_team_members_0_member_description', '3'), (10428, 612, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (10429, 612, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10430, 612, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (10431, 612, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (10432, 612, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (10433, 612, 'our_board_section_our_team_members_1_member_description', '3'), (10434, 612, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (10435, 612, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10436, 612, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (10437, 612, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (10438, 612, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (10439, 612, 'our_board_section_our_team_members_2_member_description', '2'), (10440, 612, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (10441, 612, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10442, 612, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (10443, 612, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (10444, 612, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (10445, 612, 'our_board_section_our_team_members_3_member_description', '2'), (10446, 612, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (10447, 612, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (10448, 612, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (10449, 612, 'our_board_section_board_members_0_member_social_media_0_link', ''), (10450, 612, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (10451, 612, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (10452, 612, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (10453, 612, 'our_board_section_board_members_0_member_social_media_1_link', ''), (10454, 612, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (10455, 612, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (10456, 612, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (10457, 612, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10458, 612, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (10459, 612, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (10460, 612, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (10461, 612, 'our_board_section_board_members_1_member_social_media_0_link', ''), (10462, 612, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (10463, 612, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (10464, 612, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (10465, 612, 'our_board_section_board_members_1_member_social_media_1_link', ''), (10466, 612, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (10467, 612, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (10468, 612, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (10469, 612, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (10470, 612, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (10471, 612, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (10472, 612, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (10473, 612, 'our_board_section_board_members_2_member_social_media_0_link', ''), (10474, 612, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (10475, 612, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (10476, 612, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (10477, 612, 'our_board_section_board_members_2_member_social_media_1_link', ''), (10478, 612, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (10479, 612, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (10480, 612, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (10481, 612, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (10482, 612, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (10483, 612, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (10484, 612, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (10485, 612, 'our_board_section_board_members_3_member_social_media_0_link', ''), (10486, 612, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (10487, 612, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (10488, 612, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (10489, 612, 'our_board_section_board_members_3_member_social_media_1_link', ''), (10490, 612, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (10491, 612, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (10492, 612, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (10493, 612, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (10494, 612, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (10495, 612, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (10496, 612, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (10497, 612, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (10498, 612, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10499, 612, 'our_board_section_our_team_members_0_member_social_media_link_0_link', ''), (10500, 612, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (10501, 612, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (10502, 612, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10503, 612, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (10504, 612, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (10505, 612, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (10506, 612, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (10507, 612, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (10508, 612, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (10509, 612, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (10510, 612, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (10511, 612, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (10512, 612, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10513, 612, 'our_board_section_our_team_members_1_member_social_media_link_0_link', ''), (10514, 612, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (10515, 612, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (10516, 612, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10517, 612, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (10518, 612, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (10519, 612, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (10520, 612, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (10521, 612, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (10522, 612, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (10523, 612, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (10524, 612, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (10525, 612, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (10526, 612, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10527, 612, 'our_board_section_our_team_members_2_member_social_media_link_0_link', ''), (10528, 612, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (10529, 612, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (10530, 612, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10531, 612, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (10532, 612, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (10533, 612, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (10534, 612, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (10535, 612, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (10536, 612, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (10537, 612, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (10538, 612, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10539, 612, 'our_board_section_our_team_members_3_member_social_media_link_0_link', ''), (10540, 612, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (10541, 612, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (10542, 612, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10543, 612, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (10544, 612, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (10545, 612, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (10546, 612, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (10547, 612, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (10548, 612, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (10549, 612, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (10550, 612, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (10551, 612, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (10552, 612, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (10553, 612, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (10554, 612, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (10555, 612, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (10556, 612, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (10557, 612, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10558, 612, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (10559, 612, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (10560, 612, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (10561, 612, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (10562, 612, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (10563, 612, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (10564, 612, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (10565, 612, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (10566, 612, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (10567, 612, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (10568, 612, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (10569, 612, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (10570, 612, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (10571, 612, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (10572, 612, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (10573, 614, 'banner_section_banner_image', ''), (10574, 614, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (10575, 614, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (10576, 614, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (10577, 614, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (10578, 614, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (10579, 614, 'banner_section_banner_button', ''), (10580, 614, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (10581, 614, 'banner_section', ''), (10582, 614, '_banner_section', 'field_68c2b4c8ad185'), (10583, 614, 'our_board_section_heading', 'Our Board'), (10584, 614, '_our_board_section_heading', 'field_68c2b55f2d05a'), (10585, 614, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10586, 614, '_our_board_section_description', 'field_68c2b56a2d05b'), (10587, 614, 'our_board_section_board_members_0_member_image', '584'), (10588, 614, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (10589, 614, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (10590, 614, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (10591, 614, 'our_board_section_board_members_0_designation', 'Managing Director'), (10592, 614, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (10593, 614, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10594, 614, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (10595, 614, 'our_board_section_board_members', '4'), (10596, 614, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (10597, 614, 'our_board_section_our_board_footer_info', ''), (10598, 614, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (10599, 614, 'our_board_section', ''), (10600, 614, '_our_board_section', 'field_68c2b5522d059'), (10601, 614, 'leadership_section_image', '613'), (10602, 614, '_leadership_section_image', 'field_68c2b6ed41146'), (10603, 614, 'leadership_section_heading', 'CoreValues of our Leadership'), (10604, 614, '_leadership_section_heading', 'field_68c2bc1241147'), (10605, 614, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (10606, 614, '_leadership_section_description', 'field_68c2bc1c41148'), (10607, 614, 'leadership_section_leadership_point', '6'), (10608, 614, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (10609, 614, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10610, 614, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (10611, 614, 'leadership_section', ''), (10612, 614, '_leadership_section', 'field_68c2b6cd41145'), (10613, 614, 'bombora_info_section_background_image', '472'), (10614, 614, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (10615, 614, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (10616, 614, '_bombora_info_section_content', 'field_68c2bd223963f'), (10617, 614, 'bombora_info_section', ''), (10618, 614, '_bombora_info_section', 'field_68c2bcf23963d'), (10619, 614, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.'), (10620, 614, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (10621, 614, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (10622, 614, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (10623, 614, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (10624, 614, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (10625, 614, 'our_board_contact_section', ''), (10626, 614, '_our_board_contact_section', 'field_68c2bf9673614'), (10627, 614, 'our_board_section_board_members_1_member_image', '586'), (10628, 614, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (10629, 614, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (10630, 614, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (10631, 614, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (10632, 614, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (10633, 614, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10634, 614, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (10635, 614, 'our_board_section_board_members_2_member_image', '582'), (10636, 614, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (10637, 614, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (10638, 614, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (10639, 614, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (10640, 614, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (10641, 614, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10642, 614, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (10643, 614, 'our_board_section_board_members_3_member_image', '585'), (10644, 614, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (10645, 614, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (10646, 614, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (10647, 614, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (10648, 614, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (10649, 614, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10650, 614, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (10651, 614, 'our_board_section_our_team_members_0_member_image', '580'), (10652, 614, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (10653, 614, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (10654, 614, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (10655, 614, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (10656, 614, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (10657, 614, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10658, 614, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (10659, 614, 'our_board_section_our_team_members', '4'), (10660, 614, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (10661, 614, 'our_board_section_our_team_members_1_member_image', '583'), (10662, 614, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (10663, 614, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (10664, 614, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (10665, 614, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (10666, 614, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (10667, 614, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10668, 614, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (10669, 614, 'our_board_section_our_team_members_2_member_image', '582'), (10670, 614, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (10671, 614, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (10672, 614, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (10673, 614, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (10674, 614, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (10675, 614, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10676, 614, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (10677, 614, 'our_board_section_our_team_members_3_member_image', ''), (10678, 614, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (10679, 614, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (10680, 614, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (10681, 614, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (10682, 614, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (10683, 614, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10684, 614, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (10685, 614, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10686, 614, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (10687, 614, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (10688, 614, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (10689, 614, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10690, 614, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (10691, 614, 'our_board_section_board_members_0_member_social_media', '2'), (10692, 614, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (10693, 614, 'our_board_section_board_members_0_member_description', '2'), (10694, 614, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (10695, 614, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10696, 614, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (10697, 614, 'our_board_section_board_members_1_member_social_media', '2'), (10698, 614, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (10699, 614, 'our_board_section_board_members_1_member_description', '2'), (10700, 614, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (10701, 614, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10702, 614, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (10703, 614, 'our_board_section_board_members_2_member_social_media', '2'), (10704, 614, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (10705, 614, 'our_board_section_board_members_2_member_description', '2'), (10706, 614, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (10707, 614, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10708, 614, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (10709, 614, 'our_board_section_board_members_3_member_social_media', '2'), (10710, 614, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (10711, 614, 'our_board_section_board_members_3_member_description', '3'), (10712, 614, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (10713, 614, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10714, 614, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (10715, 614, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (10716, 614, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (10717, 614, 'our_board_section_our_team_members_0_member_description', '3'), (10718, 614, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (10719, 614, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10720, 614, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (10721, 614, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (10722, 614, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (10723, 614, 'our_board_section_our_team_members_1_member_description', '3'), (10724, 614, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (10725, 614, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10726, 614, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (10727, 614, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (10728, 614, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (10729, 614, 'our_board_section_our_team_members_2_member_description', '2'), (10730, 614, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (10731, 614, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10732, 614, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (10733, 614, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (10734, 614, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (10735, 614, 'our_board_section_our_team_members_3_member_description', '2'), (10736, 614, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (10737, 614, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (10738, 614, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (10739, 614, 'our_board_section_board_members_0_member_social_media_0_link', ''), (10740, 614, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (10741, 614, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (10742, 614, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (10743, 614, 'our_board_section_board_members_0_member_social_media_1_link', ''), (10744, 614, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (10745, 614, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (10746, 614, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (10747, 614, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (10748, 614, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (10749, 614, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (10750, 614, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (10751, 614, 'our_board_section_board_members_1_member_social_media_0_link', ''), (10752, 614, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (10753, 614, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (10754, 614, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (10755, 614, 'our_board_section_board_members_1_member_social_media_1_link', ''), (10756, 614, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (10757, 614, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (10758, 614, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (10759, 614, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (10760, 614, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (10761, 614, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (10762, 614, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (10763, 614, 'our_board_section_board_members_2_member_social_media_0_link', ''), (10764, 614, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (10765, 614, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (10766, 614, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (10767, 614, 'our_board_section_board_members_2_member_social_media_1_link', ''), (10768, 614, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (10769, 614, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (10770, 614, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (10771, 614, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (10772, 614, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (10773, 614, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (10774, 614, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (10775, 614, 'our_board_section_board_members_3_member_social_media_0_link', ''), (10776, 614, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (10777, 614, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (10778, 614, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (10779, 614, 'our_board_section_board_members_3_member_social_media_1_link', ''), (10780, 614, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (10781, 614, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (10782, 614, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (10783, 614, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (10784, 614, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (10785, 614, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10786, 614, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (10787, 614, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (10788, 614, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10789, 614, 'our_board_section_our_team_members_0_member_social_media_link_0_link', ''), (10790, 614, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (10791, 614, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (10792, 614, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10793, 614, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (10794, 614, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (10795, 614, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (10796, 614, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (10797, 614, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (10798, 614, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (10799, 614, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (10800, 614, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (10801, 614, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (10802, 614, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10803, 614, 'our_board_section_our_team_members_1_member_social_media_link_0_link', ''), (10804, 614, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (10805, 614, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (10806, 614, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10807, 614, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (10808, 614, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (10809, 614, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (10810, 614, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (10811, 614, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (10812, 614, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (10813, 614, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (10814, 614, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (10815, 614, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (10816, 614, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10817, 614, 'our_board_section_our_team_members_2_member_social_media_link_0_link', ''), (10818, 614, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (10819, 614, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (10820, 614, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10821, 614, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (10822, 614, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (10823, 614, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (10824, 614, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (10825, 614, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (10826, 614, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (10827, 614, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (10828, 614, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (10829, 614, 'our_board_section_our_team_members_3_member_social_media_link_0_link', ''), (10830, 614, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (10831, 614, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (10832, 614, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (10833, 614, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (10834, 614, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (10835, 614, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (10836, 614, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (10837, 614, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (10838, 614, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (10839, 614, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (10840, 614, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (10841, 614, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (10842, 614, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (10843, 614, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (10844, 614, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (10845, 614, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (10846, 614, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (10847, 614, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (10848, 614, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (10849, 614, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (10850, 614, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (10851, 614, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (10852, 614, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (10853, 614, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (10854, 614, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (10855, 614, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (10856, 614, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (10857, 614, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (10858, 614, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (10859, 614, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (10860, 614, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (10861, 614, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (10862, 614, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (10863, 615, 'banner_section_banner_image', ''), (10864, 615, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (10865, 615, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (10866, 615, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (10867, 615, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (10868, 615, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (10869, 615, 'banner_section_banner_button', ''), (10870, 615, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (10871, 615, 'banner_section', ''), (10872, 615, '_banner_section', 'field_68c2b4c8ad185'), (10873, 615, 'our_board_section_heading', 'Our Board'), (10874, 615, '_our_board_section_heading', 'field_68c2b55f2d05a'), (10875, 615, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (10876, 615, '_our_board_section_description', 'field_68c2b56a2d05b'), (10877, 615, 'our_board_section_board_members_0_member_image', '584'), (10878, 615, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (10879, 615, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (10880, 615, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (10881, 615, 'our_board_section_board_members_0_designation', 'Managing Director'), (10882, 615, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (10883, 615, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10884, 615, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (10885, 615, 'our_board_section_board_members', '4') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10886, 615, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (10887, 615, 'our_board_section_our_board_footer_info', ''), (10888, 615, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (10889, 615, 'our_board_section', ''), (10890, 615, '_our_board_section', 'field_68c2b5522d059'), (10891, 615, 'leadership_section_image', '613'), (10892, 615, '_leadership_section_image', 'field_68c2b6ed41146'), (10893, 615, 'leadership_section_heading', 'CoreValues of our Leadership'), (10894, 615, '_leadership_section_heading', 'field_68c2bc1241147'), (10895, 615, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (10896, 615, '_leadership_section_description', 'field_68c2bc1c41148'), (10897, 615, 'leadership_section_leadership_point', '6'), (10898, 615, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (10899, 615, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10900, 615, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (10901, 615, 'leadership_section', ''), (10902, 615, '_leadership_section', 'field_68c2b6cd41145'), (10903, 615, 'bombora_info_section_background_image', '472'), (10904, 615, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (10905, 615, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (10906, 615, '_bombora_info_section_content', 'field_68c2bd223963f'), (10907, 615, 'bombora_info_section', ''), (10908, 615, '_bombora_info_section', 'field_68c2bcf23963d'), (10909, 615, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.'), (10910, 615, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (10911, 615, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (10912, 615, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (10913, 615, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (10914, 615, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (10915, 615, 'our_board_contact_section', ''), (10916, 615, '_our_board_contact_section', 'field_68c2bf9673614'), (10917, 615, 'our_board_section_board_members_1_member_image', '586'), (10918, 615, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (10919, 615, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (10920, 615, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (10921, 615, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (10922, 615, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (10923, 615, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10924, 615, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (10925, 615, 'our_board_section_board_members_2_member_image', '582'), (10926, 615, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (10927, 615, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (10928, 615, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (10929, 615, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (10930, 615, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (10931, 615, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10932, 615, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (10933, 615, 'our_board_section_board_members_3_member_image', '585'), (10934, 615, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (10935, 615, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (10936, 615, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (10937, 615, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (10938, 615, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (10939, 615, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10940, 615, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (10941, 615, 'our_board_section_our_team_members_0_member_image', '580'), (10942, 615, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (10943, 615, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (10944, 615, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (10945, 615, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (10946, 615, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (10947, 615, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10948, 615, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (10949, 615, 'our_board_section_our_team_members', '4'), (10950, 615, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (10951, 615, 'our_board_section_our_team_members_1_member_image', '583'), (10952, 615, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (10953, 615, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (10954, 615, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (10955, 615, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (10956, 615, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (10957, 615, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10958, 615, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (10959, 615, 'our_board_section_our_team_members_2_member_image', '582'), (10960, 615, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (10961, 615, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (10962, 615, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (10963, 615, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (10964, 615, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (10965, 615, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10966, 615, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (10967, 615, 'our_board_section_our_team_members_3_member_image', ''), (10968, 615, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (10969, 615, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (10970, 615, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (10971, 615, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (10972, 615, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (10973, 615, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (10974, 615, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (10975, 615, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (10976, 615, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (10977, 615, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (10978, 615, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (10979, 615, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10980, 615, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (10981, 615, 'our_board_section_board_members_0_member_social_media', '2'), (10982, 615, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (10983, 615, 'our_board_section_board_members_0_member_description', '2'), (10984, 615, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (10985, 615, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10986, 615, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (10987, 615, 'our_board_section_board_members_1_member_social_media', '2'), (10988, 615, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (10989, 615, 'our_board_section_board_members_1_member_description', '2'), (10990, 615, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (10991, 615, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10992, 615, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (10993, 615, 'our_board_section_board_members_2_member_social_media', '2'), (10994, 615, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (10995, 615, 'our_board_section_board_members_2_member_description', '2'), (10996, 615, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (10997, 615, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (10998, 615, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (10999, 615, 'our_board_section_board_members_3_member_social_media', '2'), (11000, 615, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (11001, 615, 'our_board_section_board_members_3_member_description', '3'), (11002, 615, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (11003, 615, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11004, 615, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (11005, 615, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (11006, 615, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (11007, 615, 'our_board_section_our_team_members_0_member_description', '3'), (11008, 615, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (11009, 615, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11010, 615, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (11011, 615, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (11012, 615, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (11013, 615, 'our_board_section_our_team_members_1_member_description', '3'), (11014, 615, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (11015, 615, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11016, 615, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (11017, 615, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (11018, 615, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (11019, 615, 'our_board_section_our_team_members_2_member_description', '2'), (11020, 615, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (11021, 615, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11022, 615, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (11023, 615, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (11024, 615, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (11025, 615, 'our_board_section_our_team_members_3_member_description', '2'), (11026, 615, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (11027, 615, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (11028, 615, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (11029, 615, 'our_board_section_board_members_0_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11030, 615, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (11031, 615, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (11032, 615, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (11033, 615, 'our_board_section_board_members_0_member_social_media_1_link', ''), (11034, 615, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (11035, 615, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (11036, 615, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (11037, 615, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (11038, 615, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (11039, 615, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (11040, 615, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (11041, 615, 'our_board_section_board_members_1_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11042, 615, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (11043, 615, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (11044, 615, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (11045, 615, 'our_board_section_board_members_1_member_social_media_1_link', ''), (11046, 615, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (11047, 615, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (11048, 615, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (11049, 615, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (11050, 615, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (11051, 615, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (11052, 615, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (11053, 615, 'our_board_section_board_members_2_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11054, 615, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (11055, 615, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (11056, 615, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (11057, 615, 'our_board_section_board_members_2_member_social_media_1_link', ''), (11058, 615, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (11059, 615, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (11060, 615, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (11061, 615, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (11062, 615, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (11063, 615, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (11064, 615, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (11065, 615, 'our_board_section_board_members_3_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11066, 615, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (11067, 615, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (11068, 615, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (11069, 615, 'our_board_section_board_members_3_member_social_media_1_link', ''), (11070, 615, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (11071, 615, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (11072, 615, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (11073, 615, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (11074, 615, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (11075, 615, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (11076, 615, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (11077, 615, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (11078, 615, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11079, 615, 'our_board_section_our_team_members_0_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11080, 615, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (11081, 615, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (11082, 615, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11083, 615, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (11084, 615, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (11085, 615, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11086, 615, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (11087, 615, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (11088, 615, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (11089, 615, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (11090, 615, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (11091, 615, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (11092, 615, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11093, 615, 'our_board_section_our_team_members_1_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11094, 615, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (11095, 615, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (11096, 615, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11097, 615, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (11098, 615, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (11099, 615, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (11100, 615, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (11101, 615, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (11102, 615, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (11103, 615, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (11104, 615, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (11105, 615, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (11106, 615, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11107, 615, 'our_board_section_our_team_members_2_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11108, 615, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (11109, 615, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (11110, 615, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11111, 615, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (11112, 615, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (11113, 615, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (11114, 615, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (11115, 615, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (11116, 615, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (11117, 615, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (11118, 615, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11119, 615, 'our_board_section_our_team_members_3_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11120, 615, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (11121, 615, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (11122, 615, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11123, 615, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (11124, 615, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (11125, 615, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (11126, 615, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (11127, 615, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (11128, 615, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (11129, 615, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (11130, 615, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (11131, 615, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (11132, 615, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (11133, 615, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (11134, 615, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (11135, 615, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (11136, 615, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (11137, 615, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (11138, 615, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (11139, 615, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (11140, 615, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (11141, 615, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (11142, 615, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (11143, 615, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (11144, 615, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (11145, 615, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (11146, 615, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (11147, 615, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (11148, 615, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (11149, 615, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (11150, 615, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (11151, 615, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (11152, 615, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (11153, 577, 'our_board_section_our_team_members_0_designation', 'General Manager'), (11154, 577, '_our_board_section_our_team_members_0_designation', 'field_68cb8f0efacc3'), (11155, 577, 'our_board_section_our_team_members_0_member_social_media_0_icon', '407'), (11156, 577, '_our_board_section_our_team_members_0_member_social_media_0_icon', 'field_68cb9316ed128'), (11157, 577, 'our_board_section_our_team_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (11158, 577, '_our_board_section_our_team_members_0_member_social_media_0_link', 'field_68cb9320ed129'), (11159, 577, 'our_board_section_our_team_members_0_member_social_media_1_icon', '98'), (11160, 577, '_our_board_section_our_team_members_0_member_social_media_1_icon', 'field_68cb9316ed128'), (11161, 577, 'our_board_section_our_team_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (11162, 577, '_our_board_section_our_team_members_0_member_social_media_1_link', 'field_68cb9320ed129'), (11163, 577, 'our_board_section_our_team_members_0_member_social_media', '2'), (11164, 577, '_our_board_section_our_team_members_0_member_social_media', 'field_68cb9310ed127'), (11165, 577, 'our_board_section_our_team_members_1_designation', 'Head of Risk & Compliance'), (11166, 577, '_our_board_section_our_team_members_1_designation', 'field_68cb8f0efacc3'), (11167, 577, 'our_board_section_our_team_members_1_member_social_media_0_icon', '97'), (11168, 577, '_our_board_section_our_team_members_1_member_social_media_0_icon', 'field_68cb9316ed128'), (11169, 577, 'our_board_section_our_team_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (11170, 577, '_our_board_section_our_team_members_1_member_social_media_0_link', 'field_68cb9320ed129'), (11171, 577, 'our_board_section_our_team_members_1_member_social_media_1_icon', '98'), (11172, 577, '_our_board_section_our_team_members_1_member_social_media_1_icon', 'field_68cb9316ed128'), (11173, 577, 'our_board_section_our_team_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (11174, 577, '_our_board_section_our_team_members_1_member_social_media_1_link', 'field_68cb9320ed129'), (11175, 577, 'our_board_section_our_team_members_1_member_social_media', '2'), (11176, 577, '_our_board_section_our_team_members_1_member_social_media', 'field_68cb9310ed127'), (11177, 577, 'our_board_section_our_team_members_2_designation', 'Operations Manager'), (11178, 577, '_our_board_section_our_team_members_2_designation', 'field_68cb8f0efacc3'), (11179, 577, 'our_board_section_our_team_members_2_member_social_media_0_icon', '97'), (11180, 577, '_our_board_section_our_team_members_2_member_social_media_0_icon', 'field_68cb9316ed128'), (11181, 577, 'our_board_section_our_team_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (11182, 577, '_our_board_section_our_team_members_2_member_social_media_0_link', 'field_68cb9320ed129'), (11183, 577, 'our_board_section_our_team_members_2_member_social_media_1_icon', '98'), (11184, 577, '_our_board_section_our_team_members_2_member_social_media_1_icon', 'field_68cb9316ed128'), (11185, 577, 'our_board_section_our_team_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11186, 577, '_our_board_section_our_team_members_2_member_social_media_1_link', 'field_68cb9320ed129'), (11187, 577, 'our_board_section_our_team_members_2_member_social_media', '2'), (11188, 577, '_our_board_section_our_team_members_2_member_social_media', 'field_68cb9310ed127'), (11189, 577, 'our_board_section_our_team_members_3_designation', 'Compliance Manager'), (11190, 577, '_our_board_section_our_team_members_3_designation', 'field_68cb8f0efacc3'), (11191, 577, 'our_board_section_our_team_members_3_member_social_media_0_icon', '97'), (11192, 577, '_our_board_section_our_team_members_3_member_social_media_0_icon', 'field_68cb9316ed128'), (11193, 577, 'our_board_section_our_team_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (11194, 577, '_our_board_section_our_team_members_3_member_social_media_0_link', 'field_68cb9320ed129'), (11195, 577, 'our_board_section_our_team_members_3_member_social_media_1_icon', '98'), (11196, 577, '_our_board_section_our_team_members_3_member_social_media_1_icon', 'field_68cb9316ed128'), (11197, 577, 'our_board_section_our_team_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (11198, 577, '_our_board_section_our_team_members_3_member_social_media_1_link', 'field_68cb9320ed129'), (11199, 577, 'our_board_section_our_team_members_3_member_social_media', '2'), (11200, 577, '_our_board_section_our_team_members_3_member_social_media', 'field_68cb9310ed127'), (11201, 616, 'banner_section_banner_image', ''), (11202, 616, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (11203, 616, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (11204, 616, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (11205, 616, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (11206, 616, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (11207, 616, 'banner_section_banner_button', ''), (11208, 616, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (11209, 616, 'banner_section', ''), (11210, 616, '_banner_section', 'field_68c2b4c8ad185'), (11211, 616, 'our_board_section_heading', 'Our Board'), (11212, 616, '_our_board_section_heading', 'field_68c2b55f2d05a'), (11213, 616, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (11214, 616, '_our_board_section_description', 'field_68c2b56a2d05b'), (11215, 616, 'our_board_section_board_members_0_member_image', '584'), (11216, 616, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (11217, 616, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (11218, 616, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (11219, 616, 'our_board_section_board_members_0_designation', 'Managing Director'), (11220, 616, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (11221, 616, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11222, 616, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (11223, 616, 'our_board_section_board_members', '4'), (11224, 616, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (11225, 616, 'our_board_section_our_board_footer_info', ''), (11226, 616, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (11227, 616, 'our_board_section', ''), (11228, 616, '_our_board_section', 'field_68c2b5522d059'), (11229, 616, 'leadership_section_image', '613'), (11230, 616, '_leadership_section_image', 'field_68c2b6ed41146'), (11231, 616, 'leadership_section_heading', 'CoreValues of our Leadership'), (11232, 616, '_leadership_section_heading', 'field_68c2bc1241147'), (11233, 616, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (11234, 616, '_leadership_section_description', 'field_68c2bc1c41148'), (11235, 616, 'leadership_section_leadership_point', '6'), (11236, 616, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (11237, 616, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11238, 616, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (11239, 616, 'leadership_section', ''), (11240, 616, '_leadership_section', 'field_68c2b6cd41145'), (11241, 616, 'bombora_info_section_background_image', '472'), (11242, 616, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (11243, 616, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (11244, 616, '_bombora_info_section_content', 'field_68c2bd223963f'), (11245, 616, 'bombora_info_section', ''), (11246, 616, '_bombora_info_section', 'field_68c2bcf23963d'), (11247, 616, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.'), (11248, 616, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (11249, 616, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (11250, 616, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (11251, 616, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="b2e3fb1" title="insurance-contact-form"]'), (11252, 616, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (11253, 616, 'our_board_contact_section', ''), (11254, 616, '_our_board_contact_section', 'field_68c2bf9673614'), (11255, 616, 'our_board_section_board_members_1_member_image', '586'), (11256, 616, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (11257, 616, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (11258, 616, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (11259, 616, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (11260, 616, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (11261, 616, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11262, 616, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (11263, 616, 'our_board_section_board_members_2_member_image', '582'), (11264, 616, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (11265, 616, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (11266, 616, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (11267, 616, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (11268, 616, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (11269, 616, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11270, 616, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (11271, 616, 'our_board_section_board_members_3_member_image', '585'), (11272, 616, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (11273, 616, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (11274, 616, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (11275, 616, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (11276, 616, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (11277, 616, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11278, 616, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (11279, 616, 'our_board_section_our_team_members_0_member_image', '580'), (11280, 616, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (11281, 616, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (11282, 616, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (11283, 616, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (11284, 616, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (11285, 616, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11286, 616, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (11287, 616, 'our_board_section_our_team_members', '4'), (11288, 616, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (11289, 616, 'our_board_section_our_team_members_1_member_image', '583'), (11290, 616, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (11291, 616, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (11292, 616, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (11293, 616, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (11294, 616, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (11295, 616, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11296, 616, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (11297, 616, 'our_board_section_our_team_members_2_member_image', '582'), (11298, 616, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (11299, 616, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (11300, 616, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (11301, 616, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (11302, 616, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (11303, 616, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11304, 616, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (11305, 616, 'our_board_section_our_team_members_3_member_image', ''), (11306, 616, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (11307, 616, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (11308, 616, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (11309, 616, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (11310, 616, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (11311, 616, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11312, 616, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (11313, 616, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (11314, 616, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (11315, 616, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (11316, 616, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (11317, 616, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11318, 616, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (11319, 616, 'our_board_section_board_members_0_member_social_media', '2'), (11320, 616, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (11321, 616, 'our_board_section_board_members_0_member_description', '2'), (11322, 616, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (11323, 616, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11324, 616, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (11325, 616, 'our_board_section_board_members_1_member_social_media', '2'), (11326, 616, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (11327, 616, 'our_board_section_board_members_1_member_description', '2'), (11328, 616, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (11329, 616, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11330, 616, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (11331, 616, 'our_board_section_board_members_2_member_social_media', '2'), (11332, 616, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (11333, 616, 'our_board_section_board_members_2_member_description', '2'), (11334, 616, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (11335, 616, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11336, 616, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (11337, 616, 'our_board_section_board_members_3_member_social_media', '2'), (11338, 616, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (11339, 616, 'our_board_section_board_members_3_member_description', '3'), (11340, 616, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (11341, 616, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11342, 616, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (11343, 616, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (11344, 616, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (11345, 616, 'our_board_section_our_team_members_0_member_description', '3'), (11346, 616, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (11347, 616, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11348, 616, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (11349, 616, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (11350, 616, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (11351, 616, 'our_board_section_our_team_members_1_member_description', '3'), (11352, 616, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (11353, 616, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11354, 616, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (11355, 616, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (11356, 616, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (11357, 616, 'our_board_section_our_team_members_2_member_description', '2'), (11358, 616, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (11359, 616, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11360, 616, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (11361, 616, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (11362, 616, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (11363, 616, 'our_board_section_our_team_members_3_member_description', '2'), (11364, 616, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (11365, 616, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (11366, 616, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (11367, 616, 'our_board_section_board_members_0_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11368, 616, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (11369, 616, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (11370, 616, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (11371, 616, 'our_board_section_board_members_0_member_social_media_1_link', ''), (11372, 616, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (11373, 616, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (11374, 616, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (11375, 616, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (11376, 616, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (11377, 616, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (11378, 616, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (11379, 616, 'our_board_section_board_members_1_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11380, 616, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (11381, 616, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (11382, 616, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (11383, 616, 'our_board_section_board_members_1_member_social_media_1_link', ''), (11384, 616, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (11385, 616, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11386, 616, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (11387, 616, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (11388, 616, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (11389, 616, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (11390, 616, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (11391, 616, 'our_board_section_board_members_2_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11392, 616, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (11393, 616, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (11394, 616, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (11395, 616, 'our_board_section_board_members_2_member_social_media_1_link', ''), (11396, 616, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (11397, 616, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (11398, 616, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (11399, 616, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (11400, 616, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (11401, 616, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (11402, 616, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (11403, 616, 'our_board_section_board_members_3_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11404, 616, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (11405, 616, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (11406, 616, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (11407, 616, 'our_board_section_board_members_3_member_social_media_1_link', ''), (11408, 616, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (11409, 616, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (11410, 616, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (11411, 616, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (11412, 616, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (11413, 616, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (11414, 616, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (11415, 616, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (11416, 616, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11417, 616, 'our_board_section_our_team_members_0_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11418, 616, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (11419, 616, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (11420, 616, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11421, 616, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (11422, 616, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (11423, 616, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (11424, 616, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (11425, 616, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (11426, 616, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (11427, 616, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (11428, 616, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (11429, 616, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (11430, 616, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11431, 616, 'our_board_section_our_team_members_1_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11432, 616, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (11433, 616, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (11434, 616, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11435, 616, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (11436, 616, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (11437, 616, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (11438, 616, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (11439, 616, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (11440, 616, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (11441, 616, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (11442, 616, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (11443, 616, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (11444, 616, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11445, 616, 'our_board_section_our_team_members_2_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11446, 616, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (11447, 616, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (11448, 616, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11449, 616, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (11450, 616, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (11451, 616, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (11452, 616, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (11453, 616, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (11454, 616, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (11455, 616, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (11456, 616, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11457, 616, 'our_board_section_our_team_members_3_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11458, 616, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (11459, 616, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (11460, 616, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11461, 616, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (11462, 616, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (11463, 616, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (11464, 616, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (11465, 616, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (11466, 616, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (11467, 616, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (11468, 616, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (11469, 616, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (11470, 616, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (11471, 616, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (11472, 616, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (11473, 616, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (11474, 616, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (11475, 616, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (11476, 616, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (11477, 616, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (11478, 616, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (11479, 616, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (11480, 616, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (11481, 616, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (11482, 616, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (11483, 616, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (11484, 616, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (11485, 616, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11486, 616, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (11487, 616, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (11488, 616, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (11489, 616, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (11490, 616, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (11491, 616, 'our_board_section_our_team_members_0_designation', 'General Manager'), (11492, 616, '_our_board_section_our_team_members_0_designation', 'field_68cb8f0efacc3'), (11493, 616, 'our_board_section_our_team_members_0_member_social_media_0_icon', '407'), (11494, 616, '_our_board_section_our_team_members_0_member_social_media_0_icon', 'field_68cb9316ed128'), (11495, 616, 'our_board_section_our_team_members_0_member_social_media_0_link', ''), (11496, 616, '_our_board_section_our_team_members_0_member_social_media_0_link', 'field_68cb9320ed129'), (11497, 616, 'our_board_section_our_team_members_0_member_social_media_1_icon', '98'), (11498, 616, '_our_board_section_our_team_members_0_member_social_media_1_icon', 'field_68cb9316ed128'), (11499, 616, 'our_board_section_our_team_members_0_member_social_media_1_link', ''), (11500, 616, '_our_board_section_our_team_members_0_member_social_media_1_link', 'field_68cb9320ed129'), (11501, 616, 'our_board_section_our_team_members_0_member_social_media', '2'), (11502, 616, '_our_board_section_our_team_members_0_member_social_media', 'field_68cb9310ed127'), (11503, 616, 'our_board_section_our_team_members_1_designation', 'Head of Risk & Compliance'), (11504, 616, '_our_board_section_our_team_members_1_designation', 'field_68cb8f0efacc3'), (11505, 616, 'our_board_section_our_team_members_1_member_social_media_0_icon', '97'), (11506, 616, '_our_board_section_our_team_members_1_member_social_media_0_icon', 'field_68cb9316ed128'), (11507, 616, 'our_board_section_our_team_members_1_member_social_media_0_link', ''), (11508, 616, '_our_board_section_our_team_members_1_member_social_media_0_link', 'field_68cb9320ed129'), (11509, 616, 'our_board_section_our_team_members_1_member_social_media_1_icon', '98'), (11510, 616, '_our_board_section_our_team_members_1_member_social_media_1_icon', 'field_68cb9316ed128'), (11511, 616, 'our_board_section_our_team_members_1_member_social_media_1_link', ''), (11512, 616, '_our_board_section_our_team_members_1_member_social_media_1_link', 'field_68cb9320ed129'), (11513, 616, 'our_board_section_our_team_members_1_member_social_media', '2'), (11514, 616, '_our_board_section_our_team_members_1_member_social_media', 'field_68cb9310ed127'), (11515, 616, 'our_board_section_our_team_members_2_designation', 'Operations Manager'), (11516, 616, '_our_board_section_our_team_members_2_designation', 'field_68cb8f0efacc3'), (11517, 616, 'our_board_section_our_team_members_2_member_social_media_0_icon', '97'), (11518, 616, '_our_board_section_our_team_members_2_member_social_media_0_icon', 'field_68cb9316ed128'), (11519, 616, 'our_board_section_our_team_members_2_member_social_media_0_link', ''), (11520, 616, '_our_board_section_our_team_members_2_member_social_media_0_link', 'field_68cb9320ed129'), (11521, 616, 'our_board_section_our_team_members_2_member_social_media_1_icon', '98'), (11522, 616, '_our_board_section_our_team_members_2_member_social_media_1_icon', 'field_68cb9316ed128'), (11523, 616, 'our_board_section_our_team_members_2_member_social_media_1_link', ''), (11524, 616, '_our_board_section_our_team_members_2_member_social_media_1_link', 'field_68cb9320ed129'), (11525, 616, 'our_board_section_our_team_members_2_member_social_media', '2'), (11526, 616, '_our_board_section_our_team_members_2_member_social_media', 'field_68cb9310ed127'), (11527, 616, 'our_board_section_our_team_members_3_designation', 'Compliance Manager'), (11528, 616, '_our_board_section_our_team_members_3_designation', 'field_68cb8f0efacc3'), (11529, 616, 'our_board_section_our_team_members_3_member_social_media_0_icon', '97'), (11530, 616, '_our_board_section_our_team_members_3_member_social_media_0_icon', 'field_68cb9316ed128'), (11531, 616, 'our_board_section_our_team_members_3_member_social_media_0_link', ''), (11532, 616, '_our_board_section_our_team_members_3_member_social_media_0_link', 'field_68cb9320ed129'), (11533, 616, 'our_board_section_our_team_members_3_member_social_media_1_icon', '98'), (11534, 616, '_our_board_section_our_team_members_3_member_social_media_1_icon', 'field_68cb9316ed128'), (11535, 616, 'our_board_section_our_team_members_3_member_social_media_1_link', ''), (11536, 616, '_our_board_section_our_team_members_3_member_social_media_1_link', 'field_68cb9320ed129'), (11537, 616, 'our_board_section_our_team_members_3_member_social_media', '2'), (11538, 616, '_our_board_section_our_team_members_3_member_social_media', 'field_68cb9310ed127'), (11539, 617, 'banner_section_banner_image', ''), (11540, 617, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (11541, 617, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (11542, 617, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (11543, 617, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (11544, 617, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (11545, 617, 'banner_section_banner_button', ''), (11546, 617, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (11547, 617, 'banner_section', ''), (11548, 617, '_banner_section', 'field_68c2b4c8ad185'), (11549, 617, 'our_board_section_heading', 'Our Board'), (11550, 617, '_our_board_section_heading', 'field_68c2b55f2d05a'), (11551, 617, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (11552, 617, '_our_board_section_description', 'field_68c2b56a2d05b'), (11553, 617, 'our_board_section_board_members_0_member_image', '584'), (11554, 617, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (11555, 617, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (11556, 617, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (11557, 617, 'our_board_section_board_members_0_designation', 'Managing Director'), (11558, 617, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (11559, 617, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11560, 617, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (11561, 617, 'our_board_section_board_members', '4'), (11562, 617, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (11563, 617, 'our_board_section_our_board_footer_info', ''), (11564, 617, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (11565, 617, 'our_board_section', ''), (11566, 617, '_our_board_section', 'field_68c2b5522d059'), (11567, 617, 'leadership_section_image', '613'), (11568, 617, '_leadership_section_image', 'field_68c2b6ed41146'), (11569, 617, 'leadership_section_heading', 'CoreValues of our Leadership'), (11570, 617, '_leadership_section_heading', 'field_68c2bc1241147'), (11571, 617, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (11572, 617, '_leadership_section_description', 'field_68c2bc1c41148'), (11573, 617, 'leadership_section_leadership_point', '6'), (11574, 617, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (11575, 617, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11576, 617, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (11577, 617, 'leadership_section', ''), (11578, 617, '_leadership_section', 'field_68c2b6cd41145'), (11579, 617, 'bombora_info_section_background_image', '472'), (11580, 617, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (11581, 617, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (11582, 617, '_bombora_info_section_content', 'field_68c2bd223963f'), (11583, 617, 'bombora_info_section', ''), (11584, 617, '_bombora_info_section', 'field_68c2bcf23963d'), (11585, 617, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11586, 617, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (11587, 617, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (11588, 617, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (11589, 617, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (11590, 617, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (11591, 617, 'our_board_contact_section', ''), (11592, 617, '_our_board_contact_section', 'field_68c2bf9673614'), (11593, 617, 'our_board_section_board_members_1_member_image', '586'), (11594, 617, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (11595, 617, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (11596, 617, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (11597, 617, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (11598, 617, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (11599, 617, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11600, 617, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (11601, 617, 'our_board_section_board_members_2_member_image', '582'), (11602, 617, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (11603, 617, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (11604, 617, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (11605, 617, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (11606, 617, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (11607, 617, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11608, 617, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (11609, 617, 'our_board_section_board_members_3_member_image', '585'), (11610, 617, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (11611, 617, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (11612, 617, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (11613, 617, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (11614, 617, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (11615, 617, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11616, 617, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (11617, 617, 'our_board_section_our_team_members_0_member_image', '580'), (11618, 617, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (11619, 617, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (11620, 617, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (11621, 617, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (11622, 617, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (11623, 617, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11624, 617, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (11625, 617, 'our_board_section_our_team_members', '4'), (11626, 617, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (11627, 617, 'our_board_section_our_team_members_1_member_image', '583'), (11628, 617, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (11629, 617, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (11630, 617, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (11631, 617, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (11632, 617, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (11633, 617, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11634, 617, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (11635, 617, 'our_board_section_our_team_members_2_member_image', '582'), (11636, 617, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (11637, 617, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (11638, 617, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (11639, 617, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (11640, 617, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (11641, 617, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11642, 617, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (11643, 617, 'our_board_section_our_team_members_3_member_image', ''), (11644, 617, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (11645, 617, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (11646, 617, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (11647, 617, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (11648, 617, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (11649, 617, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11650, 617, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (11651, 617, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (11652, 617, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (11653, 617, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (11654, 617, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (11655, 617, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11656, 617, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (11657, 617, 'our_board_section_board_members_0_member_social_media', '2'), (11658, 617, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (11659, 617, 'our_board_section_board_members_0_member_description', '2'), (11660, 617, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (11661, 617, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11662, 617, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (11663, 617, 'our_board_section_board_members_1_member_social_media', '2'), (11664, 617, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (11665, 617, 'our_board_section_board_members_1_member_description', '2'), (11666, 617, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (11667, 617, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11668, 617, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (11669, 617, 'our_board_section_board_members_2_member_social_media', '2'), (11670, 617, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (11671, 617, 'our_board_section_board_members_2_member_description', '2'), (11672, 617, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (11673, 617, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11674, 617, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (11675, 617, 'our_board_section_board_members_3_member_social_media', '2'), (11676, 617, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (11677, 617, 'our_board_section_board_members_3_member_description', '3'), (11678, 617, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (11679, 617, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11680, 617, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (11681, 617, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (11682, 617, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (11683, 617, 'our_board_section_our_team_members_0_member_description', '3'), (11684, 617, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (11685, 617, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11686, 617, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (11687, 617, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (11688, 617, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (11689, 617, 'our_board_section_our_team_members_1_member_description', '3'), (11690, 617, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (11691, 617, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11692, 617, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (11693, 617, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (11694, 617, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (11695, 617, 'our_board_section_our_team_members_2_member_description', '2'), (11696, 617, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (11697, 617, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11698, 617, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (11699, 617, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (11700, 617, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (11701, 617, 'our_board_section_our_team_members_3_member_description', '2'), (11702, 617, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (11703, 617, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (11704, 617, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (11705, 617, 'our_board_section_board_members_0_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11706, 617, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (11707, 617, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (11708, 617, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (11709, 617, 'our_board_section_board_members_0_member_social_media_1_link', ''), (11710, 617, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (11711, 617, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (11712, 617, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (11713, 617, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (11714, 617, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (11715, 617, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (11716, 617, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (11717, 617, 'our_board_section_board_members_1_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11718, 617, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (11719, 617, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (11720, 617, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (11721, 617, 'our_board_section_board_members_1_member_social_media_1_link', ''), (11722, 617, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (11723, 617, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (11724, 617, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (11725, 617, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (11726, 617, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (11727, 617, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (11728, 617, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (11729, 617, 'our_board_section_board_members_2_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11730, 617, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (11731, 617, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (11732, 617, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (11733, 617, 'our_board_section_board_members_2_member_social_media_1_link', ''), (11734, 617, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (11735, 617, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (11736, 617, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (11737, 617, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (11738, 617, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (11739, 617, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (11740, 617, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (11741, 617, 'our_board_section_board_members_3_member_social_media_0_link', 'https://www.linkedin.com/login/in'), (11742, 617, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (11743, 617, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (11744, 617, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (11745, 617, 'our_board_section_board_members_3_member_social_media_1_link', ''), (11746, 617, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (11747, 617, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (11748, 617, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (11749, 617, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (11750, 617, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (11751, 617, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (11752, 617, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (11753, 617, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (11754, 617, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11755, 617, 'our_board_section_our_team_members_0_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11756, 617, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (11757, 617, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (11758, 617, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11759, 617, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (11760, 617, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (11761, 617, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (11762, 617, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (11763, 617, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (11764, 617, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (11765, 617, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (11766, 617, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (11767, 617, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (11768, 617, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11769, 617, 'our_board_section_our_team_members_1_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11770, 617, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (11771, 617, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (11772, 617, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11773, 617, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (11774, 617, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (11775, 617, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (11776, 617, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (11777, 617, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (11778, 617, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (11779, 617, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (11780, 617, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (11781, 617, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (11782, 617, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11783, 617, 'our_board_section_our_team_members_2_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11784, 617, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (11785, 617, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11786, 617, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11787, 617, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (11788, 617, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (11789, 617, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (11790, 617, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (11791, 617, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (11792, 617, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (11793, 617, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (11794, 617, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (11795, 617, 'our_board_section_our_team_members_3_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (11796, 617, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (11797, 617, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (11798, 617, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (11799, 617, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (11800, 617, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (11801, 617, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (11802, 617, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (11803, 617, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (11804, 617, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (11805, 617, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (11806, 617, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (11807, 617, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (11808, 617, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (11809, 617, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (11810, 617, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (11811, 617, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (11812, 617, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (11813, 617, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (11814, 617, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (11815, 617, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (11816, 617, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (11817, 617, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (11818, 617, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (11819, 617, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (11820, 617, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (11821, 617, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (11822, 617, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (11823, 617, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (11824, 617, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (11825, 617, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (11826, 617, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (11827, 617, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (11828, 617, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (11829, 617, 'our_board_section_our_team_members_0_designation', 'General Manager'), (11830, 617, '_our_board_section_our_team_members_0_designation', 'field_68cb8f0efacc3'), (11831, 617, 'our_board_section_our_team_members_0_member_social_media_0_icon', '407'), (11832, 617, '_our_board_section_our_team_members_0_member_social_media_0_icon', 'field_68cb9316ed128'), (11833, 617, 'our_board_section_our_team_members_0_member_social_media_0_link', ''), (11834, 617, '_our_board_section_our_team_members_0_member_social_media_0_link', 'field_68cb9320ed129'), (11835, 617, 'our_board_section_our_team_members_0_member_social_media_1_icon', '98'), (11836, 617, '_our_board_section_our_team_members_0_member_social_media_1_icon', 'field_68cb9316ed128'), (11837, 617, 'our_board_section_our_team_members_0_member_social_media_1_link', ''), (11838, 617, '_our_board_section_our_team_members_0_member_social_media_1_link', 'field_68cb9320ed129'), (11839, 617, 'our_board_section_our_team_members_0_member_social_media', '2'), (11840, 617, '_our_board_section_our_team_members_0_member_social_media', 'field_68cb9310ed127'), (11841, 617, 'our_board_section_our_team_members_1_designation', 'Head of Risk & Compliance'), (11842, 617, '_our_board_section_our_team_members_1_designation', 'field_68cb8f0efacc3'), (11843, 617, 'our_board_section_our_team_members_1_member_social_media_0_icon', '97'), (11844, 617, '_our_board_section_our_team_members_1_member_social_media_0_icon', 'field_68cb9316ed128'), (11845, 617, 'our_board_section_our_team_members_1_member_social_media_0_link', ''), (11846, 617, '_our_board_section_our_team_members_1_member_social_media_0_link', 'field_68cb9320ed129'), (11847, 617, 'our_board_section_our_team_members_1_member_social_media_1_icon', '98'), (11848, 617, '_our_board_section_our_team_members_1_member_social_media_1_icon', 'field_68cb9316ed128'), (11849, 617, 'our_board_section_our_team_members_1_member_social_media_1_link', ''), (11850, 617, '_our_board_section_our_team_members_1_member_social_media_1_link', 'field_68cb9320ed129'), (11851, 617, 'our_board_section_our_team_members_1_member_social_media', '2'), (11852, 617, '_our_board_section_our_team_members_1_member_social_media', 'field_68cb9310ed127'), (11853, 617, 'our_board_section_our_team_members_2_designation', 'Operations Manager'), (11854, 617, '_our_board_section_our_team_members_2_designation', 'field_68cb8f0efacc3'), (11855, 617, 'our_board_section_our_team_members_2_member_social_media_0_icon', '97'), (11856, 617, '_our_board_section_our_team_members_2_member_social_media_0_icon', 'field_68cb9316ed128'), (11857, 617, 'our_board_section_our_team_members_2_member_social_media_0_link', ''), (11858, 617, '_our_board_section_our_team_members_2_member_social_media_0_link', 'field_68cb9320ed129'), (11859, 617, 'our_board_section_our_team_members_2_member_social_media_1_icon', '98'), (11860, 617, '_our_board_section_our_team_members_2_member_social_media_1_icon', 'field_68cb9316ed128'), (11861, 617, 'our_board_section_our_team_members_2_member_social_media_1_link', ''), (11862, 617, '_our_board_section_our_team_members_2_member_social_media_1_link', 'field_68cb9320ed129'), (11863, 617, 'our_board_section_our_team_members_2_member_social_media', '2'), (11864, 617, '_our_board_section_our_team_members_2_member_social_media', 'field_68cb9310ed127'), (11865, 617, 'our_board_section_our_team_members_3_designation', 'Compliance Manager'), (11866, 617, '_our_board_section_our_team_members_3_designation', 'field_68cb8f0efacc3'), (11867, 617, 'our_board_section_our_team_members_3_member_social_media_0_icon', '97'), (11868, 617, '_our_board_section_our_team_members_3_member_social_media_0_icon', 'field_68cb9316ed128'), (11869, 617, 'our_board_section_our_team_members_3_member_social_media_0_link', ''), (11870, 617, '_our_board_section_our_team_members_3_member_social_media_0_link', 'field_68cb9320ed129'), (11871, 617, 'our_board_section_our_team_members_3_member_social_media_1_icon', '98'), (11872, 617, '_our_board_section_our_team_members_3_member_social_media_1_icon', 'field_68cb9316ed128'), (11873, 617, 'our_board_section_our_team_members_3_member_social_media_1_link', ''), (11874, 617, '_our_board_section_our_team_members_3_member_social_media_1_link', 'field_68cb9320ed129'), (11875, 617, 'our_board_section_our_team_members_3_member_social_media', '2'), (11876, 617, '_our_board_section_our_team_members_3_member_social_media', 'field_68cb9310ed127'), (11877, 618, 'banner_section_banner_image', ''), (11878, 618, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (11879, 618, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (11880, 618, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (11881, 618, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (11882, 618, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (11883, 618, 'banner_section_banner_button', ''), (11884, 618, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (11885, 618, 'banner_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11886, 618, '_banner_section', 'field_68c2b4c8ad185'), (11887, 618, 'our_board_section_heading', 'Our Board'), (11888, 618, '_our_board_section_heading', 'field_68c2b55f2d05a'), (11889, 618, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (11890, 618, '_our_board_section_description', 'field_68c2b56a2d05b'), (11891, 618, 'our_board_section_board_members_0_member_image', '584'), (11892, 618, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (11893, 618, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (11894, 618, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (11895, 618, 'our_board_section_board_members_0_designation', 'Managing Director'), (11896, 618, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (11897, 618, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11898, 618, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (11899, 618, 'our_board_section_board_members', '4'), (11900, 618, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (11901, 618, 'our_board_section_our_board_footer_info', ''), (11902, 618, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (11903, 618, 'our_board_section', ''), (11904, 618, '_our_board_section', 'field_68c2b5522d059'), (11905, 618, 'leadership_section_image', '613'), (11906, 618, '_leadership_section_image', 'field_68c2b6ed41146'), (11907, 618, 'leadership_section_heading', 'CoreValues of our Leadership'), (11908, 618, '_leadership_section_heading', 'field_68c2bc1241147'), (11909, 618, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (11910, 618, '_leadership_section_description', 'field_68c2bc1c41148'), (11911, 618, 'leadership_section_leadership_point', '6'), (11912, 618, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (11913, 618, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11914, 618, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (11915, 618, 'leadership_section', ''), (11916, 618, '_leadership_section', 'field_68c2b6cd41145'), (11917, 618, 'bombora_info_section_background_image', '472'), (11918, 618, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (11919, 618, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (11920, 618, '_bombora_info_section_content', 'field_68c2bd223963f'), (11921, 618, 'bombora_info_section', ''), (11922, 618, '_bombora_info_section', 'field_68c2bcf23963d'), (11923, 618, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.'), (11924, 618, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (11925, 618, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (11926, 618, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (11927, 618, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (11928, 618, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (11929, 618, 'our_board_contact_section', ''), (11930, 618, '_our_board_contact_section', 'field_68c2bf9673614'), (11931, 618, 'our_board_section_board_members_1_member_image', '586'), (11932, 618, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (11933, 618, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (11934, 618, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (11935, 618, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (11936, 618, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (11937, 618, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11938, 618, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (11939, 618, 'our_board_section_board_members_2_member_image', '582'), (11940, 618, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (11941, 618, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (11942, 618, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (11943, 618, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (11944, 618, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (11945, 618, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11946, 618, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (11947, 618, 'our_board_section_board_members_3_member_image', '585'), (11948, 618, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (11949, 618, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (11950, 618, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (11951, 618, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (11952, 618, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (11953, 618, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11954, 618, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (11955, 618, 'our_board_section_our_team_members_0_member_image', '580'), (11956, 618, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (11957, 618, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (11958, 618, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (11959, 618, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (11960, 618, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (11961, 618, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11962, 618, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (11963, 618, 'our_board_section_our_team_members', '4'), (11964, 618, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (11965, 618, 'our_board_section_our_team_members_1_member_image', '583'), (11966, 618, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (11967, 618, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (11968, 618, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (11969, 618, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (11970, 618, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (11971, 618, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11972, 618, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (11973, 618, 'our_board_section_our_team_members_2_member_image', '582'), (11974, 618, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (11975, 618, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (11976, 618, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (11977, 618, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (11978, 618, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (11979, 618, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11980, 618, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (11981, 618, 'our_board_section_our_team_members_3_member_image', ''), (11982, 618, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (11983, 618, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (11984, 618, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (11985, 618, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11986, 618, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (11987, 618, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (11988, 618, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (11989, 618, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (11990, 618, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (11991, 618, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (11992, 618, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (11993, 618, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (11994, 618, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (11995, 618, 'our_board_section_board_members_0_member_social_media', '2'), (11996, 618, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (11997, 618, 'our_board_section_board_members_0_member_description', '2'), (11998, 618, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (11999, 618, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12000, 618, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (12001, 618, 'our_board_section_board_members_1_member_social_media', '2'), (12002, 618, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (12003, 618, 'our_board_section_board_members_1_member_description', '2'), (12004, 618, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (12005, 618, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12006, 618, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (12007, 618, 'our_board_section_board_members_2_member_social_media', '2'), (12008, 618, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (12009, 618, 'our_board_section_board_members_2_member_description', '2'), (12010, 618, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (12011, 618, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12012, 618, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (12013, 618, 'our_board_section_board_members_3_member_social_media', '2'), (12014, 618, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (12015, 618, 'our_board_section_board_members_3_member_description', '3'), (12016, 618, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (12017, 618, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12018, 618, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (12019, 618, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (12020, 618, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (12021, 618, 'our_board_section_our_team_members_0_member_description', '3'), (12022, 618, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (12023, 618, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12024, 618, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (12025, 618, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (12026, 618, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (12027, 618, 'our_board_section_our_team_members_1_member_description', '3'), (12028, 618, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (12029, 618, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12030, 618, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (12031, 618, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (12032, 618, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (12033, 618, 'our_board_section_our_team_members_2_member_description', '2'), (12034, 618, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (12035, 618, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12036, 618, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (12037, 618, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (12038, 618, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (12039, 618, 'our_board_section_our_team_members_3_member_description', '2'), (12040, 618, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (12041, 618, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (12042, 618, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (12043, 618, 'our_board_section_board_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12044, 618, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (12045, 618, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (12046, 618, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (12047, 618, 'our_board_section_board_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12048, 618, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (12049, 618, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (12050, 618, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (12051, 618, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (12052, 618, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (12053, 618, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (12054, 618, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (12055, 618, 'our_board_section_board_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12056, 618, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (12057, 618, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (12058, 618, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (12059, 618, 'our_board_section_board_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12060, 618, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (12061, 618, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (12062, 618, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (12063, 618, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (12064, 618, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (12065, 618, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (12066, 618, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (12067, 618, 'our_board_section_board_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12068, 618, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (12069, 618, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (12070, 618, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (12071, 618, 'our_board_section_board_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12072, 618, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (12073, 618, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (12074, 618, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (12075, 618, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (12076, 618, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (12077, 618, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (12078, 618, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (12079, 618, 'our_board_section_board_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12080, 618, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (12081, 618, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (12082, 618, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (12083, 618, 'our_board_section_board_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12084, 618, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (12085, 618, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12086, 618, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (12087, 618, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (12088, 618, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (12089, 618, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (12090, 618, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (12091, 618, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (12092, 618, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12093, 618, 'our_board_section_our_team_members_0_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12094, 618, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (12095, 618, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (12096, 618, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12097, 618, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (12098, 618, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (12099, 618, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (12100, 618, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (12101, 618, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (12102, 618, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (12103, 618, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (12104, 618, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (12105, 618, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (12106, 618, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12107, 618, 'our_board_section_our_team_members_1_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12108, 618, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (12109, 618, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (12110, 618, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12111, 618, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (12112, 618, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (12113, 618, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (12114, 618, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (12115, 618, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (12116, 618, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (12117, 618, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (12118, 618, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (12119, 618, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (12120, 618, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12121, 618, 'our_board_section_our_team_members_2_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12122, 618, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (12123, 618, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (12124, 618, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12125, 618, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (12126, 618, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (12127, 618, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (12128, 618, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (12129, 618, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (12130, 618, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (12131, 618, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (12132, 618, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12133, 618, 'our_board_section_our_team_members_3_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12134, 618, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (12135, 618, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (12136, 618, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12137, 618, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (12138, 618, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (12139, 618, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (12140, 618, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (12141, 618, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (12142, 618, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (12143, 618, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (12144, 618, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (12145, 618, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (12146, 618, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (12147, 618, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (12148, 618, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (12149, 618, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (12150, 618, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (12151, 618, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (12152, 618, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (12153, 618, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (12154, 618, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (12155, 618, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (12156, 618, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (12157, 618, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (12158, 618, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (12159, 618, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (12160, 618, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (12161, 618, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (12162, 618, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (12163, 618, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (12164, 618, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (12165, 618, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (12166, 618, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (12167, 618, 'our_board_section_our_team_members_0_designation', 'General Manager'), (12168, 618, '_our_board_section_our_team_members_0_designation', 'field_68cb8f0efacc3'), (12169, 618, 'our_board_section_our_team_members_0_member_social_media_0_icon', '407'), (12170, 618, '_our_board_section_our_team_members_0_member_social_media_0_icon', 'field_68cb9316ed128'), (12171, 618, 'our_board_section_our_team_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12172, 618, '_our_board_section_our_team_members_0_member_social_media_0_link', 'field_68cb9320ed129'), (12173, 618, 'our_board_section_our_team_members_0_member_social_media_1_icon', '98'), (12174, 618, '_our_board_section_our_team_members_0_member_social_media_1_icon', 'field_68cb9316ed128'), (12175, 618, 'our_board_section_our_team_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12176, 618, '_our_board_section_our_team_members_0_member_social_media_1_link', 'field_68cb9320ed129'), (12177, 618, 'our_board_section_our_team_members_0_member_social_media', '2'), (12178, 618, '_our_board_section_our_team_members_0_member_social_media', 'field_68cb9310ed127'), (12179, 618, 'our_board_section_our_team_members_1_designation', 'Head of Risk & Compliance'), (12180, 618, '_our_board_section_our_team_members_1_designation', 'field_68cb8f0efacc3'), (12181, 618, 'our_board_section_our_team_members_1_member_social_media_0_icon', '97'), (12182, 618, '_our_board_section_our_team_members_1_member_social_media_0_icon', 'field_68cb9316ed128'), (12183, 618, 'our_board_section_our_team_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12184, 618, '_our_board_section_our_team_members_1_member_social_media_0_link', 'field_68cb9320ed129'), (12185, 618, 'our_board_section_our_team_members_1_member_social_media_1_icon', '98') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12186, 618, '_our_board_section_our_team_members_1_member_social_media_1_icon', 'field_68cb9316ed128'), (12187, 618, 'our_board_section_our_team_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12188, 618, '_our_board_section_our_team_members_1_member_social_media_1_link', 'field_68cb9320ed129'), (12189, 618, 'our_board_section_our_team_members_1_member_social_media', '2'), (12190, 618, '_our_board_section_our_team_members_1_member_social_media', 'field_68cb9310ed127'), (12191, 618, 'our_board_section_our_team_members_2_designation', 'Operations Manager'), (12192, 618, '_our_board_section_our_team_members_2_designation', 'field_68cb8f0efacc3'), (12193, 618, 'our_board_section_our_team_members_2_member_social_media_0_icon', '97'), (12194, 618, '_our_board_section_our_team_members_2_member_social_media_0_icon', 'field_68cb9316ed128'), (12195, 618, 'our_board_section_our_team_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12196, 618, '_our_board_section_our_team_members_2_member_social_media_0_link', 'field_68cb9320ed129'), (12197, 618, 'our_board_section_our_team_members_2_member_social_media_1_icon', '98'), (12198, 618, '_our_board_section_our_team_members_2_member_social_media_1_icon', 'field_68cb9316ed128'), (12199, 618, 'our_board_section_our_team_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12200, 618, '_our_board_section_our_team_members_2_member_social_media_1_link', 'field_68cb9320ed129'), (12201, 618, 'our_board_section_our_team_members_2_member_social_media', '2'), (12202, 618, '_our_board_section_our_team_members_2_member_social_media', 'field_68cb9310ed127'), (12203, 618, 'our_board_section_our_team_members_3_designation', 'Compliance Manager'), (12204, 618, '_our_board_section_our_team_members_3_designation', 'field_68cb8f0efacc3'), (12205, 618, 'our_board_section_our_team_members_3_member_social_media_0_icon', '97'), (12206, 618, '_our_board_section_our_team_members_3_member_social_media_0_icon', 'field_68cb9316ed128'), (12207, 618, 'our_board_section_our_team_members_3_member_social_media_0_link', ''), (12208, 618, '_our_board_section_our_team_members_3_member_social_media_0_link', 'field_68cb9320ed129'), (12209, 618, 'our_board_section_our_team_members_3_member_social_media_1_icon', '98'), (12210, 618, '_our_board_section_our_team_members_3_member_social_media_1_icon', 'field_68cb9316ed128'), (12211, 618, 'our_board_section_our_team_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12212, 618, '_our_board_section_our_team_members_3_member_social_media_1_link', 'field_68cb9320ed129'), (12213, 618, 'our_board_section_our_team_members_3_member_social_media', '2'), (12214, 618, '_our_board_section_our_team_members_3_member_social_media', 'field_68cb9310ed127'), (12215, 619, 'banner_section_banner_image', ''), (12216, 619, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (12217, 619, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (12218, 619, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (12219, 619, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (12220, 619, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (12221, 619, 'banner_section_banner_button', ''), (12222, 619, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (12223, 619, 'banner_section', ''), (12224, 619, '_banner_section', 'field_68c2b4c8ad185'), (12225, 619, 'our_board_section_heading', 'Our Board'), (12226, 619, '_our_board_section_heading', 'field_68c2b55f2d05a'), (12227, 619, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (12228, 619, '_our_board_section_description', 'field_68c2b56a2d05b'), (12229, 619, 'our_board_section_board_members_0_member_image', '584'), (12230, 619, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (12231, 619, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (12232, 619, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (12233, 619, 'our_board_section_board_members_0_designation', 'Managing Director'), (12234, 619, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (12235, 619, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12236, 619, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (12237, 619, 'our_board_section_board_members', '4'), (12238, 619, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (12239, 619, 'our_board_section_our_board_footer_info', ''), (12240, 619, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (12241, 619, 'our_board_section', ''), (12242, 619, '_our_board_section', 'field_68c2b5522d059'), (12243, 619, 'leadership_section_image', '613'), (12244, 619, '_leadership_section_image', 'field_68c2b6ed41146'), (12245, 619, 'leadership_section_heading', 'CoreValues of our Leadership'), (12246, 619, '_leadership_section_heading', 'field_68c2bc1241147'), (12247, 619, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (12248, 619, '_leadership_section_description', 'field_68c2bc1c41148'), (12249, 619, 'leadership_section_leadership_point', '6'), (12250, 619, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (12251, 619, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12252, 619, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (12253, 619, 'leadership_section', ''), (12254, 619, '_leadership_section', 'field_68c2b6cd41145'), (12255, 619, 'bombora_info_section_background_image', '472'), (12256, 619, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (12257, 619, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (12258, 619, '_bombora_info_section_content', 'field_68c2bd223963f'), (12259, 619, 'bombora_info_section', ''), (12260, 619, '_bombora_info_section', 'field_68c2bcf23963d'), (12261, 619, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.'), (12262, 619, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (12263, 619, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (12264, 619, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (12265, 619, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (12266, 619, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (12267, 619, 'our_board_contact_section', ''), (12268, 619, '_our_board_contact_section', 'field_68c2bf9673614'), (12269, 619, 'our_board_section_board_members_1_member_image', '586'), (12270, 619, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (12271, 619, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (12272, 619, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (12273, 619, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (12274, 619, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (12275, 619, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12276, 619, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (12277, 619, 'our_board_section_board_members_2_member_image', '582'), (12278, 619, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (12279, 619, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (12280, 619, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (12281, 619, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (12282, 619, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (12283, 619, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12284, 619, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (12285, 619, 'our_board_section_board_members_3_member_image', '585') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12286, 619, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (12287, 619, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (12288, 619, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (12289, 619, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (12290, 619, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (12291, 619, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12292, 619, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (12293, 619, 'our_board_section_our_team_members_0_member_image', '580'), (12294, 619, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (12295, 619, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (12296, 619, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (12297, 619, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (12298, 619, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (12299, 619, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12300, 619, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (12301, 619, 'our_board_section_our_team_members', '4'), (12302, 619, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (12303, 619, 'our_board_section_our_team_members_1_member_image', '583'), (12304, 619, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (12305, 619, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (12306, 619, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (12307, 619, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (12308, 619, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (12309, 619, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12310, 619, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (12311, 619, 'our_board_section_our_team_members_2_member_image', '582'), (12312, 619, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (12313, 619, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (12314, 619, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (12315, 619, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (12316, 619, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (12317, 619, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12318, 619, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (12319, 619, 'our_board_section_our_team_members_3_member_image', ''), (12320, 619, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (12321, 619, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (12322, 619, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (12323, 619, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (12324, 619, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (12325, 619, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12326, 619, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (12327, 619, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (12328, 619, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (12329, 619, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (12330, 619, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (12331, 619, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12332, 619, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (12333, 619, 'our_board_section_board_members_0_member_social_media', '2'), (12334, 619, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (12335, 619, 'our_board_section_board_members_0_member_description', '2'), (12336, 619, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (12337, 619, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12338, 619, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (12339, 619, 'our_board_section_board_members_1_member_social_media', '2'), (12340, 619, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (12341, 619, 'our_board_section_board_members_1_member_description', '2'), (12342, 619, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (12343, 619, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12344, 619, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (12345, 619, 'our_board_section_board_members_2_member_social_media', '2'), (12346, 619, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (12347, 619, 'our_board_section_board_members_2_member_description', '2'), (12348, 619, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (12349, 619, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12350, 619, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (12351, 619, 'our_board_section_board_members_3_member_social_media', '2'), (12352, 619, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (12353, 619, 'our_board_section_board_members_3_member_description', '3'), (12354, 619, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (12355, 619, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12356, 619, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (12357, 619, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (12358, 619, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (12359, 619, 'our_board_section_our_team_members_0_member_description', '3'), (12360, 619, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (12361, 619, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12362, 619, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (12363, 619, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (12364, 619, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (12365, 619, 'our_board_section_our_team_members_1_member_description', '3'), (12366, 619, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (12367, 619, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12368, 619, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (12369, 619, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (12370, 619, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (12371, 619, 'our_board_section_our_team_members_2_member_description', '2'), (12372, 619, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (12373, 619, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12374, 619, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (12375, 619, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (12376, 619, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (12377, 619, 'our_board_section_our_team_members_3_member_description', '2'), (12378, 619, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (12379, 619, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (12380, 619, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (12381, 619, 'our_board_section_board_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12382, 619, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (12383, 619, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (12384, 619, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (12385, 619, 'our_board_section_board_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12386, 619, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (12387, 619, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (12388, 619, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (12389, 619, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (12390, 619, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (12391, 619, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (12392, 619, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (12393, 619, 'our_board_section_board_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12394, 619, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (12395, 619, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (12396, 619, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (12397, 619, 'our_board_section_board_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12398, 619, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (12399, 619, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (12400, 619, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (12401, 619, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (12402, 619, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (12403, 619, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (12404, 619, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (12405, 619, 'our_board_section_board_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12406, 619, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (12407, 619, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (12408, 619, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (12409, 619, 'our_board_section_board_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12410, 619, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (12411, 619, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (12412, 619, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (12413, 619, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (12414, 619, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (12415, 619, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (12416, 619, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (12417, 619, 'our_board_section_board_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12418, 619, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (12419, 619, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (12420, 619, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (12421, 619, 'our_board_section_board_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12422, 619, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (12423, 619, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (12424, 619, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (12425, 619, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (12426, 619, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (12427, 619, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (12428, 619, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (12429, 619, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (12430, 619, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12431, 619, 'our_board_section_our_team_members_0_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12432, 619, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (12433, 619, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (12434, 619, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12435, 619, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (12436, 619, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (12437, 619, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (12438, 619, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (12439, 619, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (12440, 619, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (12441, 619, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (12442, 619, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (12443, 619, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (12444, 619, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12445, 619, 'our_board_section_our_team_members_1_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12446, 619, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (12447, 619, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (12448, 619, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12449, 619, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (12450, 619, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (12451, 619, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (12452, 619, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (12453, 619, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (12454, 619, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (12455, 619, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (12456, 619, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (12457, 619, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (12458, 619, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12459, 619, 'our_board_section_our_team_members_2_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12460, 619, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (12461, 619, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (12462, 619, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12463, 619, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (12464, 619, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (12465, 619, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (12466, 619, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (12467, 619, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (12468, 619, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (12469, 619, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (12470, 619, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12471, 619, 'our_board_section_our_team_members_3_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12472, 619, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (12473, 619, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (12474, 619, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12475, 619, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (12476, 619, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (12477, 619, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (12478, 619, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (12479, 619, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (12480, 619, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (12481, 619, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (12482, 619, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (12483, 619, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (12484, 619, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (12485, 619, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12486, 619, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (12487, 619, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (12488, 619, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (12489, 619, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (12490, 619, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (12491, 619, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (12492, 619, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (12493, 619, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (12494, 619, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (12495, 619, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (12496, 619, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (12497, 619, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (12498, 619, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (12499, 619, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (12500, 619, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (12501, 619, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (12502, 619, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (12503, 619, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (12504, 619, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (12505, 619, 'our_board_section_our_team_members_0_designation', 'General Manager'), (12506, 619, '_our_board_section_our_team_members_0_designation', 'field_68cb8f0efacc3'), (12507, 619, 'our_board_section_our_team_members_0_member_social_media_0_icon', '407'), (12508, 619, '_our_board_section_our_team_members_0_member_social_media_0_icon', 'field_68cb9316ed128'), (12509, 619, 'our_board_section_our_team_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12510, 619, '_our_board_section_our_team_members_0_member_social_media_0_link', 'field_68cb9320ed129'), (12511, 619, 'our_board_section_our_team_members_0_member_social_media_1_icon', '98'), (12512, 619, '_our_board_section_our_team_members_0_member_social_media_1_icon', 'field_68cb9316ed128'), (12513, 619, 'our_board_section_our_team_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12514, 619, '_our_board_section_our_team_members_0_member_social_media_1_link', 'field_68cb9320ed129'), (12515, 619, 'our_board_section_our_team_members_0_member_social_media', '2'), (12516, 619, '_our_board_section_our_team_members_0_member_social_media', 'field_68cb9310ed127'), (12517, 619, 'our_board_section_our_team_members_1_designation', 'Head of Risk & Compliance'), (12518, 619, '_our_board_section_our_team_members_1_designation', 'field_68cb8f0efacc3'), (12519, 619, 'our_board_section_our_team_members_1_member_social_media_0_icon', '97'), (12520, 619, '_our_board_section_our_team_members_1_member_social_media_0_icon', 'field_68cb9316ed128'), (12521, 619, 'our_board_section_our_team_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12522, 619, '_our_board_section_our_team_members_1_member_social_media_0_link', 'field_68cb9320ed129'), (12523, 619, 'our_board_section_our_team_members_1_member_social_media_1_icon', '98'), (12524, 619, '_our_board_section_our_team_members_1_member_social_media_1_icon', 'field_68cb9316ed128'), (12525, 619, 'our_board_section_our_team_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12526, 619, '_our_board_section_our_team_members_1_member_social_media_1_link', 'field_68cb9320ed129'), (12527, 619, 'our_board_section_our_team_members_1_member_social_media', '2'), (12528, 619, '_our_board_section_our_team_members_1_member_social_media', 'field_68cb9310ed127'), (12529, 619, 'our_board_section_our_team_members_2_designation', 'Operations Manager'), (12530, 619, '_our_board_section_our_team_members_2_designation', 'field_68cb8f0efacc3'), (12531, 619, 'our_board_section_our_team_members_2_member_social_media_0_icon', '97'), (12532, 619, '_our_board_section_our_team_members_2_member_social_media_0_icon', 'field_68cb9316ed128'), (12533, 619, 'our_board_section_our_team_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12534, 619, '_our_board_section_our_team_members_2_member_social_media_0_link', 'field_68cb9320ed129'), (12535, 619, 'our_board_section_our_team_members_2_member_social_media_1_icon', '98'), (12536, 619, '_our_board_section_our_team_members_2_member_social_media_1_icon', 'field_68cb9316ed128'), (12537, 619, 'our_board_section_our_team_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12538, 619, '_our_board_section_our_team_members_2_member_social_media_1_link', 'field_68cb9320ed129'), (12539, 619, 'our_board_section_our_team_members_2_member_social_media', '2'), (12540, 619, '_our_board_section_our_team_members_2_member_social_media', 'field_68cb9310ed127'), (12541, 619, 'our_board_section_our_team_members_3_designation', 'Compliance Manager'), (12542, 619, '_our_board_section_our_team_members_3_designation', 'field_68cb8f0efacc3'), (12543, 619, 'our_board_section_our_team_members_3_member_social_media_0_icon', '97'), (12544, 619, '_our_board_section_our_team_members_3_member_social_media_0_icon', 'field_68cb9316ed128'), (12545, 619, 'our_board_section_our_team_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12546, 619, '_our_board_section_our_team_members_3_member_social_media_0_link', 'field_68cb9320ed129'), (12547, 619, 'our_board_section_our_team_members_3_member_social_media_1_icon', '98'), (12548, 619, '_our_board_section_our_team_members_3_member_social_media_1_icon', 'field_68cb9316ed128'), (12549, 619, 'our_board_section_our_team_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:32:"http://Info@bomboraadvice.com.au";s:6:"target";s:0:"";}'), (12550, 619, '_our_board_section_our_team_members_3_member_social_media_1_link', 'field_68cb9320ed129'), (12551, 619, 'our_board_section_our_team_members_3_member_social_media', '2'), (12552, 619, '_our_board_section_our_team_members_3_member_social_media', 'field_68cb9310ed127'), (12553, 620, 'banner_section_banner_image', ''), (12554, 620, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (12555, 620, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (12556, 620, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (12557, 620, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (12558, 620, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (12559, 620, 'banner_section_banner_button', ''), (12560, 620, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (12561, 620, 'banner_section', ''), (12562, 620, '_banner_section', 'field_68c2b4c8ad185'), (12563, 620, 'our_board_section_heading', 'Our Board'), (12564, 620, '_our_board_section_heading', 'field_68c2b55f2d05a'), (12565, 620, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (12566, 620, '_our_board_section_description', 'field_68c2b56a2d05b'), (12567, 620, 'our_board_section_board_members_0_member_image', '584'), (12568, 620, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (12569, 620, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (12570, 620, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (12571, 620, 'our_board_section_board_members_0_designation', 'Managing Director'), (12572, 620, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (12573, 620, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12574, 620, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (12575, 620, 'our_board_section_board_members', '4'), (12576, 620, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (12577, 620, 'our_board_section_our_board_footer_info', ''), (12578, 620, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (12579, 620, 'our_board_section', ''), (12580, 620, '_our_board_section', 'field_68c2b5522d059'), (12581, 620, 'leadership_section_image', '613'), (12582, 620, '_leadership_section_image', 'field_68c2b6ed41146'), (12583, 620, 'leadership_section_heading', 'CoreValues of our Leadership'), (12584, 620, '_leadership_section_heading', 'field_68c2bc1241147'), (12585, 620, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12586, 620, '_leadership_section_description', 'field_68c2bc1c41148'), (12587, 620, 'leadership_section_leadership_point', '6'), (12588, 620, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (12589, 620, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12590, 620, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (12591, 620, 'leadership_section', ''), (12592, 620, '_leadership_section', 'field_68c2b6cd41145'), (12593, 620, 'bombora_info_section_background_image', '472'), (12594, 620, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (12595, 620, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (12596, 620, '_bombora_info_section_content', 'field_68c2bd223963f'), (12597, 620, 'bombora_info_section', ''), (12598, 620, '_bombora_info_section', 'field_68c2bcf23963d'), (12599, 620, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.'), (12600, 620, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (12601, 620, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (12602, 620, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (12603, 620, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (12604, 620, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (12605, 620, 'our_board_contact_section', ''), (12606, 620, '_our_board_contact_section', 'field_68c2bf9673614'), (12607, 620, 'our_board_section_board_members_1_member_image', '586'), (12608, 620, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (12609, 620, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (12610, 620, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (12611, 620, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (12612, 620, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (12613, 620, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12614, 620, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (12615, 620, 'our_board_section_board_members_2_member_image', '582'), (12616, 620, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (12617, 620, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (12618, 620, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (12619, 620, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (12620, 620, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (12621, 620, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12622, 620, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (12623, 620, 'our_board_section_board_members_3_member_image', '585'), (12624, 620, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (12625, 620, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (12626, 620, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (12627, 620, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (12628, 620, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (12629, 620, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12630, 620, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (12631, 620, 'our_board_section_our_team_members_0_member_image', '580'), (12632, 620, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (12633, 620, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (12634, 620, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (12635, 620, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (12636, 620, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (12637, 620, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12638, 620, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (12639, 620, 'our_board_section_our_team_members', '4'), (12640, 620, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (12641, 620, 'our_board_section_our_team_members_1_member_image', '583'), (12642, 620, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (12643, 620, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (12644, 620, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (12645, 620, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (12646, 620, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (12647, 620, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12648, 620, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (12649, 620, 'our_board_section_our_team_members_2_member_image', '582'), (12650, 620, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (12651, 620, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (12652, 620, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (12653, 620, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (12654, 620, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (12655, 620, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12656, 620, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (12657, 620, 'our_board_section_our_team_members_3_member_image', ''), (12658, 620, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (12659, 620, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (12660, 620, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (12661, 620, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (12662, 620, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (12663, 620, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12664, 620, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (12665, 620, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (12666, 620, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (12667, 620, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (12668, 620, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (12669, 620, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12670, 620, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (12671, 620, 'our_board_section_board_members_0_member_social_media', '2'), (12672, 620, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (12673, 620, 'our_board_section_board_members_0_member_description', '2'), (12674, 620, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (12675, 620, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12676, 620, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (12677, 620, 'our_board_section_board_members_1_member_social_media', '2'), (12678, 620, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (12679, 620, 'our_board_section_board_members_1_member_description', '2'), (12680, 620, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (12681, 620, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12682, 620, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (12683, 620, 'our_board_section_board_members_2_member_social_media', '2'), (12684, 620, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (12685, 620, 'our_board_section_board_members_2_member_description', '2') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12686, 620, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (12687, 620, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (12688, 620, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (12689, 620, 'our_board_section_board_members_3_member_social_media', '2'), (12690, 620, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (12691, 620, 'our_board_section_board_members_3_member_description', '3'), (12692, 620, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (12693, 620, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12694, 620, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (12695, 620, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (12696, 620, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (12697, 620, 'our_board_section_our_team_members_0_member_description', '3'), (12698, 620, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (12699, 620, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12700, 620, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (12701, 620, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (12702, 620, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (12703, 620, 'our_board_section_our_team_members_1_member_description', '3'), (12704, 620, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (12705, 620, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12706, 620, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (12707, 620, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (12708, 620, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (12709, 620, 'our_board_section_our_team_members_2_member_description', '2'), (12710, 620, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (12711, 620, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (12712, 620, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (12713, 620, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (12714, 620, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (12715, 620, 'our_board_section_our_team_members_3_member_description', '2'), (12716, 620, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (12717, 620, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (12718, 620, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (12719, 620, 'our_board_section_board_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12720, 620, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (12721, 620, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (12722, 620, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (12723, 620, 'our_board_section_board_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (12724, 620, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (12725, 620, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (12726, 620, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (12727, 620, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (12728, 620, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (12729, 620, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (12730, 620, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (12731, 620, 'our_board_section_board_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12732, 620, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (12733, 620, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (12734, 620, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (12735, 620, 'our_board_section_board_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (12736, 620, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (12737, 620, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (12738, 620, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (12739, 620, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (12740, 620, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (12741, 620, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (12742, 620, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (12743, 620, 'our_board_section_board_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12744, 620, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (12745, 620, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (12746, 620, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (12747, 620, 'our_board_section_board_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (12748, 620, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (12749, 620, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (12750, 620, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (12751, 620, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (12752, 620, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (12753, 620, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (12754, 620, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (12755, 620, 'our_board_section_board_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12756, 620, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (12757, 620, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (12758, 620, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (12759, 620, 'our_board_section_board_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (12760, 620, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (12761, 620, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (12762, 620, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (12763, 620, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (12764, 620, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (12765, 620, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (12766, 620, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (12767, 620, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (12768, 620, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12769, 620, 'our_board_section_our_team_members_0_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12770, 620, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (12771, 620, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (12772, 620, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12773, 620, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (12774, 620, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (12775, 620, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (12776, 620, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (12777, 620, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (12778, 620, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (12779, 620, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (12780, 620, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (12781, 620, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (12782, 620, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12783, 620, 'our_board_section_our_team_members_1_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12784, 620, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (12785, 620, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12786, 620, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12787, 620, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (12788, 620, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (12789, 620, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (12790, 620, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (12791, 620, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (12792, 620, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (12793, 620, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (12794, 620, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (12795, 620, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (12796, 620, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12797, 620, 'our_board_section_our_team_members_2_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12798, 620, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (12799, 620, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (12800, 620, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12801, 620, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (12802, 620, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (12803, 620, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (12804, 620, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (12805, 620, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.'), (12806, 620, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (12807, 620, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (12808, 620, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (12809, 620, 'our_board_section_our_team_members_3_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (12810, 620, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (12811, 620, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (12812, 620, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (12813, 620, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (12814, 620, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (12815, 620, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (12816, 620, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (12817, 620, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (12818, 620, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (12819, 620, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (12820, 620, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (12821, 620, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (12822, 620, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (12823, 620, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (12824, 620, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (12825, 620, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (12826, 620, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (12827, 620, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (12828, 620, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (12829, 620, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (12830, 620, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (12831, 620, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (12832, 620, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (12833, 620, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (12834, 620, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (12835, 620, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (12836, 620, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (12837, 620, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (12838, 620, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (12839, 620, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (12840, 620, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (12841, 620, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (12842, 620, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (12843, 620, 'our_board_section_our_team_members_0_designation', 'General Manager'), (12844, 620, '_our_board_section_our_team_members_0_designation', 'field_68cb8f0efacc3'), (12845, 620, 'our_board_section_our_team_members_0_member_social_media_0_icon', '407'), (12846, 620, '_our_board_section_our_team_members_0_member_social_media_0_icon', 'field_68cb9316ed128'), (12847, 620, 'our_board_section_our_team_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12848, 620, '_our_board_section_our_team_members_0_member_social_media_0_link', 'field_68cb9320ed129'), (12849, 620, 'our_board_section_our_team_members_0_member_social_media_1_icon', '98'), (12850, 620, '_our_board_section_our_team_members_0_member_social_media_1_icon', 'field_68cb9316ed128'), (12851, 620, 'our_board_section_our_team_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (12852, 620, '_our_board_section_our_team_members_0_member_social_media_1_link', 'field_68cb9320ed129'), (12853, 620, 'our_board_section_our_team_members_0_member_social_media', '2'), (12854, 620, '_our_board_section_our_team_members_0_member_social_media', 'field_68cb9310ed127'), (12855, 620, 'our_board_section_our_team_members_1_designation', 'Head of Risk & Compliance'), (12856, 620, '_our_board_section_our_team_members_1_designation', 'field_68cb8f0efacc3'), (12857, 620, 'our_board_section_our_team_members_1_member_social_media_0_icon', '97'), (12858, 620, '_our_board_section_our_team_members_1_member_social_media_0_icon', 'field_68cb9316ed128'), (12859, 620, 'our_board_section_our_team_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12860, 620, '_our_board_section_our_team_members_1_member_social_media_0_link', 'field_68cb9320ed129'), (12861, 620, 'our_board_section_our_team_members_1_member_social_media_1_icon', '98'), (12862, 620, '_our_board_section_our_team_members_1_member_social_media_1_icon', 'field_68cb9316ed128'), (12863, 620, 'our_board_section_our_team_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (12864, 620, '_our_board_section_our_team_members_1_member_social_media_1_link', 'field_68cb9320ed129'), (12865, 620, 'our_board_section_our_team_members_1_member_social_media', '2'), (12866, 620, '_our_board_section_our_team_members_1_member_social_media', 'field_68cb9310ed127'), (12867, 620, 'our_board_section_our_team_members_2_designation', 'Operations Manager'), (12868, 620, '_our_board_section_our_team_members_2_designation', 'field_68cb8f0efacc3'), (12869, 620, 'our_board_section_our_team_members_2_member_social_media_0_icon', '97'), (12870, 620, '_our_board_section_our_team_members_2_member_social_media_0_icon', 'field_68cb9316ed128'), (12871, 620, 'our_board_section_our_team_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12872, 620, '_our_board_section_our_team_members_2_member_social_media_0_link', 'field_68cb9320ed129'), (12873, 620, 'our_board_section_our_team_members_2_member_social_media_1_icon', '98'), (12874, 620, '_our_board_section_our_team_members_2_member_social_media_1_icon', 'field_68cb9316ed128'), (12875, 620, 'our_board_section_our_team_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (12876, 620, '_our_board_section_our_team_members_2_member_social_media_1_link', 'field_68cb9320ed129'), (12877, 620, 'our_board_section_our_team_members_2_member_social_media', '2'), (12878, 620, '_our_board_section_our_team_members_2_member_social_media', 'field_68cb9310ed127'), (12879, 620, 'our_board_section_our_team_members_3_designation', 'Compliance Manager'), (12880, 620, '_our_board_section_our_team_members_3_designation', 'field_68cb8f0efacc3'), (12881, 620, 'our_board_section_our_team_members_3_member_social_media_0_icon', '97'), (12882, 620, '_our_board_section_our_team_members_3_member_social_media_0_icon', 'field_68cb9316ed128'), (12883, 620, 'our_board_section_our_team_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (12884, 620, '_our_board_section_our_team_members_3_member_social_media_0_link', 'field_68cb9320ed129'), (12885, 620, 'our_board_section_our_team_members_3_member_social_media_1_icon', '98') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12886, 620, '_our_board_section_our_team_members_3_member_social_media_1_icon', 'field_68cb9316ed128'), (12887, 620, 'our_board_section_our_team_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (12888, 620, '_our_board_section_our_team_members_3_member_social_media_1_link', 'field_68cb9320ed129'), (12889, 620, 'our_board_section_our_team_members_3_member_social_media', '2'), (12890, 620, '_our_board_section_our_team_members_3_member_social_media', 'field_68cb9310ed127'), (12891, 575, '_edit_last', '1'), (12892, 575, 'banner_section_banner_image', ''), (12893, 575, '_banner_section_banner_image', 'field_68c2c106a2eca'), (12894, 575, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (12895, 575, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (12896, 575, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (12897, 575, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (12898, 575, 'banner_section_banner_button', ''), (12899, 575, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (12900, 575, 'banner_section', ''), (12901, 575, '_banner_section', 'field_68c2c106a2ec9'), (12902, 575, 'contact_us_section_description', '

Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.

\r\n

Want to know more? Book a time in our calendar here >

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (12903, 575, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (12904, 575, 'contact_us_section_contact_us_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form"]'), (12905, 575, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (12906, 575, 'contact_us_section_contact_detail', '3'), (12907, 575, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (12908, 575, 'contact_us_section', ''), (12909, 575, '_contact_us_section', 'field_68c2c1b3b7c76'), (12910, 576, 'banner_section_banner_image', ''), (12911, 576, '_banner_section_banner_image', 'field_68c2c106a2eca'), (12912, 576, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (12913, 576, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (12914, 576, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (12915, 576, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (12916, 576, 'banner_section_banner_button', ''), (12917, 576, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (12918, 576, 'banner_section', ''), (12919, 576, '_banner_section', 'field_68c2c106a2ec9'), (12920, 576, 'contact_us_section_description', 'Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.\r\n

Want to know more? Book a time in our calendar here

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (12921, 576, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (12922, 576, 'contact_us_section_contact_us_form_shortcode', ''), (12923, 576, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (12924, 576, 'contact_us_section_contact_detail', ''), (12925, 576, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (12926, 576, 'contact_us_section', ''), (12927, 576, '_contact_us_section', 'field_68c2c1b3b7c76'), (12928, 575, 'contact_us_section_contact_detail_0_address_text', 'Postal'), (12929, 575, '_contact_us_section_contact_detail_0_address_text', 'field_68c2c21db7c7a'), (12930, 622, 'banner_section_banner_image', ''), (12931, 622, '_banner_section_banner_image', 'field_68c2c106a2eca'), (12932, 622, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (12933, 622, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (12934, 622, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (12935, 622, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (12936, 622, 'banner_section_banner_button', ''), (12937, 622, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (12938, 622, 'banner_section', ''), (12939, 622, '_banner_section', 'field_68c2c106a2ec9'), (12940, 622, 'contact_us_section_description', 'Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.\r\n

Want to know more? Book a time in our calendar here

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (12941, 622, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (12942, 622, 'contact_us_section_contact_us_form_shortcode', 'Bombora Advice Pty Ltd AFSL No 439065'), (12943, 622, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (12944, 622, 'contact_us_section_contact_detail', '1'), (12945, 622, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (12946, 622, 'contact_us_section', ''), (12947, 622, '_contact_us_section', 'field_68c2c1b3b7c76'), (12948, 622, 'contact_us_section_contact_detail_0_address_text', ''), (12949, 622, '_contact_us_section_contact_detail_0_address_text', 'field_68c2c21db7c7a'), (12950, 575, 'contact_us_section_contact_detail_0_address', 'PO Box 5154 Laburnum VIC 3130'), (12951, 575, '_contact_us_section_contact_detail_0_address', 'field_68cbc4e814caa'), (12952, 575, 'contact_us_section_contact_detail_1_address_text', 'Registered Office'), (12953, 575, '_contact_us_section_contact_detail_1_address_text', 'field_68c2c21db7c7a'), (12954, 575, 'contact_us_section_contact_detail_1_address', 'Level 5, 600 Bourke St Melbourne Vic 3000'), (12955, 575, '_contact_us_section_contact_detail_1_address', 'field_68cbc4e814caa'), (12956, 575, 'contact_us_section_contact_detail_2_address_text', 'Corporate Office'), (12957, 575, '_contact_us_section_contact_detail_2_address_text', 'field_68c2c21db7c7a'), (12958, 575, 'contact_us_section_contact_detail_2_address', '43 Railway Road Blackburn VIC 3130'), (12959, 575, '_contact_us_section_contact_detail_2_address', 'field_68cbc4e814caa'), (12960, 623, 'banner_section_banner_image', ''), (12961, 623, '_banner_section_banner_image', 'field_68c2c106a2eca'), (12962, 623, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (12963, 623, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (12964, 623, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (12965, 623, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (12966, 623, 'banner_section_banner_button', ''), (12967, 623, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (12968, 623, 'banner_section', ''), (12969, 623, '_banner_section', 'field_68c2c106a2ec9'), (12970, 623, 'contact_us_section_description', 'Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.\r\n

Want to know more? Book a time in our calendar here

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (12971, 623, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (12972, 623, 'contact_us_section_contact_us_form_shortcode', 'Bombora Advice Pty Ltd AFSL No 439065'), (12973, 623, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (12974, 623, 'contact_us_section_contact_detail', '3'), (12975, 623, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (12976, 623, 'contact_us_section', ''), (12977, 623, '_contact_us_section', 'field_68c2c1b3b7c76'), (12978, 623, 'contact_us_section_contact_detail_0_address_text', 'Postal'), (12979, 623, '_contact_us_section_contact_detail_0_address_text', 'field_68c2c21db7c7a'), (12980, 623, 'contact_us_section_contact_detail_0_address', 'PO Box 5154 Laburnum VIC 3130'), (12981, 623, '_contact_us_section_contact_detail_0_address', 'field_68cbc4e814caa'), (12982, 623, 'contact_us_section_contact_detail_1_address_text', 'Registered Office'), (12983, 623, '_contact_us_section_contact_detail_1_address_text', 'field_68c2c21db7c7a'), (12984, 623, 'contact_us_section_contact_detail_1_address', 'Level 5, 600 Bourke St Melbourne Vic 3000'), (12985, 623, '_contact_us_section_contact_detail_1_address', 'field_68cbc4e814caa') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12986, 623, 'contact_us_section_contact_detail_2_address_text', 'Corporate Office'), (12987, 623, '_contact_us_section_contact_detail_2_address_text', 'field_68c2c21db7c7a'), (12988, 623, 'contact_us_section_contact_detail_2_address', '43 Railway Road Blackburn VIC 3130'), (12989, 623, '_contact_us_section_contact_detail_2_address', 'field_68cbc4e814caa'), (12990, 628, '_wp_attached_file', '2025/09/contact-us-bg-image-min-scaled.webp'), (12991, 628, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:43:"2025/09/contact-us-bg-image-min-scaled.webp";s:8:"filesize";i:534860;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:36:"contact-us-bg-image-min-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:12030;}s:5:"large";a:5:{s:4:"file";s:37:"contact-us-bg-image-min-1024x683.webp";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:112360;}s:9:"thumbnail";a:5:{s:4:"file";s:36:"contact-us-bg-image-min-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5140;}s:12:"medium_large";a:5:{s:4:"file";s:36:"contact-us-bg-image-min-768x512.webp";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:67018;}s:9:"1536x1536";a:5:{s:4:"file";s:38:"contact-us-bg-image-min-1536x1024.webp";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:226430;}s:9:"2048x2048";a:5:{s:4:"file";s:38:"contact-us-bg-image-min-2048x1365.webp";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:373274;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:28:"contact-us-bg-image-min.webp";}'), (12992, 628, '_wp_attachment_image_alt', 'contact-us-bg-image-min'), (12993, 575, 'contact_us_section_image', '628'), (12994, 575, '_contact_us_section_image', 'field_68cbc6562d1dc'), (12995, 575, 'contact_us_section_heading', 'Contact Us'), (12996, 575, '_contact_us_section_heading', 'field_68cbc6692d1dd'), (12997, 625, 'banner_section_banner_image', ''), (12998, 625, '_banner_section_banner_image', 'field_68c2c106a2eca'), (12999, 625, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (13000, 625, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (13001, 625, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (13002, 625, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (13003, 625, 'banner_section_banner_button', ''), (13004, 625, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (13005, 625, 'banner_section', ''), (13006, 625, '_banner_section', 'field_68c2c106a2ec9'), (13007, 625, 'contact_us_section_description', 'Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.\r\n

Want to know more? Book a time in our calendar here

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (13008, 625, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (13009, 625, 'contact_us_section_contact_us_form_shortcode', 'Bombora Advice Pty Ltd AFSL No 439065'), (13010, 625, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (13011, 625, 'contact_us_section_contact_detail', '3'), (13012, 625, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (13013, 625, 'contact_us_section', ''), (13014, 625, '_contact_us_section', 'field_68c2c1b3b7c76'), (13015, 625, 'contact_us_section_contact_detail_0_address_text', 'Postal'), (13016, 625, '_contact_us_section_contact_detail_0_address_text', 'field_68c2c21db7c7a'), (13017, 625, 'contact_us_section_contact_detail_0_address', 'PO Box 5154 Laburnum VIC 3130'), (13018, 625, '_contact_us_section_contact_detail_0_address', 'field_68cbc4e814caa'), (13019, 625, 'contact_us_section_contact_detail_1_address_text', 'Registered Office'), (13020, 625, '_contact_us_section_contact_detail_1_address_text', 'field_68c2c21db7c7a'), (13021, 625, 'contact_us_section_contact_detail_1_address', 'Level 5, 600 Bourke St Melbourne Vic 3000'), (13022, 625, '_contact_us_section_contact_detail_1_address', 'field_68cbc4e814caa'), (13023, 625, 'contact_us_section_contact_detail_2_address_text', 'Corporate Office'), (13024, 625, '_contact_us_section_contact_detail_2_address_text', 'field_68c2c21db7c7a'), (13025, 625, 'contact_us_section_contact_detail_2_address', '43 Railway Road Blackburn VIC 3130'), (13026, 625, '_contact_us_section_contact_detail_2_address', 'field_68cbc4e814caa'), (13027, 625, 'contact_us_section_image', '628'), (13028, 625, '_contact_us_section_image', 'field_68cbc6562d1dc'), (13029, 625, 'contact_us_section_heading', 'Contact Us'), (13030, 625, '_contact_us_section_heading', 'field_68cbc6692d1dd'), (13031, 575, 'contact_us_section_contact_info_heading', 'Bombora Advice Pty Ltd AFSL No 439065'), (13032, 575, '_contact_us_section_contact_info_heading', 'field_68cbc8858f67a'), (13033, 629, 'banner_section_banner_image', ''), (13034, 629, '_banner_section_banner_image', 'field_68c2c106a2eca'), (13035, 629, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (13036, 629, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (13037, 629, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (13038, 629, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (13039, 629, 'banner_section_banner_button', ''), (13040, 629, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (13041, 629, 'banner_section', ''), (13042, 629, '_banner_section', 'field_68c2c106a2ec9'), (13043, 629, 'contact_us_section_description', 'Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.\r\n

Want to know more? Book a time in our calendar here

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (13044, 629, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (13045, 629, 'contact_us_section_contact_us_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (13046, 629, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (13047, 629, 'contact_us_section_contact_detail', '3'), (13048, 629, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (13049, 629, 'contact_us_section', ''), (13050, 629, '_contact_us_section', 'field_68c2c1b3b7c76'), (13051, 629, 'contact_us_section_contact_detail_0_address_text', 'Postal'), (13052, 629, '_contact_us_section_contact_detail_0_address_text', 'field_68c2c21db7c7a'), (13053, 629, 'contact_us_section_contact_detail_0_address', 'PO Box 5154 Laburnum VIC 3130'), (13054, 629, '_contact_us_section_contact_detail_0_address', 'field_68cbc4e814caa'), (13055, 629, 'contact_us_section_contact_detail_1_address_text', 'Registered Office'), (13056, 629, '_contact_us_section_contact_detail_1_address_text', 'field_68c2c21db7c7a'), (13057, 629, 'contact_us_section_contact_detail_1_address', 'Level 5, 600 Bourke St Melbourne Vic 3000'), (13058, 629, '_contact_us_section_contact_detail_1_address', 'field_68cbc4e814caa'), (13059, 629, 'contact_us_section_contact_detail_2_address_text', 'Corporate Office'), (13060, 629, '_contact_us_section_contact_detail_2_address_text', 'field_68c2c21db7c7a'), (13061, 629, 'contact_us_section_contact_detail_2_address', '43 Railway Road Blackburn VIC 3130'), (13062, 629, '_contact_us_section_contact_detail_2_address', 'field_68cbc4e814caa'), (13063, 629, 'contact_us_section_image', '628'), (13064, 629, '_contact_us_section_image', 'field_68cbc6562d1dc'), (13065, 629, 'contact_us_section_heading', 'Contact Us'), (13066, 629, '_contact_us_section_heading', 'field_68cbc6692d1dd'), (13067, 629, 'contact_us_section_contact_info_heading', 'Bombora Advice Pty Ltd AFSL No 439065'), (13068, 629, '_contact_us_section_contact_info_heading', 'field_68cbc8858f67a'), (13069, 631, 'banner_section_banner_image', ''), (13070, 631, '_banner_section_banner_image', 'field_68c2c106a2eca'), (13071, 631, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (13072, 631, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (13073, 631, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (13074, 631, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (13075, 631, 'banner_section_banner_button', ''), (13076, 631, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (13077, 631, 'banner_section', ''), (13078, 631, '_banner_section', 'field_68c2c106a2ec9'), (13079, 631, 'contact_us_section_description', '

Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.

\r\n

Want to know more? Book a time in our calendar here >

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (13080, 631, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (13081, 631, 'contact_us_section_contact_us_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (13082, 631, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (13083, 631, 'contact_us_section_contact_detail', '3'), (13084, 631, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (13085, 631, 'contact_us_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13086, 631, '_contact_us_section', 'field_68c2c1b3b7c76'), (13087, 631, 'contact_us_section_contact_detail_0_address_text', 'Postal'), (13088, 631, '_contact_us_section_contact_detail_0_address_text', 'field_68c2c21db7c7a'), (13089, 631, 'contact_us_section_contact_detail_0_address', 'PO Box 5154 Laburnum VIC 3130'), (13090, 631, '_contact_us_section_contact_detail_0_address', 'field_68cbc4e814caa'), (13091, 631, 'contact_us_section_contact_detail_1_address_text', 'Registered Office'), (13092, 631, '_contact_us_section_contact_detail_1_address_text', 'field_68c2c21db7c7a'), (13093, 631, 'contact_us_section_contact_detail_1_address', 'Level 5, 600 Bourke St Melbourne Vic 3000'), (13094, 631, '_contact_us_section_contact_detail_1_address', 'field_68cbc4e814caa'), (13095, 631, 'contact_us_section_contact_detail_2_address_text', 'Corporate Office'), (13096, 631, '_contact_us_section_contact_detail_2_address_text', 'field_68c2c21db7c7a'), (13097, 631, 'contact_us_section_contact_detail_2_address', '43 Railway Road Blackburn VIC 3130'), (13098, 631, '_contact_us_section_contact_detail_2_address', 'field_68cbc4e814caa'), (13099, 631, 'contact_us_section_image', '628'), (13100, 631, '_contact_us_section_image', 'field_68cbc6562d1dc'), (13101, 631, 'contact_us_section_heading', 'Contact Us'), (13102, 631, '_contact_us_section_heading', 'field_68cbc6692d1dd'), (13103, 631, 'contact_us_section_contact_info_heading', 'Bombora Advice Pty Ltd AFSL No 439065'), (13104, 631, '_contact_us_section_contact_info_heading', 'field_68cbc8858f67a'), (13105, 632, 'banner_section_banner_image', ''), (13106, 632, '_banner_section_banner_image', 'field_68c2c106a2eca'), (13107, 632, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (13108, 632, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (13109, 632, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (13110, 632, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (13111, 632, 'banner_section_banner_button', ''), (13112, 632, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (13113, 632, 'banner_section', ''), (13114, 632, '_banner_section', 'field_68c2c106a2ec9'), (13115, 632, 'contact_us_section_description', '

Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.

\r\n

Want to know more? Book a time in our calendar here >

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (13116, 632, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (13117, 632, 'contact_us_section_contact_us_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form 1"]'), (13118, 632, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (13119, 632, 'contact_us_section_contact_detail', '3'), (13120, 632, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (13121, 632, 'contact_us_section', ''), (13122, 632, '_contact_us_section', 'field_68c2c1b3b7c76'), (13123, 632, 'contact_us_section_contact_detail_0_address_text', 'Postal'), (13124, 632, '_contact_us_section_contact_detail_0_address_text', 'field_68c2c21db7c7a'), (13125, 632, 'contact_us_section_contact_detail_0_address', 'PO Box 5154 Laburnum VIC 3130'), (13126, 632, '_contact_us_section_contact_detail_0_address', 'field_68cbc4e814caa'), (13127, 632, 'contact_us_section_contact_detail_1_address_text', 'Registered Office'), (13128, 632, '_contact_us_section_contact_detail_1_address_text', 'field_68c2c21db7c7a'), (13129, 632, 'contact_us_section_contact_detail_1_address', 'Level 5, 600 Bourke St Melbourne Vic 3000'), (13130, 632, '_contact_us_section_contact_detail_1_address', 'field_68cbc4e814caa'), (13131, 632, 'contact_us_section_contact_detail_2_address_text', 'Corporate Office'), (13132, 632, '_contact_us_section_contact_detail_2_address_text', 'field_68c2c21db7c7a'), (13133, 632, 'contact_us_section_contact_detail_2_address', '43 Railway Road Blackburn VIC 3130'), (13134, 632, '_contact_us_section_contact_detail_2_address', 'field_68cbc4e814caa'), (13135, 632, 'contact_us_section_image', '628'), (13136, 632, '_contact_us_section_image', 'field_68cbc6562d1dc'), (13137, 632, 'contact_us_section_heading', 'Contact Us'), (13138, 632, '_contact_us_section_heading', 'field_68cbc6692d1dd'), (13139, 632, 'contact_us_section_contact_info_heading', 'Bombora Advice Pty Ltd AFSL No 439065'), (13140, 632, '_contact_us_section_contact_info_heading', 'field_68cbc8858f67a'), (13141, 634, '_edit_last', '1'), (13142, 634, '_edit_lock', '1758186659:1'), (13143, 636, '_form', '
\n
\n
\n [text* user-first-name placeholder "First Name*"]\n
\n
\n
\n
\n [text* user-last-name placeholder "Last Name*"]\n
\n
\n
\n
\n [email* user-email placeholder "Email*"]\n
\n
\n
\n
\n [text user-company placeholder "Company"]\n
\n
\n
\n
\n [tel* user-tel placeholder "Phone*"]\n
\n
\n
\n
\n [textarea user-msg placeholder] Message [/textarea]\n
\n
\n
\n [submit "SUBMIT"] \n
\n
'), (13144, 636, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:30:"[_site_title] "[your-subject]"";s:6:"sender";s:47:"[_site_title] ";s:9:"recipient";s:19:"[_site_admin_email]";s:4:"body";s:191:"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:1;s:13:"exclude_blank";b:1;}'), (13145, 636, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:30:"[_site_title] "[your-subject]"";s:6:"sender";s:47:"[_site_title] ";s:9:"recipient";s:12:"[your-email]";s:4:"body";s:220:"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.";s:18:"additional_headers";s:29:"Reply-To: [_site_admin_email]";s:11:"attachments";s:0:"";s:8:"use_html";b:1;s:13:"exclude_blank";b:1;}'), (13146, 636, '_messages', 'a:22:{s:12:"mail_sent_ok";s:45:"Thank you for your message. It has been sent.";s:12:"mail_sent_ng";s:71:"There was an error trying to send your message. Please try again later.";s:16:"validation_error";s:61:"One or more fields have an error. Please check and try again.";s:4:"spam";s:71:"There was an error trying to send your message. Please try again later.";s:12:"accept_terms";s:69:"You must accept the terms and conditions before sending your message.";s:16:"invalid_required";s:27:"Please fill out this field.";s:16:"invalid_too_long";s:32:"This field has a too long input.";s:17:"invalid_too_short";s:33:"This field has a too short input.";s:13:"upload_failed";s:46:"There was an unknown error uploading the file.";s:24:"upload_file_type_invalid";s:49:"You are not allowed to upload files of this type.";s:21:"upload_file_too_large";s:31:"The uploaded file is too large.";s:23:"upload_failed_php_error";s:38:"There was an error uploading the file.";s:12:"invalid_date";s:41:"Please enter a date in YYYY-MM-DD format.";s:14:"date_too_early";s:32:"This field has a too early date.";s:13:"date_too_late";s:31:"This field has a too late date.";s:14:"invalid_number";s:22:"Please enter a number.";s:16:"number_too_small";s:34:"This field has a too small number.";s:16:"number_too_large";s:34:"This field has a too large number.";s:23:"quiz_answer_not_correct";s:36:"The answer to the quiz is incorrect.";s:13:"invalid_email";s:30:"Please enter an email address.";s:11:"invalid_url";s:19:"Please enter a URL.";s:11:"invalid_tel";s:32:"Please enter a telephone number.";}'), (13147, 636, '_additional_settings', ''), (13148, 636, '_locale', 'en_US'), (13149, 636, '_hash', '823e39910ae049ad14be8bd6996d7b76d5d0fe5e24669fa8b80f8c240bf6f91d'), (13150, 636, '_config_validation', 'a:1:{s:23:"mail.additional_headers";a:1:{i:0;a:2:{s:4:"code";s:22:"invalid_mailbox_syntax";s:4:"args";a:3:{s:7:"message";s:51:"Invalid mailbox syntax is used in the %name% field.";s:6:"params";a:1:{s:4:"name";s:8:"Reply-To";}s:4:"link";s:68:"https://contactform7.com/configuration-errors/invalid-mailbox-syntax";}}}}'), (13151, 542, 'banner_section_banner_image', '503'), (13152, 542, '_banner_section_banner_image', 'field_68c264a89bfd9'), (13153, 542, 'banner_section_banner_heading', 'Streamlined claims. Proven results. No stress.'), (13154, 542, '_banner_section_banner_heading', 'field_68c264a89bfda'), (13155, 542, 'banner_section_banner_description', 'Don\'t waste time decoding client policies or chasing outcomes. Bombora has the expertise, structure, and precision to manage claims for you—from start to finish.'), (13156, 542, '_banner_section_banner_description', 'field_68c264a89bfdb'), (13157, 542, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13158, 542, '_banner_section_banner_button', 'field_68c264a89bfdc'), (13159, 542, 'banner_section', ''), (13160, 542, '_banner_section', 'field_68c264a89bfd8'), (13161, 542, 'claims_focus_point_claims_points_0_image', '419'), (13162, 542, '_claims_focus_point_claims_points_0_image', 'field_68c26737a4301'), (13163, 542, 'claims_focus_point_claims_points_0_point', 'Free up your time and your team'), (13164, 542, '_claims_focus_point_claims_points_0_point', 'field_68c26741a4302'), (13165, 542, 'claims_focus_point_claims_points', '3'), (13166, 542, '_claims_focus_point_claims_points', 'field_68c26727a4300'), (13167, 542, 'claims_focus_point', ''), (13168, 542, '_claims_focus_point', 'field_68c26595a42ff'), (13169, 542, 'advice_claims_section_advice_claims_content', '1'), (13170, 542, '_advice_claims_section_advice_claims_content', 'field_68c26bb5f1fd0'), (13171, 542, 'advice_claims_section', ''), (13172, 542, '_advice_claims_section', 'field_68c26b14f1fc6'), (13173, 542, 'business_section_heading', 'Add more value to your business & spend zero time on claims.'), (13174, 542, '_business_section_heading', 'field_68c267d0a4304'), (13175, 542, 'business_section_title', 'Her\'s how we make it easy:'), (13176, 542, '_business_section_title', 'field_68c267d8a4305'), (13177, 542, 'business_section_business_points', '3'), (13178, 542, '_business_section_business_points', 'field_68c267dea4306'), (13179, 542, 'business_section_button', 'a:3:{s:5:"title";s:15:"SCHEDULE A CALL";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13180, 542, '_business_section_button', 'field_68c26818a4309'), (13181, 542, 'business_section', ''), (13182, 542, '_business_section', 'field_68c267a5a4303'), (13183, 542, 'claims_section_claims_heading', 'Experience what expert \'claims support\' feels like.'), (13184, 542, '_claims_section_claims_heading', 'field_68c268fffa584'), (13185, 542, 'claims_section_claims_description', 'Discover how Bombora can simplify claims, protect client relationships, and save you time.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13186, 542, '_claims_section_claims_description', 'field_68c268fffa585'), (13187, 542, 'claims_section_claims_form_shotcode', '[contact-form-7 id="823e399" title="Claims Form"]'), (13188, 542, '_claims_section_claims_form_shotcode', 'field_68c268fffa586'), (13189, 542, 'claims_section', ''), (13190, 542, '_claims_section', 'field_68c268fffa583'), (13191, 542, 'claims_focus_point_claims_points_0_point_description', 'Focus on advice, not paperwork. We handle the claims, details, and admin.'), (13192, 542, '_claims_focus_point_claims_points_0_point_description', 'field_68ca53eff354b'), (13193, 542, 'claims_focus_point_claims_points_1_image', '419'), (13194, 542, '_claims_focus_point_claims_points_1_image', 'field_68c26737a4301'), (13195, 542, 'claims_focus_point_claims_points_1_point', 'Strengthen client confidence'), (13196, 542, '_claims_focus_point_claims_points_1_point', 'field_68c26741a4302'), (13197, 542, 'claims_focus_point_claims_points_1_point_description', 'Your clients feel supported, informed, and confident, knowing their claims are in expert hands.'), (13198, 542, '_claims_focus_point_claims_points_1_point_description', 'field_68ca53eff354b'), (13199, 542, 'claims_focus_point_claims_points_2_image', '419'), (13200, 542, '_claims_focus_point_claims_points_2_image', 'field_68c26737a4301'), (13201, 542, 'claims_focus_point_claims_points_2_point', 'Deliver more value without the risk'), (13202, 542, '_claims_focus_point_claims_points_2_point', 'field_68c26741a4302'), (13203, 542, 'claims_focus_point_claims_points_2_point_description', 'Provide expert claims support without the liability or in-house resource strain.'), (13204, 542, '_claims_focus_point_claims_points_2_point_description', 'field_68ca53eff354b'), (13205, 542, 'advice_claims_section_advice_claims_content_0_heading', ''), (13206, 542, '_advice_claims_section_advice_claims_content_0_heading', 'field_68c26b4ef1fc7'), (13207, 542, 'advice_claims_section_advice_claims_content_0_description', ''), (13208, 542, '_advice_claims_section_advice_claims_content_0_description', 'field_68c26b57f1fc8'), (13209, 542, 'advice_claims_section_advice_claims_content_0_advice_button', ''), (13210, 542, '_advice_claims_section_advice_claims_content_0_advice_button', 'field_68c26b83f1fca'), (13211, 542, 'advice_claims_section_advice_claims_content_0_advice_content', ''), (13212, 542, '_advice_claims_section_advice_claims_content_0_advice_content', 'field_68c26b63f1fc9'), (13213, 542, 'business_section_business_points_0_point_text', 'Refer the claim to Bombora'), (13214, 542, '_business_section_business_points_0_point_text', 'field_68c267f3a4307'), (13215, 542, 'business_section_business_points_0_description', 'Introduce us to your client, or send through the key details — we take it from there.'), (13216, 542, '_business_section_business_points_0_description', 'field_68c26800a4308'), (13217, 542, 'business_section_business_points_1_point_text', 'We manage the entire process'), (13218, 542, '_business_section_business_points_1_point_text', 'field_68c267f3a4307'), (13219, 542, 'business_section_business_points_1_description', 'From paperwork and policy interpretation to insurer liaison, we handle it all with professionalism and precision.'), (13220, 542, '_business_section_business_points_1_description', 'field_68c26800a4308'), (13221, 542, 'business_section_business_points_2_point_text', 'Your client gets results that count'), (13222, 542, '_business_section_business_points_2_point_text', 'field_68c267f3a4307'), (13223, 542, 'business_section_business_points_2_description', 'Our expert team and high success rate mean faster, clearer claims and better fulfilment outcomes.'), (13224, 542, '_business_section_business_points_2_description', 'field_68c26800a4308'), (13225, 542, 'advice_claims_section_advice_image', '507'), (13226, 542, '_advice_claims_section_advice_image', 'field_68ca58b35aae9'), (13227, 542, 'advice_claims_section_heading', 'You\'re great at advice. We\'re great at claims.'), (13228, 542, '_advice_claims_section_heading', 'field_68c26b4ef1fc7'), (13229, 542, 'advice_claims_section_description', 'Some claims are simple. Others are complex, time-consuming, and emotionally charged. Not every adviser has the inclination, resources, or specialised support to manage that - so that\'s where Bombora steps in.'), (13230, 542, '_advice_claims_section_description', 'field_68c26b57f1fc8'), (13231, 542, 'advice_claims_section_advice_button', 'a:3:{s:5:"title";s:12:"Contact Us >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13232, 542, '_advice_claims_section_advice_button', 'field_68c26b83f1fca'), (13233, 542, 'advice_claims_section_advice_feature_0_feature_title', 'Deep technical knowledge of policy terms and legal frameworks'), (13234, 542, '_advice_claims_section_advice_feature_0_feature_title', 'field_68ca58995aae7'), (13235, 542, 'advice_claims_section_advice_feature_0_feature_description', 'Deep technical knowledge of policy terms and legal frameworks'), (13236, 542, '_advice_claims_section_advice_feature_0_feature_description', 'field_68ca589f5aae8'), (13237, 542, 'advice_claims_section_advice_feature_1_feature_title', 'An understanding of medical conditions and claim triggers'), (13238, 542, '_advice_claims_section_advice_feature_1_feature_title', 'field_68ca58995aae7'), (13239, 542, 'advice_claims_section_advice_feature_1_feature_description', 'An understanding of medical conditions and claim triggers'), (13240, 542, '_advice_claims_section_advice_feature_1_feature_description', 'field_68ca589f5aae8'), (13241, 542, 'advice_claims_section_advice_feature_2_feature_title', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (13242, 542, '_advice_claims_section_advice_feature_2_feature_title', 'field_68ca58995aae7'), (13243, 542, 'advice_claims_section_advice_feature_2_feature_description', 'The expertise to secure the right outcome — even when it\'s buried in the fine print'), (13244, 542, '_advice_claims_section_advice_feature_2_feature_description', 'field_68ca589f5aae8'), (13245, 542, 'advice_claims_section_advice_feature', '3'), (13246, 542, '_advice_claims_section_advice_feature', 'field_68c26b63f1fc9'), (13247, 542, 'solve_claims_section_solve_image', '541'), (13248, 542, '_solve_claims_section_solve_image', 'field_68ca5873c49b3'), (13249, 542, 'solve_claims_section_solve_heading', 'What we solve for you.'), (13250, 542, '_solve_claims_section_solve_heading', 'field_68ca57a9085da'), (13251, 542, 'solve_claims_section_solve_description', 'When you refer a claim to Bombora, you\'re not just offloading work — you\'re adding value.'), (13252, 542, '_solve_claims_section_solve_description', 'field_68ca57bb085db'), (13253, 542, 'solve_claims_section_solve_button', 'a:3:{s:5:"title";s:17:"Schedule a Call >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13254, 542, '_solve_claims_section_solve_button', 'field_68ca57ca085dc'), (13255, 542, 'solve_claims_section_solve_feature', '4'), (13256, 542, '_solve_claims_section_solve_feature', 'field_68ca5841c49b0'), (13257, 542, 'solve_claims_section', ''), (13258, 542, '_solve_claims_section', 'field_68ca5792085d9'), (13259, 542, 'advice_claims_section_advice_feature_title', 'We bring:'), (13260, 542, '_advice_claims_section_advice_feature_title', 'field_68ca599fc5674'), (13261, 542, 'advice_claims_section_bottom_description', 'From start to finish, we manage the claim, keeping you informed while freeing you to focus on your business and your clients.'), (13262, 542, '_advice_claims_section_bottom_description', 'field_68ca596cc5673'), (13263, 542, 'solve_claims_section_solve_feature_0_feature_title', 'Protect your client relationship.'), (13264, 542, '_solve_claims_section_solve_feature_0_feature_title', 'field_68ca5853c49b1'), (13265, 542, 'solve_claims_section_solve_feature_0_feature_description', 'We represent you with empathy, professionalism, and precision — helping to build trust, not risk it.'), (13266, 542, '_solve_claims_section_solve_feature_0_feature_description', 'field_68ca5861c49b2'), (13267, 542, 'solve_claims_section_solve_feature_1_feature_title', 'Save time and reduce pressure.'), (13268, 542, '_solve_claims_section_solve_feature_1_feature_title', 'field_68ca5853c49b1'), (13269, 542, 'solve_claims_section_solve_feature_1_feature_description', 'Our dedicated claims team handles the detail, complexity, communication, and negotiation with insurers.'), (13270, 542, '_solve_claims_section_solve_feature_1_feature_description', 'field_68ca5861c49b2'), (13271, 542, 'solve_claims_section_solve_feature_2_feature_title', 'Secure better outcomes.'), (13272, 542, '_solve_claims_section_solve_feature_2_feature_title', 'field_68ca5853c49b1'), (13273, 542, 'solve_claims_section_solve_feature_2_feature_description', 'We know how to position claims for success and understand the levers that influence insurer decisions.'), (13274, 542, '_solve_claims_section_solve_feature_2_feature_description', 'field_68ca5861c49b2'), (13275, 542, 'solve_claims_section_solve_feature_3_feature_title', 'Stay in the loop, without being in the weeds.'), (13276, 542, '_solve_claims_section_solve_feature_3_feature_title', 'field_68ca5853c49b1'), (13277, 542, 'solve_claims_section_solve_feature_3_feature_description', 'You remain informed and involved — but never overwhelmed.'), (13278, 542, '_solve_claims_section_solve_feature_3_feature_description', 'field_68ca5861c49b2'), (13280, 633, 'banner_section_banner_image', ''), (13281, 633, '_banner_section_banner_image', 'field_68c2c106a2eca'), (13282, 633, 'banner_section_banner_heading', 'Join the Bombora network, & be part of the next wave.'), (13283, 633, '_banner_section_banner_heading', 'field_68c2c106a2ecb'), (13284, 633, 'banner_section_banner_description', 'Our priority is your growth in the risk market with exceptional client outcomes.'), (13285, 633, '_banner_section_banner_description', 'field_68c2c106a2ecc'), (13286, 633, 'banner_section_banner_button', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13287, 633, '_banner_section_banner_button', 'field_68c2c106a2ecd'), (13288, 633, 'banner_section', ''), (13289, 633, '_banner_section', 'field_68c2c106a2ec9'), (13290, 633, 'contact_us_section_description', '

Access proven risk advice strategies and deep expertise, freeing you from the distractions of investment market updates and asset allocation.

\r\n

Want to know more? Book a time in our calendar here >

\r\n

or please complete the enquiry form and let\'s discuss how Bombora can support your journey.

'), (13291, 633, '_contact_us_section_description', 'field_68c2c1c7b7c77'), (13292, 633, 'contact_us_section_contact_us_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form"]'), (13293, 633, '_contact_us_section_contact_us_form_shortcode', 'field_68c2c1d4b7c78'), (13294, 633, 'contact_us_section_contact_detail', '3'), (13295, 633, '_contact_us_section_contact_detail', 'field_68c2c1f6b7c79'), (13296, 633, 'contact_us_section', ''), (13297, 633, '_contact_us_section', 'field_68c2c1b3b7c76'), (13298, 633, 'contact_us_section_contact_detail_0_address_text', 'Postal'), (13299, 633, '_contact_us_section_contact_detail_0_address_text', 'field_68c2c21db7c7a'), (13300, 633, 'contact_us_section_contact_detail_0_address', 'PO Box 5154 Laburnum VIC 3130'), (13301, 633, '_contact_us_section_contact_detail_0_address', 'field_68cbc4e814caa'), (13302, 633, 'contact_us_section_contact_detail_1_address_text', 'Registered Office'), (13303, 633, '_contact_us_section_contact_detail_1_address_text', 'field_68c2c21db7c7a'), (13304, 633, 'contact_us_section_contact_detail_1_address', 'Level 5, 600 Bourke St Melbourne Vic 3000'), (13305, 633, '_contact_us_section_contact_detail_1_address', 'field_68cbc4e814caa'), (13306, 633, 'contact_us_section_contact_detail_2_address_text', 'Corporate Office'), (13307, 633, '_contact_us_section_contact_detail_2_address_text', 'field_68c2c21db7c7a'), (13308, 633, 'contact_us_section_contact_detail_2_address', '43 Railway Road Blackburn VIC 3130'), (13309, 633, '_contact_us_section_contact_detail_2_address', 'field_68cbc4e814caa'), (13310, 633, 'contact_us_section_image', '628'), (13311, 633, '_contact_us_section_image', 'field_68cbc6562d1dc'), (13312, 633, 'contact_us_section_heading', 'Contact Us'), (13313, 633, '_contact_us_section_heading', 'field_68cbc6692d1dd'), (13314, 633, 'contact_us_section_contact_info_heading', 'Bombora Advice Pty Ltd AFSL No 439065'), (13315, 633, '_contact_us_section_contact_info_heading', 'field_68cbc8858f67a'), (13316, 559, 'banner_section_banner_image', '506'), (13317, 559, '_banner_section_banner_image', 'field_68c26d44f2e69'), (13318, 559, 'banner_section_banner_heading', 'Life Insurance built for every part of your life.'), (13319, 559, '_banner_section_banner_heading', 'field_68c26d44f2e6a'), (13320, 559, 'banner_section_banner_description', 'From protecting your family\'s future to safeguarding your business, Bombora\'s specialists tailor cover that fits your unique risks.'), (13321, 559, '_banner_section_banner_description', 'field_68c26d44f2e6b'), (13322, 559, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13323, 559, '_banner_section_banner_button', 'field_68c26d44f2e6c'), (13324, 559, 'banner_section', ''), (13325, 559, '_banner_section', 'field_68c26d44f2e68'), (13326, 559, 'family_future_section_heading', 'A safety net for your family\'s future.'), (13327, 559, '_family_future_section_heading', 'field_68c26da7e975c'), (13328, 559, 'family_future_section_title', 'Because life\'s “what ifs” don\'t come with a warning.'), (13329, 559, '_family_future_section_title', 'field_68c26dade975d'), (13330, 559, 'family_future_section_image', '508'), (13331, 559, '_family_future_section_image', 'field_68c26e15e975e'), (13332, 559, 'family_future_section_family_future_description', '
\r\n

When illness, injury, or loss strikes, the emotional impact is heavy enough, your family shouldn\'t have to worry about finances too.

\r\n\r\n
\r\n

The right cover for your life

\r\n

Bombora\'s specialists create a protection plan tailored to you, factoring your risks, your priorities and your goals.It\'s not a one-size-fits-all policy.

\r\n\r\n
\r\n
\r\n

We help ensure your loved ones have the means to:

\r\n\r\n
    \r\n
  • keep the family home secure
  • \r\n
  • cover everyday bills
  • \r\n
  • stay on track with future plans, no matter what happens.
  • \r\n
\r\n
\r\n
'), (13333, 559, '_family_future_section_family_future_description', 'field_68c26e1ee975f'), (13334, 559, 'family_future_section_family_future_cart_0_image', '545'), (13335, 559, '_family_future_section_family_future_cart_0_image', 'field_68c26e52e9761'), (13336, 559, 'family_future_section_family_future_cart_0_heading', 'Life Insurance / Term Life'), (13337, 559, '_family_future_section_family_future_cart_0_heading', 'field_68c26e5ee9762'), (13338, 559, 'family_future_section_family_future_cart_0_description', 'Protects your loved ones financially if you pass away but the right cover depends on your situation. It\'s not just about the lump sum, but when and how your family will need support.'), (13339, 559, '_family_future_section_family_future_cart_0_description', 'field_68c26e6ae9763'), (13340, 559, 'family_future_section_family_future_cart_1_image', '544'), (13341, 559, '_family_future_section_family_future_cart_1_image', 'field_68c26e52e9761'), (13342, 559, 'family_future_section_family_future_cart_1_heading', 'Total & Permanent Disability (TPD)'), (13343, 559, '_family_future_section_family_future_cart_1_heading', 'field_68c26e5ee9762'), (13344, 559, 'family_future_section_family_future_cart_1_description', 'If illness or injury leaves you unable to work, TPD pays a lump sum to help cover ongoing living costs. Many don’t realise how quickly expenses, including medical bills can add up without an income.'), (13345, 559, '_family_future_section_family_future_cart_1_description', 'field_68c26e6ae9763'), (13346, 559, 'family_future_section_family_future_cart_2_image', '543'), (13347, 559, '_family_future_section_family_future_cart_2_image', 'field_68c26e52e9761'), (13348, 559, 'family_future_section_family_future_cart_2_heading', 'Trauma Critical Illness'), (13349, 559, '_family_future_section_family_future_cart_2_heading', 'field_68c26e5ee9762'), (13350, 559, 'family_future_section_family_future_cart_2_description', 'A serious illness like cancer or stroke can turn your world upside down. Trauma Cover provides a lump sum so you can focus on recovery, not financial stress. Not all conditions are covered.'), (13351, 559, '_family_future_section_family_future_cart_2_description', 'field_68c26e6ae9763'), (13352, 559, 'family_future_section_family_future_cart', '4'), (13353, 559, '_family_future_section_family_future_cart', 'field_68c26e43e9760'), (13354, 559, 'family_future_section_contact_us_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13355, 559, '_family_future_section_contact_us_button', 'field_68c26e83e9764'), (13356, 559, 'family_future_section', ''), (13357, 559, '_family_future_section', 'field_68c26d8be975b'), (13358, 559, 'business_section_business_image', '504'), (13359, 559, '_business_section_business_image', 'field_68c26f38f4684'), (13360, 559, 'business_section_business_heading', 'Why business owners need more than personal cover.'), (13361, 559, '_business_section_business_heading', 'field_68c26f53f4685'), (13362, 559, 'business_section_business_title', 'Owning a business means your family, your team, and your future all depend on you.'), (13363, 559, '_business_section_business_title', 'field_68c26f5bf4686'), (13364, 559, 'business_section_business_left_side_content', '

If illness, injury, or loss affects you or someone critical to your business, the impact can hit far beyond the office threatening your lifestyle, your business, and your reputation.

\r\n\r\n
\r\n

The right cover for business owners protects your:

\r\n\r\n
\r\n
\r\n
    \r\n
  • Family\'s financial security
  • \r\n
  • Business\'s continuity
  • \r\n
  • Your long-term wealth and legacy
  • \r\n
\r\n
\r\n

Bombora\'s specialist life insurance for business owners protects you on every front, with cover tailored to your structure, your role, and the people who rely on you.

'), (13365, 559, '_business_section_business_left_side_content', 'field_68c26f63f4687'), (13366, 559, 'business_section_business_right_side_image', '505'), (13367, 559, '_business_section_business_right_side_image', 'field_68c26f77f4688'), (13368, 559, 'business_section_business_plan', '3'), (13369, 559, '_business_section_business_plan', 'field_68c26f89f4689'), (13370, 559, 'business_section_claim_button', 'a:3:{s:5:"title";s:21:"NEED TO MAKE A CLAIM?";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13371, 559, '_business_section_claim_button', 'field_68c2700cf468e'), (13372, 559, 'business_section_business_bottom_content', '

The information on this page highlights the key features and benefits of Bombora\'s life and business insurance.\r\nTo ensure your cover is right for you, speak with a Bombora specialist adviser and review the\r\nProduct Disclosure Statement (PDS) for full details.

'), (13373, 559, '_business_section_business_bottom_content', 'field_68c27026f468f'), (13374, 559, 'business_section', ''), (13375, 559, '_business_section', 'field_68c26f1af4683'), (13376, 559, 'families_form_section_heading', 'Getting the right cover has never been easier ...'), (13377, 559, '_families_form_section_heading', 'field_68c27e54492ab'), (13378, 559, 'families_form_section_families_points', '3'), (13379, 559, '_families_form_section_families_points', 'field_68c27e5a492ac'), (13380, 559, 'families_form_section_families_shortcode', '[contact-form-7 id="995ebff" title="Contact form"]'), (13381, 559, '_families_form_section_families_shortcode', 'field_68c27ec9492af'), (13382, 559, 'families_form_section', ''), (13383, 559, '_families_form_section', 'field_68c27e44492aa'), (13384, 559, 'business_section_business_plan_0_image', '547'), (13385, 559, '_business_section_business_plan_0_image', 'field_68c26fb2f468a'), (13386, 559, 'business_section_business_plan_0_heading', 'Business Succession Funding') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13387, 559, '_business_section_business_plan_0_heading', 'field_68c26fdbf468b'), (13388, 559, 'business_section_business_plan_0_title', 'Plan for an orderly handover on your terms.'), (13389, 559, '_business_section_business_plan_0_title', 'field_68c26fe3f468c'), (13390, 559, 'business_section_business_plan_0_description', 'If you or a co-owner can suddenly no longer run the business, Succession Funding ensures your family receives fair value for your share, while your partners gain control without financial strain. It keeps relationships intact and the business moving forward.'), (13391, 559, '_business_section_business_plan_0_description', 'field_68c26ff1f468d'), (13392, 559, 'business_section_business_plan_1_image', '548'), (13393, 559, '_business_section_business_plan_1_image', 'field_68c26fb2f468a'), (13394, 559, 'business_section_business_plan_1_heading', 'Keyperson Cover'), (13395, 559, '_business_section_business_plan_1_heading', 'field_68c26fdbf468b'), (13396, 559, 'business_section_business_plan_1_title', 'Protect the people your business can\'t function without.'), (13397, 559, '_business_section_business_plan_1_title', 'field_68c26fe3f468c'), (13398, 559, 'business_section_business_plan_1_description', 'When a pivotal person — you, a partner, or a senior manager — is unexpectedly affected by illness, injury, or death, Keyperson Cover provides the capital your business needs to stay running, stabilise operations, replace talent, and keep performance on track.'), (13399, 559, '_business_section_business_plan_1_description', 'field_68c26ff1f468d'), (13400, 559, 'business_section_business_plan_2_image', '549'), (13401, 559, '_business_section_business_plan_2_image', 'field_68c26fb2f468a'), (13402, 559, 'business_section_business_plan_2_heading', 'Business Expenses Cover'), (13403, 559, '_business_section_business_plan_2_heading', 'field_68c26fdbf468b'), (13404, 559, 'business_section_business_plan_2_title', 'Keep the lights on when you can\'t work.'), (13405, 559, '_business_section_business_plan_2_title', 'field_68c26fe3f468c'), (13406, 559, 'business_section_business_plan_2_description', 'Even if you\'re unexpectedly sidelined by illness or injury, rent, utilities, staff wages, and other fixed costs keep coming. Business Expenses Cover reimburses these costs for up to a year, giving you breathing room to focus on recovery while your business stays operational.'), (13407, 559, '_business_section_business_plan_2_description', 'field_68c26ff1f468d'), (13408, 559, 'families_form_section_families_points_0_heading', 'Start with a full policy review'), (13409, 559, '_families_form_section_families_points_0_heading', 'field_68c27ea9492ad'), (13410, 559, 'families_form_section_families_points_0_description', 'We\'ll review your existing insurance policy, or help you get one, to confirm your cover.'), (13411, 559, '_families_form_section_families_points_0_description', 'field_68c27eb3492ae'), (13412, 559, 'families_form_section_families_points_1_heading', 'Understand your cover options'), (13413, 559, '_families_form_section_families_points_1_heading', 'field_68c27ea9492ad'), (13414, 559, 'families_form_section_families_points_1_description', 'We\'ll explain your options clearly so you can choose the right cover.'), (13415, 559, '_families_form_section_families_points_1_description', 'field_68c27eb3492ae'), (13416, 559, 'families_form_section_families_points_2_heading', 'Feel confident with tailored protection'), (13417, 559, '_families_form_section_families_points_2_heading', 'field_68c27ea9492ad'), (13418, 559, 'families_form_section_families_points_2_description', 'With the right cover in place, you and your loved ones can feel secure and confident.'), (13419, 559, '_families_form_section_families_points_2_description', 'field_68c27eb3492ae'), (13420, 559, 'family_future_section_family_future_cart_3_image', '549'), (13421, 559, '_family_future_section_family_future_cart_3_image', 'field_68c26e52e9761'), (13422, 559, 'family_future_section_family_future_cart_3_heading', 'Income Protection'), (13423, 559, '_family_future_section_family_future_cart_3_heading', 'field_68c26e5ee9762'), (13424, 559, 'family_future_section_family_future_cart_3_description', 'If illness or injury prevents you from working temporarily, Income Protection replaces part of your salary (paid monthly) so you can easily manage your day-to-day bills without stress.'), (13425, 559, '_family_future_section_family_future_cart_3_description', 'field_68c26e6ae9763'), (13426, 574, 'banner_section_banner_image', '562'), (13427, 574, '_banner_section_banner_image', 'field_68c27fa847dc4'), (13428, 574, 'banner_section_banner_heading', 'When life doesn\'t go to plan, we\'re here to support your claim.'), (13429, 574, '_banner_section_banner_heading', 'field_68c27fa847dc5'), (13430, 574, 'banner_section_banner_description', 'From claim preparation to settlement, Bombora advisers guide you step-by-step, so your claim has the best chance of success.'), (13431, 574, '_banner_section_banner_description', 'field_68c27fa847dc6'), (13432, 574, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13433, 574, '_banner_section_banner_button', 'field_68c27fa847dc7'), (13434, 574, 'banner_section_banner_footer_point', '3'), (13435, 574, '_banner_section_banner_footer_point', 'field_68c2849cadca8'), (13436, 574, 'banner_section', ''), (13437, 574, '_banner_section', 'field_68c27fa847dc3'), (13438, 574, 'make_a_claim_section_heading', 'If you need to make a claim, you\'re not alone.'), (13439, 574, '_make_a_claim_section_heading', 'field_68c2b11ac722d'), (13440, 574, 'make_a_claim_section_description', 'When something unexpected happens — illness, injury, or loss — the last thing you need is a complicated process. Bombora\'s adviser network includes experienced claims support, so you don\'t have to face it alone.'), (13441, 574, '_make_a_claim_section_description', 'field_68c2b121c722e'), (13442, 574, 'make_a_claim_section_claim_explain_point', '3'), (13443, 574, '_make_a_claim_section_claim_explain_point', 'field_68c2b153c722f'), (13444, 574, 'make_a_claim_section_contact_button', 'a:3:{s:5:"title";s:10:"CONTACT US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13445, 574, '_make_a_claim_section_contact_button', 'field_68c2b196c7233'), (13446, 574, 'make_a_claim_section', ''), (13447, 574, '_make_a_claim_section', 'field_68c2b101c722c'), (13448, 574, 'guidance_section_heading', 'Why it helps to have someone in your corner.'), (13449, 574, '_guidance_section_heading', 'field_68c2b210929a6'), (13450, 574, 'guidance_section_description', 'Making a claim often comes at one of the most difficult times in life — after serious illness, injury, or loss. The emotions are real. The paperwork is confusing. Knowing where to start can feel overwhelming. '), (13451, 574, '_guidance_section_description', 'field_68c2b217929a7'), (13452, 574, 'guidance_section_guidance_', '4'), (13453, 574, '_guidance_section_guidance_', 'field_68c2b225929a8'), (13454, 574, 'guidance_section_guidance_button', 'a:3:{s:5:"title";s:13:"VIEW PRODUCTS";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13455, 574, '_guidance_section_guidance_button', 'field_68c2b254929ac'), (13456, 574, 'guidance_section', ''), (13457, 574, '_guidance_section', 'field_68c2b1f1929a5'), (13458, 574, 'bombora_info_section_background_image', '472'), (13459, 574, '_bombora_info_section_background_image', 'field_68c2b284929b6'), (13460, 574, 'bombora_info_section_content', 'Bombora is here to reassure you that you\'re not alone. At claim time, we guide you through what happens, what to expect, and how to position your claim for the best outcome.'), (13461, 574, '_bombora_info_section_content', 'field_68c2b2a1929b7'), (13462, 574, 'bombora_info_section', ''), (13463, 574, '_bombora_info_section', 'field_68c2b275929b5'), (13464, 574, 'support_section_heading', 'Get support every step of the way, here\'s how ...'), (13465, 574, '_support_section_heading', 'field_68c2b2d4929bc'), (13466, 574, 'support_section_support_point', '3'), (13467, 574, '_support_section_support_point', 'field_68c2b2dc929bd'), (13468, 574, 'support_section_support_contact_form_shortcode', '[contact-form-7 id="823e399" title="Claims Form"]'), (13469, 574, '_support_section_support_contact_form_shortcode', 'field_68c2b30b929c0'), (13470, 574, 'support_section', ''), (13471, 574, '_support_section', 'field_68c2b2c7929bb'), (13472, 574, 'banner_section_banner_footer_point_0_point', 'Understand your coverage'), (13473, 574, '_banner_section_banner_footer_point_0_point', 'field_68c284abadca9'), (13474, 574, 'banner_section_banner_footer_point_1_point', 'Prepare your claim properly'), (13475, 574, '_banner_section_banner_footer_point_1_point', 'field_68c284abadca9'), (13476, 574, 'banner_section_banner_footer_point_2_point', 'Stay informed every step'), (13477, 574, '_banner_section_banner_footer_point_2_point', 'field_68c284abadca9'), (13478, 574, 'make_a_claim_section_claim_explain_point_0_image', '569'), (13479, 574, '_make_a_claim_section_claim_explain_point_0_image', 'field_68c2b16dc7230'), (13480, 574, 'make_a_claim_section_claim_explain_point_0_title', 'Know where you stand'), (13481, 574, '_make_a_claim_section_claim_explain_point_0_title', 'field_68c2b178c7231'), (13482, 574, 'make_a_claim_section_claim_explain_point_0_description', 'We review your policy to confirm and explain your claim options.'), (13483, 574, '_make_a_claim_section_claim_explain_point_0_description', 'field_68c2b182c7232'), (13484, 574, 'make_a_claim_section_claim_explain_point_1_image', '570'), (13485, 574, '_make_a_claim_section_claim_explain_point_1_image', 'field_68c2b16dc7230'), (13486, 574, 'make_a_claim_section_claim_explain_point_1_title', 'Get everything needed, in order') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13487, 574, '_make_a_claim_section_claim_explain_point_1_title', 'field_68c2b178c7231'), (13488, 574, 'make_a_claim_section_claim_explain_point_1_description', 'We help gather your documents so your claim starts strong.'), (13489, 574, '_make_a_claim_section_claim_explain_point_1_description', 'field_68c2b182c7232'), (13490, 574, 'make_a_claim_section_claim_explain_point_2_image', '571'), (13491, 574, '_make_a_claim_section_claim_explain_point_2_image', 'field_68c2b16dc7230'), (13492, 574, 'make_a_claim_section_claim_explain_point_2_title', 'Be supported through the'), (13493, 574, '_make_a_claim_section_claim_explain_point_2_title', 'field_68c2b178c7231'), (13494, 574, 'make_a_claim_section_claim_explain_point_2_description', 'We monitor progress and handle insurer requests — you\'re never alone.'), (13495, 574, '_make_a_claim_section_claim_explain_point_2_description', 'field_68c2b182c7232'), (13496, 574, 'guidance_section_guidance__0_image', '564'), (13497, 574, '_guidance_section_guidance__0_image', 'field_68c2b236929a9'), (13498, 574, 'guidance_section_guidance__0_title', 'Steadfast Support'), (13499, 574, '_guidance_section_guidance__0_title', 'field_68c2b23f929aa'), (13500, 574, 'guidance_section_guidance__0_description', 'We recognise the weight of what you\'re facing and step in to handle the claims process when it\'s too much to manage on your own.'), (13501, 574, '_guidance_section_guidance__0_description', 'field_68c2b246929ab'), (13502, 574, 'guidance_section_guidance__1_image', '565'), (13503, 574, '_guidance_section_guidance__1_image', 'field_68c2b236929a9'), (13504, 574, 'guidance_section_guidance__1_title', 'Clear Guidance'), (13505, 574, '_guidance_section_guidance__1_title', 'field_68c2b23f929aa'), (13506, 574, 'guidance_section_guidance__1_description', 'We take the time to explain your coverage in simple, clear language — so you\'re not left second-guessing or trying to make sense of it all on your own.'), (13507, 574, '_guidance_section_guidance__1_description', 'field_68c2b246929ab'), (13508, 574, 'guidance_section_guidance__2_image', '566'), (13509, 574, '_guidance_section_guidance__2_image', 'field_68c2b236929a9'), (13510, 574, 'guidance_section_guidance__2_title', 'Communication'), (13511, 574, '_guidance_section_guidance__2_title', 'field_68c2b23f929aa'), (13512, 574, 'guidance_section_guidance__2_description', 'We stay in touch with the insurer and keep you updated throughout the process — so you\'re never left wondering what\'s happening.'), (13513, 574, '_guidance_section_guidance__2_description', 'field_68c2b246929ab'), (13514, 574, 'guidance_section_guidance__3_image', '567'), (13515, 574, '_guidance_section_guidance__3_image', 'field_68c2b236929a9'), (13516, 574, 'guidance_section_guidance__3_title', 'Strong Outcomes'), (13517, 574, '_guidance_section_guidance__3_title', 'field_68c2b23f929aa'), (13518, 574, 'guidance_section_guidance__3_description', 'From first steps to final decision, we help ensure your claim is prepared properly, responded to promptly, and supported all the way through.'), (13519, 574, '_guidance_section_guidance__3_description', 'field_68c2b246929ab'), (13520, 574, 'support_section_support_point_0_heading', 'Start with a full policy review'), (13521, 574, '_support_section_support_point_0_heading', 'field_68c2b2f4929be'), (13522, 574, 'support_section_support_point_0_description', 'We\'ll review your insurance policy to confirm your cover and the terms.'), (13523, 574, '_support_section_support_point_0_description', 'field_68c2b2fc929bf'), (13524, 574, 'support_section_support_point_1_heading', 'Understand your Claim options'), (13525, 574, '_support_section_support_point_1_heading', 'field_68c2b2f4929be'), (13526, 574, 'support_section_support_point_1_description', 'Get clear, expert advice on the best way to proceed with your claim.'), (13527, 574, '_support_section_support_point_1_description', 'field_68c2b2fc929bf'), (13528, 574, 'support_section_support_point_2_heading', 'Maximise your Claim outcome'), (13529, 574, '_support_section_support_point_2_heading', 'field_68c2b2f4929be'), (13530, 574, 'support_section_support_point_2_description', 'Feel reassured knowing expert guidance helps you achieve the best possible result.'), (13531, 574, '_support_section_support_point_2_description', 'field_68c2b2fc929bf'), (13532, 574, 'guidance_section_sub_heading', 'Having Bombora by your side makes all the difference.'), (13533, 574, '_guidance_section_sub_heading', 'field_68caaae7d1aaf'), (13534, 621, 'banner_section_banner_image', ''), (13535, 621, '_banner_section_banner_image', 'field_68c2b4c8ad186'), (13536, 621, 'banner_section_banner_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (13537, 621, '_banner_section_banner_heading', 'field_68c2b4c8ad187'), (13538, 621, 'banner_section_banner_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (13539, 621, '_banner_section_banner_description', 'field_68c2b4c8ad188'), (13540, 621, 'banner_section_banner_button', ''), (13541, 621, '_banner_section_banner_button', 'field_68c2b4c8ad189'), (13542, 621, 'banner_section', ''), (13543, 621, '_banner_section', 'field_68c2b4c8ad185'), (13544, 621, 'our_board_section_heading', 'Our Board'), (13545, 621, '_our_board_section_heading', 'field_68c2b55f2d05a'), (13546, 621, 'our_board_section_description', 'The backbone of Bombora is a dynamic team of experienced leaders committed to our vision. With their guidance, we prioritise our clients and strive for the highest standards in risk advice.'), (13547, 621, '_our_board_section_description', 'field_68c2b56a2d05b'), (13548, 621, 'our_board_section_board_members_0_member_image', '584'), (13549, 621, '_our_board_section_board_members_0_member_image', 'field_68c2b5d92d05f'), (13550, 621, 'our_board_section_board_members_0_member_name', 'Niall McConville'), (13551, 621, '_our_board_section_board_members_0_member_name', 'field_68c2b59f2d05d'), (13552, 621, 'our_board_section_board_members_0_designation', 'Managing Director'), (13553, 621, '_our_board_section_board_members_0_designation', 'field_68c2b5bc2d05e'), (13554, 621, 'our_board_section_board_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13555, 621, '_our_board_section_board_members_0_lean_more_button', 'field_68c2b5f12d060'), (13556, 621, 'our_board_section_board_members', '4'), (13557, 621, '_our_board_section_board_members', 'field_68c2b58f2d05c'), (13558, 621, 'our_board_section_our_board_footer_info', ''), (13559, 621, '_our_board_section_our_board_footer_info', 'field_68c2b64aa2762'), (13560, 621, 'our_board_section', ''), (13561, 621, '_our_board_section', 'field_68c2b5522d059'), (13562, 621, 'leadership_section_image', '613'), (13563, 621, '_leadership_section_image', 'field_68c2b6ed41146'), (13564, 621, 'leadership_section_heading', 'CoreValues of our Leadership'), (13565, 621, '_leadership_section_heading', 'field_68c2bc1241147'), (13566, 621, 'leadership_section_description', 'Bombora\'s approach is grounded in six core beliefs:'), (13567, 621, '_leadership_section_description', 'field_68c2bc1c41148'), (13568, 621, 'leadership_section_leadership_point', '6'), (13569, 621, '_leadership_section_leadership_point', 'field_68c2bc2941149'), (13570, 621, 'leadership_section_learn_more_button', 'a:3:{s:5:"title";s:10:"LEARN MORE";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13571, 621, '_leadership_section_learn_more_button', 'field_68c2bc634114c'), (13572, 621, 'leadership_section', ''), (13573, 621, '_leadership_section', 'field_68c2b6cd41145'), (13574, 621, 'bombora_info_section_background_image', '472'), (13575, 621, '_bombora_info_section_background_image', 'field_68c2bd0b3963e'), (13576, 621, 'bombora_info_section_content', 'At Bombora, collaboration, integrity, and expert support empower you—because great advice starts with the right foundation.'), (13577, 621, '_bombora_info_section_content', 'field_68c2bd223963f'), (13578, 621, 'bombora_info_section', ''), (13579, 621, '_bombora_info_section', 'field_68c2bcf23963d'), (13580, 621, 'our_board_contact_section_heading', 'Join an environment where developing your expertise is the priority.'), (13581, 621, '_our_board_contact_section_heading', 'field_68c2bfd373615'), (13582, 621, 'our_board_contact_section_description', 'If you\'re looking to grow in a team that prioritises your development and delivers the best outcomes for clients, let\'s connect!'), (13583, 621, '_our_board_contact_section_description', 'field_68c2bfdd73616'), (13584, 621, 'our_board_contact_section_our_board_contact_form_shortcode', '[contact-form-7 id="995ebff" title="Contact form"]'), (13585, 621, '_our_board_contact_section_our_board_contact_form_shortcode', 'field_68c2bfe773617'), (13586, 621, 'our_board_contact_section', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13587, 621, '_our_board_contact_section', 'field_68c2bf9673614'), (13588, 621, 'our_board_section_board_members_1_member_image', '586'), (13589, 621, '_our_board_section_board_members_1_member_image', 'field_68c2b5d92d05f'), (13590, 621, 'our_board_section_board_members_1_member_name', 'Wayne Handley'), (13591, 621, '_our_board_section_board_members_1_member_name', 'field_68c2b59f2d05d'), (13592, 621, 'our_board_section_board_members_1_designation', 'Executive Chairman'), (13593, 621, '_our_board_section_board_members_1_designation', 'field_68c2b5bc2d05e'), (13594, 621, 'our_board_section_board_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13595, 621, '_our_board_section_board_members_1_lean_more_button', 'field_68c2b5f12d060'), (13596, 621, 'our_board_section_board_members_2_member_image', '582'), (13597, 621, '_our_board_section_board_members_2_member_image', 'field_68c2b5d92d05f'), (13598, 621, 'our_board_section_board_members_2_member_name', 'Kevin Martin'), (13599, 621, '_our_board_section_board_members_2_member_name', 'field_68c2b59f2d05d'), (13600, 621, 'our_board_section_board_members_2_designation', 'Non-Executive Director'), (13601, 621, '_our_board_section_board_members_2_designation', 'field_68c2b5bc2d05e'), (13602, 621, 'our_board_section_board_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13603, 621, '_our_board_section_board_members_2_lean_more_button', 'field_68c2b5f12d060'), (13604, 621, 'our_board_section_board_members_3_member_image', '585'), (13605, 621, '_our_board_section_board_members_3_member_image', 'field_68c2b5d92d05f'), (13606, 621, 'our_board_section_board_members_3_member_name', 'Rory MacKenzie'), (13607, 621, '_our_board_section_board_members_3_member_name', 'field_68c2b59f2d05d'), (13608, 621, 'our_board_section_board_members_3_designation', 'Non-Executive Director'), (13609, 621, '_our_board_section_board_members_3_designation', 'field_68c2b5bc2d05e'), (13610, 621, 'our_board_section_board_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13611, 621, '_our_board_section_board_members_3_lean_more_button', 'field_68c2b5f12d060'), (13612, 621, 'our_board_section_our_team_members_0_member_image', '580'), (13613, 621, '_our_board_section_our_team_members_0_member_image', 'field_68cb8ef6facc1'), (13614, 621, 'our_board_section_our_team_members_0_member_name', 'Geoff Councel'), (13615, 621, '_our_board_section_our_team_members_0_member_name', 'field_68cb8f02facc2'), (13616, 621, 'our_board_section_our_team_members_0_member_designation', 'General Manager'), (13617, 621, '_our_board_section_our_team_members_0_member_designation', 'field_68cb8f0efacc3'), (13618, 621, 'our_board_section_our_team_members_0_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13619, 621, '_our_board_section_our_team_members_0_lean_more_button', 'field_68cb8f2afacc4'), (13620, 621, 'our_board_section_our_team_members', '4'), (13621, 621, '_our_board_section_our_team_members', 'field_68cb8eb3facc0'), (13622, 621, 'our_board_section_our_team_members_1_member_image', '583'), (13623, 621, '_our_board_section_our_team_members_1_member_image', 'field_68cb8ef6facc1'), (13624, 621, 'our_board_section_our_team_members_1_member_name', 'Nadeeja Jayaratne'), (13625, 621, '_our_board_section_our_team_members_1_member_name', 'field_68cb8f02facc2'), (13626, 621, 'our_board_section_our_team_members_1_member_designation', 'Head of Risk & Compliance'), (13627, 621, '_our_board_section_our_team_members_1_member_designation', 'field_68cb8f0efacc3'), (13628, 621, 'our_board_section_our_team_members_1_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13629, 621, '_our_board_section_our_team_members_1_lean_more_button', 'field_68cb8f2afacc4'), (13630, 621, 'our_board_section_our_team_members_2_member_image', '582'), (13631, 621, '_our_board_section_our_team_members_2_member_image', 'field_68cb8ef6facc1'), (13632, 621, 'our_board_section_our_team_members_2_member_name', 'Kellie Williams'), (13633, 621, '_our_board_section_our_team_members_2_member_name', 'field_68cb8f02facc2'), (13634, 621, 'our_board_section_our_team_members_2_member_designation', 'Operations Manager'), (13635, 621, '_our_board_section_our_team_members_2_member_designation', 'field_68cb8f0efacc3'), (13636, 621, 'our_board_section_our_team_members_2_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13637, 621, '_our_board_section_our_team_members_2_lean_more_button', 'field_68cb8f2afacc4'), (13638, 621, 'our_board_section_our_team_members_3_member_image', ''), (13639, 621, '_our_board_section_our_team_members_3_member_image', 'field_68cb8ef6facc1'), (13640, 621, 'our_board_section_our_team_members_3_member_name', 'Franca Milillo'), (13641, 621, '_our_board_section_our_team_members_3_member_name', 'field_68cb8f02facc2'), (13642, 621, 'our_board_section_our_team_members_3_member_designation', 'Compliance Manager'), (13643, 621, '_our_board_section_our_team_members_3_member_designation', 'field_68cb8f0efacc3'), (13644, 621, 'our_board_section_our_team_members_3_lean_more_button', 'a:3:{s:5:"title";s:12:"Learn more >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13645, 621, '_our_board_section_our_team_members_3_lean_more_button', 'field_68cb8f2afacc4'), (13646, 621, 'our_board_section_our_board_footer_heading', 'An experienced licensee that sets the standard for excellence in life insurance.'), (13647, 621, '_our_board_section_our_board_footer_heading', 'field_68c2b64aa2762'), (13648, 621, 'our_board_section_our_board_footer_description', 'Bombora. Driving innovation and shaping the future of the industry.'), (13649, 621, '_our_board_section_our_board_footer_description', 'field_68cb90ca8a303'), (13650, 621, 'our_board_section_board_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (13651, 621, '_our_board_section_board_members_0_member_profile_button', 'field_68c2b5f12d060'), (13652, 621, 'our_board_section_board_members_0_member_social_media', '2'), (13653, 621, '_our_board_section_board_members_0_member_social_media', 'field_68cb91cea51d9'), (13654, 621, 'our_board_section_board_members_0_member_description', '2'), (13655, 621, '_our_board_section_board_members_0_member_description', 'field_68cb9266a51dc'), (13656, 621, 'our_board_section_board_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (13657, 621, '_our_board_section_board_members_1_member_profile_button', 'field_68c2b5f12d060'), (13658, 621, 'our_board_section_board_members_1_member_social_media', '2'), (13659, 621, '_our_board_section_board_members_1_member_social_media', 'field_68cb91cea51d9'), (13660, 621, 'our_board_section_board_members_1_member_description', '2'), (13661, 621, '_our_board_section_board_members_1_member_description', 'field_68cb9266a51dc'), (13662, 621, 'our_board_section_board_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (13663, 621, '_our_board_section_board_members_2_member_profile_button', 'field_68c2b5f12d060'), (13664, 621, 'our_board_section_board_members_2_member_social_media', '2'), (13665, 621, '_our_board_section_board_members_2_member_social_media', 'field_68cb91cea51d9'), (13666, 621, 'our_board_section_board_members_2_member_description', '2'), (13667, 621, '_our_board_section_board_members_2_member_description', 'field_68cb9266a51dc'), (13668, 621, 'our_board_section_board_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:6:"_blank";}'), (13669, 621, '_our_board_section_board_members_3_member_profile_button', 'field_68c2b5f12d060'), (13670, 621, 'our_board_section_board_members_3_member_social_media', '2'), (13671, 621, '_our_board_section_board_members_3_member_social_media', 'field_68cb91cea51d9'), (13672, 621, 'our_board_section_board_members_3_member_description', '3'), (13673, 621, '_our_board_section_board_members_3_member_description', 'field_68cb9266a51dc'), (13674, 621, 'our_board_section_our_team_members_0_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13675, 621, '_our_board_section_our_team_members_0_member_profile_button', 'field_68cb92fded126'), (13676, 621, 'our_board_section_our_team_members_0_member_social_media_link', '2'), (13677, 621, '_our_board_section_our_team_members_0_member_social_media_link', 'field_68cb9310ed127'), (13678, 621, 'our_board_section_our_team_members_0_member_description', '3'), (13679, 621, '_our_board_section_our_team_members_0_member_description', 'field_68cb933ced12a'), (13680, 621, 'our_board_section_our_team_members_1_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13681, 621, '_our_board_section_our_team_members_1_member_profile_button', 'field_68cb92fded126'), (13682, 621, 'our_board_section_our_team_members_1_member_social_media_link', '2'), (13683, 621, '_our_board_section_our_team_members_1_member_social_media_link', 'field_68cb9310ed127'), (13684, 621, 'our_board_section_our_team_members_1_member_description', '3'), (13685, 621, '_our_board_section_our_team_members_1_member_description', 'field_68cb933ced12a'), (13686, 621, 'our_board_section_our_team_members_2_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13687, 621, '_our_board_section_our_team_members_2_member_profile_button', 'field_68cb92fded126'), (13688, 621, 'our_board_section_our_team_members_2_member_social_media_link', '2'), (13689, 621, '_our_board_section_our_team_members_2_member_social_media_link', 'field_68cb9310ed127'), (13690, 621, 'our_board_section_our_team_members_2_member_description', '2'), (13691, 621, '_our_board_section_our_team_members_2_member_description', 'field_68cb933ced12a'), (13692, 621, 'our_board_section_our_team_members_3_member_profile_button', 'a:3:{s:5:"title";s:24:"Book a time with Niall >";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13693, 621, '_our_board_section_our_team_members_3_member_profile_button', 'field_68cb92fded126'), (13694, 621, 'our_board_section_our_team_members_3_member_social_media_link', '2'), (13695, 621, '_our_board_section_our_team_members_3_member_social_media_link', 'field_68cb9310ed127'), (13696, 621, 'our_board_section_our_team_members_3_member_description', '2'), (13697, 621, '_our_board_section_our_team_members_3_member_description', 'field_68cb933ced12a'), (13698, 621, 'our_board_section_board_members_0_member_social_media_0_icon', '97'), (13699, 621, '_our_board_section_board_members_0_member_social_media_0_icon', 'field_68cb9236a51da'), (13700, 621, 'our_board_section_board_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (13701, 621, '_our_board_section_board_members_0_member_social_media_0_link', 'field_68cb923fa51db'), (13702, 621, 'our_board_section_board_members_0_member_social_media_1_icon', '98'), (13703, 621, '_our_board_section_board_members_0_member_social_media_1_icon', 'field_68cb9236a51da'), (13704, 621, 'our_board_section_board_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (13705, 621, '_our_board_section_board_members_0_member_social_media_1_link', 'field_68cb923fa51db'), (13706, 621, 'our_board_section_board_members_0_member_description_0_description', 'Niall has worked in the Financial Services sector for most of his profession life. He has held senior executive positions with several of Australia\'s leading Life Insurance Companies. More recently Niall was responsible for the advice & distribution channels for the TAL organisation.'), (13707, 621, '_our_board_section_board_members_0_member_description_0_description', 'field_68cb9273a51dd'), (13708, 621, 'our_board_section_board_members_0_member_description_1_description', 'As a highly respected and experience member of the financial services community we are delighted to have Niall as a member of our Board.'), (13709, 621, '_our_board_section_board_members_0_member_description_1_description', 'field_68cb9273a51dd'), (13710, 621, 'our_board_section_board_members_1_member_social_media_0_icon', '97'), (13711, 621, '_our_board_section_board_members_1_member_social_media_0_icon', 'field_68cb9236a51da'), (13712, 621, 'our_board_section_board_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (13713, 621, '_our_board_section_board_members_1_member_social_media_0_link', 'field_68cb923fa51db'), (13714, 621, 'our_board_section_board_members_1_member_social_media_1_icon', '98'), (13715, 621, '_our_board_section_board_members_1_member_social_media_1_icon', 'field_68cb9236a51da'), (13716, 621, 'our_board_section_board_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (13717, 621, '_our_board_section_board_members_1_member_social_media_1_link', 'field_68cb923fa51db'), (13718, 621, 'our_board_section_board_members_1_member_description_0_description', 'Wayne Handley has over 35 years of experience in financial services having worked in the sector for his entire professional career. Wayne\'s experience spans the private sector as a self-employed businessman and at senior corporate level. He is a former General Manager & Responsible Officer of Apogee Financial Planning. As well as being a Director of Apogee FP, Wayne was also a Director of Godfrey Pembroke, Garvan Financial Planning & MLC Financial Planning during his time with the MLC/Nab Group (18 years).'), (13719, 621, '_our_board_section_board_members_1_member_description_0_description', 'field_68cb9273a51dd'), (13720, 621, 'our_board_section_board_members_1_member_description_1_description', 'Wayne has a successful track record in building high quality Advice Networks. He has also been a member of numerous Boards of Advice for successful planning firms.'), (13721, 621, '_our_board_section_board_members_1_member_description_1_description', 'field_68cb9273a51dd'), (13722, 621, 'our_board_section_board_members_2_member_social_media_0_icon', '97'), (13723, 621, '_our_board_section_board_members_2_member_social_media_0_icon', 'field_68cb9236a51da'), (13724, 621, 'our_board_section_board_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (13725, 621, '_our_board_section_board_members_2_member_social_media_0_link', 'field_68cb923fa51db'), (13726, 621, 'our_board_section_board_members_2_member_social_media_1_icon', '98'), (13727, 621, '_our_board_section_board_members_2_member_social_media_1_icon', 'field_68cb9236a51da'), (13728, 621, 'our_board_section_board_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (13729, 621, '_our_board_section_board_members_2_member_social_media_1_link', 'field_68cb923fa51db'), (13730, 621, 'our_board_section_board_members_2_member_description_0_description', 'Kevin Martin has an extensive background and experience in successfully assisting organisations, large and small, to develop and implement business strategies, acquisitions, disposals, corporate change programs and internal winning cultures/teams and structures.'), (13731, 621, '_our_board_section_board_members_2_member_description_0_description', 'field_68cb9273a51dd'), (13732, 621, 'our_board_section_board_members_2_member_description_1_description', 'Currently, Kevin is the Managing Director of consulting company Alto Nominees, Executive Director of the RYCO Group of companies, Non-Executive Director of Agrocel Industries and Children\'s Cancer Foundation. He has also held senior executive positions with Linfox Group, Non-Executive Director of Excel CropCare Ltd and was CFO of Nufarm Ltd for 17 years.'), (13733, 621, '_our_board_section_board_members_2_member_description_1_description', 'field_68cb9273a51dd'), (13734, 621, 'our_board_section_board_members_3_member_social_media_0_icon', '97'), (13735, 621, '_our_board_section_board_members_3_member_social_media_0_icon', 'field_68cb9236a51da'), (13736, 621, 'our_board_section_board_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (13737, 621, '_our_board_section_board_members_3_member_social_media_0_link', 'field_68cb923fa51db'), (13738, 621, 'our_board_section_board_members_3_member_social_media_1_icon', '98'), (13739, 621, '_our_board_section_board_members_3_member_social_media_1_icon', 'field_68cb9236a51da'), (13740, 621, 'our_board_section_board_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (13741, 621, '_our_board_section_board_members_3_member_social_media_1_link', 'field_68cb923fa51db'), (13742, 621, 'our_board_section_board_members_3_member_description_0_description', 'Rory has over 20 years of experience in the financial services industry, providing strategic advice in personal insurance, business insurance, and superannuation to individual clients, SME\'s and medical professionals.'), (13743, 621, '_our_board_section_board_members_3_member_description_0_description', 'field_68cb9273a51dd'), (13744, 621, 'our_board_section_board_members_3_member_description_1_description', 'Prior to that, Rory was a Partner for four years in a South Gippsland accountancy business that specialised in assisting farmers and self-employed business owners.'), (13745, 621, '_our_board_section_board_members_3_member_description_1_description', 'field_68cb9273a51dd'), (13746, 621, 'our_board_section_board_members_3_member_description_2_description', 'Rory holds a Bachelor of Commerce and a Diploma of Financial Services (Financial Planning). He brings a wealth of experience across all facets of financial planning and personal and business insurance, and is highly regarded in the financial planning community.'), (13747, 621, '_our_board_section_board_members_3_member_description_2_description', 'field_68cb9273a51dd'), (13748, 621, 'our_board_section_our_team_members_0_member_social_media_link_0_icon', '97'), (13749, 621, '_our_board_section_our_team_members_0_member_social_media_link_0_icon', 'field_68cb9316ed128'), (13750, 621, 'our_board_section_our_team_members_0_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (13751, 621, '_our_board_section_our_team_members_0_member_social_media_link_0_link', 'field_68cb9320ed129'), (13752, 621, 'our_board_section_our_team_members_0_member_social_media_link_1_icon', '98'), (13753, 621, '_our_board_section_our_team_members_0_member_social_media_link_1_icon', 'field_68cb9316ed128'), (13754, 621, 'our_board_section_our_team_members_0_member_social_media_link_1_link', ''), (13755, 621, '_our_board_section_our_team_members_0_member_social_media_link_1_link', 'field_68cb9320ed129'), (13756, 621, 'our_board_section_our_team_members_0_member_description_0_description', 'Geoff Counsel has over 25 years of experience in the financial services industry. He accepted the role of General Manager with Bombora Advice Pty Ltd in 2014 after holding senior management roles with other organisations.'), (13757, 621, '_our_board_section_our_team_members_0_member_description_0_description', 'field_68cb9344ed12b'), (13758, 621, 'our_board_section_our_team_members_0_member_description_1_description', 'Geoff joined RetireInvest in 1996, initially managing the corporate office in Melbourne with a total staff of 28 before moving into an Adviser Development role across Victoria, Tasmania and South Australia.'), (13759, 621, '_our_board_section_our_team_members_0_member_description_1_description', 'field_68cb9344ed12b'), (13760, 621, 'our_board_section_our_team_members_0_member_description_2_description', 'In 2004, he was invited to help helped establish the IRIS Financial Group Ltd, which was officially launched in April 2005. IRIS grew from an initial core group of around 20 authorised representatives with almost $1bn funds under advice to 37 representatives and over $2bn under advice at the time it was acquired by Hillross in 2011. Geoff\'s role throughout this period was General Manager of IRIS. After assisting with the transition of the IRIS practices in to the Hillross network, Geoff moved into a Practice Management role with an established financial planning business before joining Bombora.'), (13761, 621, '_our_board_section_our_team_members_0_member_description_2_description', 'field_68cb9344ed12b'), (13762, 621, 'our_board_section_our_team_members_1_member_social_media_link_0_icon', '97'), (13763, 621, '_our_board_section_our_team_members_1_member_social_media_link_0_icon', 'field_68cb9316ed128'), (13764, 621, 'our_board_section_our_team_members_1_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (13765, 621, '_our_board_section_our_team_members_1_member_social_media_link_0_link', 'field_68cb9320ed129'), (13766, 621, 'our_board_section_our_team_members_1_member_social_media_link_1_icon', '98'), (13767, 621, '_our_board_section_our_team_members_1_member_social_media_link_1_icon', 'field_68cb9316ed128'), (13768, 621, 'our_board_section_our_team_members_1_member_social_media_link_1_link', ''), (13769, 621, '_our_board_section_our_team_members_1_member_social_media_link_1_link', 'field_68cb9320ed129'), (13770, 621, 'our_board_section_our_team_members_1_member_description_0_description', 'With more than 25 years in the financial services industry, Nadeeja brings valuable experience in risk, compliance and licensee operations to the Bombora Advice network. Nadeeja has held various senior management roles over his career and brings with him a practical and commercial approach to meet our risk and compliance obligations.'), (13771, 621, '_our_board_section_our_team_members_1_member_description_0_description', 'field_68cb9344ed12b'), (13772, 621, 'our_board_section_our_team_members_1_member_description_1_description', 'Nadeeja has a wealth of experience in working with self-employed financial advisers. His consultive manner encourages meaningful and open dialogue.'), (13773, 621, '_our_board_section_our_team_members_1_member_description_1_description', 'field_68cb9344ed12b'), (13774, 621, 'our_board_section_our_team_members_1_member_description_2_description', 'Nadeeja holds a Bachelor of Business (Applied Economics) and Diploma of Financial Planning.'), (13775, 621, '_our_board_section_our_team_members_1_member_description_2_description', 'field_68cb9344ed12b'), (13776, 621, 'our_board_section_our_team_members_2_member_social_media_link_0_icon', '97'), (13777, 621, '_our_board_section_our_team_members_2_member_social_media_link_0_icon', 'field_68cb9316ed128'), (13778, 621, 'our_board_section_our_team_members_2_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (13779, 621, '_our_board_section_our_team_members_2_member_social_media_link_0_link', 'field_68cb9320ed129'), (13780, 621, 'our_board_section_our_team_members_2_member_social_media_link_1_icon', '98'), (13781, 621, '_our_board_section_our_team_members_2_member_social_media_link_1_icon', 'field_68cb9316ed128'), (13782, 621, 'our_board_section_our_team_members_2_member_social_media_link_1_link', ''), (13783, 621, '_our_board_section_our_team_members_2_member_social_media_link_1_link', 'field_68cb9320ed129'), (13784, 621, 'our_board_section_our_team_members_2_member_description_0_description', 'With over 20 years\' experience in the sector, Kellie brings a lot of experience and operational know how to our business. '), (13785, 621, '_our_board_section_our_team_members_2_member_description_0_description', 'field_68cb9344ed12b'), (13786, 621, 'our_board_section_our_team_members_2_member_description_1_description', 'Kellie\'s responsibilities include day to day operations as well as coordinating our PD Days and conferences. She also carries the important role of adviser remuneration and being our first point of liaison with our advice practices.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13787, 621, '_our_board_section_our_team_members_2_member_description_1_description', 'field_68cb9344ed12b'), (13788, 621, 'our_board_section_our_team_members_3_member_social_media_link_0_icon', '97'), (13789, 621, '_our_board_section_our_team_members_3_member_social_media_link_0_icon', 'field_68cb9316ed128'), (13790, 621, 'our_board_section_our_team_members_3_member_social_media_link_0_link', 'https://www.linkedin.com/login/in'), (13791, 621, '_our_board_section_our_team_members_3_member_social_media_link_0_link', 'field_68cb9320ed129'), (13792, 621, 'our_board_section_our_team_members_3_member_social_media_link_1_icon', '98'), (13793, 621, '_our_board_section_our_team_members_3_member_social_media_link_1_icon', 'field_68cb9316ed128'), (13794, 621, 'our_board_section_our_team_members_3_member_social_media_link_1_link', ''), (13795, 621, '_our_board_section_our_team_members_3_member_social_media_link_1_link', 'field_68cb9320ed129'), (13796, 621, 'our_board_section_our_team_members_3_member_description_0_description', 'Franca sit amet, consectetur adipiscing elit. Donec non erat ac erat suscipit tristique sit amet at urna. Maecenas rhoncus ornare eros, non pellentesque dui scelerisque sed. In magna arcu, varius in ex ut, rutrum tempor neque. Sed est urna, feugiat a gravida eget, ultrices sit amet massa. Suspendisse eu vulputate erat, nec rhoncus dolor.'), (13797, 621, '_our_board_section_our_team_members_3_member_description_0_description', 'field_68cb9344ed12b'), (13798, 621, 'our_board_section_our_team_members_3_member_description_1_description', 'Aliquam venenatis sapien eget nunc aliquet, quis eleifend nulla dapibus. Aenean viverra nibh in rhoncus lacinia. Vestibulum magna augue, commodo eget cursus vitae, sollicitudin in dui. Ut nisi eros, scelerisque eget pretium non, dapibus a magna.'), (13799, 621, '_our_board_section_our_team_members_3_member_description_1_description', 'field_68cb9344ed12b'), (13800, 621, 'leadership_section_leadership_point_0_heading', 'Client-Centric Focus'), (13801, 621, '_leadership_section_leadership_point_0_heading', 'field_68c2bc4c4114a'), (13802, 621, 'leadership_section_leadership_point_0_description', 'We put the needs and goals of our clients at the heart of everything we do.'), (13803, 621, '_leadership_section_leadership_point_0_description', 'field_68c2bc534114b'), (13804, 621, 'leadership_section_leadership_point_1_heading', 'Ethical Conduct'), (13805, 621, '_leadership_section_leadership_point_1_heading', 'field_68c2bc4c4114a'), (13806, 621, 'leadership_section_leadership_point_1_description', 'We adhere to the highest ethical standards, always acting in our clients\' best interests.'), (13807, 621, '_leadership_section_leadership_point_1_description', 'field_68c2bc534114b'), (13808, 621, 'leadership_section_leadership_point_2_heading', 'Specialised Expertise'), (13809, 621, '_leadership_section_leadership_point_2_heading', 'field_68c2bc4c4114a'), (13810, 621, 'leadership_section_leadership_point_2_description', 'Our team possesses deep knowledge and experience in the risk advice sector.'), (13811, 621, '_leadership_section_leadership_point_2_description', 'field_68c2bc534114b'), (13812, 621, 'leadership_section_leadership_point_3_heading', 'Collaboration'), (13813, 621, '_leadership_section_leadership_point_3_heading', 'field_68c2bc4c4114a'), (13814, 621, 'leadership_section_leadership_point_3_description', 'We work closely with our clients and partners to achieve the best possible outcomes.'), (13815, 621, '_leadership_section_leadership_point_3_description', 'field_68c2bc534114b'), (13816, 621, 'leadership_section_leadership_point_4_heading', 'Continuous Learning'), (13817, 621, '_leadership_section_leadership_point_4_heading', 'field_68c2bc4c4114a'), (13818, 621, 'leadership_section_leadership_point_4_description', 'We stay on top of industry trends and best practices to offer the most up-to-date advice.'), (13819, 621, '_leadership_section_leadership_point_4_description', 'field_68c2bc534114b'), (13820, 621, 'leadership_section_leadership_point_5_heading', 'Personalised Service'), (13821, 621, '_leadership_section_leadership_point_5_heading', 'field_68c2bc4c4114a'), (13822, 621, 'leadership_section_leadership_point_5_description', 'We provide tailored solutions to meet the unique needs of each client.'), (13823, 621, '_leadership_section_leadership_point_5_description', 'field_68c2bc534114b'), (13824, 621, 'our_board_section_our_team_members_0_designation', 'General Manager'), (13825, 621, '_our_board_section_our_team_members_0_designation', 'field_68cb8f0efacc3'), (13826, 621, 'our_board_section_our_team_members_0_member_social_media_0_icon', '407'), (13827, 621, '_our_board_section_our_team_members_0_member_social_media_0_icon', 'field_68cb9316ed128'), (13828, 621, 'our_board_section_our_team_members_0_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (13829, 621, '_our_board_section_our_team_members_0_member_social_media_0_link', 'field_68cb9320ed129'), (13830, 621, 'our_board_section_our_team_members_0_member_social_media_1_icon', '98'), (13831, 621, '_our_board_section_our_team_members_0_member_social_media_1_icon', 'field_68cb9316ed128'), (13832, 621, 'our_board_section_our_team_members_0_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (13833, 621, '_our_board_section_our_team_members_0_member_social_media_1_link', 'field_68cb9320ed129'), (13834, 621, 'our_board_section_our_team_members_0_member_social_media', '2'), (13835, 621, '_our_board_section_our_team_members_0_member_social_media', 'field_68cb9310ed127'), (13836, 621, 'our_board_section_our_team_members_1_designation', 'Head of Risk & Compliance'), (13837, 621, '_our_board_section_our_team_members_1_designation', 'field_68cb8f0efacc3'), (13838, 621, 'our_board_section_our_team_members_1_member_social_media_0_icon', '97'), (13839, 621, '_our_board_section_our_team_members_1_member_social_media_0_icon', 'field_68cb9316ed128'), (13840, 621, 'our_board_section_our_team_members_1_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (13841, 621, '_our_board_section_our_team_members_1_member_social_media_0_link', 'field_68cb9320ed129'), (13842, 621, 'our_board_section_our_team_members_1_member_social_media_1_icon', '98'), (13843, 621, '_our_board_section_our_team_members_1_member_social_media_1_icon', 'field_68cb9316ed128'), (13844, 621, 'our_board_section_our_team_members_1_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (13845, 621, '_our_board_section_our_team_members_1_member_social_media_1_link', 'field_68cb9320ed129'), (13846, 621, 'our_board_section_our_team_members_1_member_social_media', '2'), (13847, 621, '_our_board_section_our_team_members_1_member_social_media', 'field_68cb9310ed127'), (13848, 621, 'our_board_section_our_team_members_2_designation', 'Operations Manager'), (13849, 621, '_our_board_section_our_team_members_2_designation', 'field_68cb8f0efacc3'), (13850, 621, 'our_board_section_our_team_members_2_member_social_media_0_icon', '97'), (13851, 621, '_our_board_section_our_team_members_2_member_social_media_0_icon', 'field_68cb9316ed128'), (13852, 621, 'our_board_section_our_team_members_2_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (13853, 621, '_our_board_section_our_team_members_2_member_social_media_0_link', 'field_68cb9320ed129'), (13854, 621, 'our_board_section_our_team_members_2_member_social_media_1_icon', '98'), (13855, 621, '_our_board_section_our_team_members_2_member_social_media_1_icon', 'field_68cb9316ed128'), (13856, 621, 'our_board_section_our_team_members_2_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (13857, 621, '_our_board_section_our_team_members_2_member_social_media_1_link', 'field_68cb9320ed129'), (13858, 621, 'our_board_section_our_team_members_2_member_social_media', '2'), (13859, 621, '_our_board_section_our_team_members_2_member_social_media', 'field_68cb9310ed127'), (13860, 621, 'our_board_section_our_team_members_3_designation', 'Compliance Manager'), (13861, 621, '_our_board_section_our_team_members_3_designation', 'field_68cb8f0efacc3'), (13862, 621, 'our_board_section_our_team_members_3_member_social_media_0_icon', '97'), (13863, 621, '_our_board_section_our_team_members_3_member_social_media_0_icon', 'field_68cb9316ed128'), (13864, 621, 'our_board_section_our_team_members_3_member_social_media_0_link', 'a:3:{s:5:"title";s:8:"linkedin";s:3:"url";s:33:"https://www.linkedin.com/login/in";s:6:"target";s:0:"";}'), (13865, 621, '_our_board_section_our_team_members_3_member_social_media_0_link', 'field_68cb9320ed129'), (13866, 621, 'our_board_section_our_team_members_3_member_social_media_1_icon', '98'), (13867, 621, '_our_board_section_our_team_members_3_member_social_media_1_icon', 'field_68cb9316ed128'), (13868, 621, 'our_board_section_our_team_members_3_member_social_media_1_link', 'a:3:{s:5:"title";s:5:"email";s:3:"url";s:21:"mailto:test@gmail.com";s:6:"target";s:0:"";}'), (13869, 621, '_our_board_section_our_team_members_3_member_social_media_1_link', 'field_68cb9320ed129'), (13870, 621, 'our_board_section_our_team_members_3_member_social_media', '2'), (13871, 621, '_our_board_section_our_team_members_3_member_social_media', 'field_68cb9310ed127'), (13872, 489, 'banner_section_banner_image', '415'), (13873, 489, '_banner_section_banner_image', 'field_68c13ec8a2c3f'), (13874, 489, 'banner_section_banner_heading', 'There\'s no substitute for getting the right advice.'), (13875, 489, '_banner_section_banner_heading', 'field_68c13ec8a2c40'), (13876, 489, 'banner_section_banner_description', 'It\'s our responsibility as professional advisers to ensure clients are well-equipped to make informed decisions.'), (13877, 489, '_banner_section_banner_description', 'field_68c13ec8a2c41'), (13878, 489, 'banner_section_banner_button', 'a:3:{s:5:"title";s:10:"Contact Us";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13879, 489, '_banner_section_banner_button', 'field_68c13ec8a2c42'), (13880, 489, 'banner_section', ''), (13881, 489, '_banner_section', 'field_68c13ec8a2c3d'), (13882, 489, 'risk_advice_section_heading', 'Your partner for Risk Advice success.'), (13883, 489, '_risk_advice_section_heading', 'field_68c1415942cf5'), (13884, 489, 'risk_advice_section_description', 'Bombora provides exceptional Risk Advice and unmatched client service. We work closely with our network of advisors to deliver tailored solutions that foster strong client relationships and long-lasting results.'), (13885, 489, '_risk_advice_section_description', 'field_68c1416242cf6'), (13886, 489, 'risk_advice_section_risk_advice_points', '2') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13887, 489, '_risk_advice_section_risk_advice_points', 'field_68c141dd42cf7'), (13888, 489, 'risk_advice_section_risk_advice_footer_heading', 'Learn more about partnering with Bombora.'), (13889, 489, '_risk_advice_section_risk_advice_footer_heading', 'field_68c1423e42d02'), (13890, 489, 'risk_advice_section_risk_button', 'a:3:{s:5:"title";s:15:"PARTNER WITH US";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13891, 489, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (13892, 489, 'risk_advice_section', ''), (13893, 489, '_risk_advice_section', 'field_68c1413942cf4'), (13894, 489, 'vision_section_heading', 'From Vision to Reality'), (13895, 489, '_vision_section_heading', 'field_68c142d342d05'), (13896, 489, 'vision_section_description', 'We started Bombora back in 2013 with a simple goal: to help leading advice practices navigate the complex world of risk.\r\n

Recognising a gap in the market, we developed a boutique model focused on superior customer outcomes and collaborative advice that would truly benefit this specialised industry.

\r\n

Today, we\'re proud to partner with over 100 professional service firms, including accountants, lawyers, financial planners, and insurance brokers. Together, we\'re empowering these firms to provide expert risk advice that meets the unique needs of their clients.

\r\n

Our reputation for excellence continues to grow, driven by our unwavering commitment to helping our partners achieve success.

'), (13897, 489, '_vision_section_description', 'field_68c142da42d06'), (13898, 489, 'vision_section_button', 'a:3:{s:5:"title";s:14:"MEET OUR BOARD";s:3:"url";s:1:"#";s:6:"target";s:0:"";}'), (13899, 489, '_vision_section_button', 'field_68c142e842d07'), (13900, 489, 'vision_section', ''), (13901, 489, '_vision_section', 'field_68c142ba42d04'), (13902, 489, 'contact_us_section_contact_us_heading', 'Join our team of professional practices & Risk Advice experts.'), (13903, 489, '_contact_us_section_contact_us_heading', 'field_68c14369784da'), (13904, 489, 'contact_us_section_contact_us_description', 'Are you an adviser who is specialising or wants to specialise in the risk market? Bombora could be the perfect fit for you.'), (13905, 489, '_contact_us_section_contact_us_description', 'field_68c14376784db'), (13906, 489, 'contact_us_section_contact_us_form_shotcode', '[contact-form-7 id="995ebff" title="Contact form"]'), (13907, 489, '_contact_us_section_contact_us_form_shotcode', 'field_68c1438a784dc'), (13908, 489, 'contact_us_section', ''), (13909, 489, '_contact_us_section', 'field_68c14313784d9'), (13910, 489, 'risk_advice_section_risk_advice_points_0_image', '461'), (13911, 489, '_risk_advice_section_risk_advice_points_0_image', 'field_68c1420042cf8'), (13912, 489, 'risk_advice_section_risk_advice_points_0_heading', 'Navigating the complexities of the Risk Advice landscape'), (13913, 489, '_risk_advice_section_risk_advice_points_0_heading', 'field_68c1420b42cf9'), (13914, 489, 'risk_advice_section_risk_advice_points_0_description', 'We understand the unique challenges in today\'s risk advice landscape. Our innovative business model is specifically designed to overcome these challenges, offering:'), (13915, 489, '_risk_advice_section_risk_advice_points_0_description', 'field_68c1421642cfa'), (13916, 489, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'Corporatisation:'), (13917, 489, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (13918, 489, 'risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'A structured, efficient business framework.'), (13919, 489, '_risk_advice_section_risk_advice_points_0_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (13920, 489, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'Proven Systems:'), (13921, 489, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (13922, 489, 'risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'Streamlined processes that enhance productivity.'), (13923, 489, '_risk_advice_section_risk_advice_points_0_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (13924, 489, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'Client Focus:'), (13925, 489, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (13926, 489, 'risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'A relentless commitment to client satisfaction.'), (13927, 489, '_risk_advice_section_risk_advice_points_0_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (13928, 489, 'risk_advice_section_risk_advice_points_0_partner_benefit', '3'), (13929, 489, '_risk_advice_section_risk_advice_points_0_partner_benefit', 'field_68c7fe8eba1d7'), (13930, 489, 'risk_advice_section_risk_advice_points_1_image', '462'), (13931, 489, '_risk_advice_section_risk_advice_points_1_image', 'field_68c1420042cf8'), (13932, 489, 'risk_advice_section_risk_advice_points_1_heading', 'Collaborate for success by partnering with Bombora'), (13933, 489, '_risk_advice_section_risk_advice_points_1_heading', 'field_68c1420b42cf9'), (13934, 489, 'risk_advice_section_risk_advice_points_1_description', 'A collaborative partnership with Bombora unlocks a range of key benefits specifically designed to enhance your practice, such as:'), (13935, 489, '_risk_advice_section_risk_advice_points_1_description', 'field_68c1421642cfa'), (13936, 489, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'Enhanced Efficiency:'), (13937, 489, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_title', 'field_68c7ffdb22d34'), (13938, 489, 'risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'Improve operations and streamline workflows.'), (13939, 489, '_risk_advice_section_risk_advice_points_1_partner_benefit_0_benefit_point', 'field_68c7ff5aba1d8'), (13940, 489, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'Improved Client Experience:'), (13941, 489, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_title', 'field_68c7ffdb22d34'), (13942, 489, 'risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'Elevate service quality and build stronger client relationships.'), (13943, 489, '_risk_advice_section_risk_advice_points_1_partner_benefit_1_benefit_point', 'field_68c7ff5aba1d8'), (13944, 489, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'Specialised Support:'), (13945, 489, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_title', 'field_68c7ffdb22d34'), (13946, 489, 'risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'Access our team of experts for tailored advice and guidance.'), (13947, 489, '_risk_advice_section_risk_advice_points_1_partner_benefit_2_benefit_point', 'field_68c7ff5aba1d8'), (13948, 489, 'risk_advice_section_risk_advice_points_1_partner_benefit', '3'), (13949, 489, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (13950, 489, 'vision_section_image', '470'), (13951, 489, '_vision_section_image', 'field_68c80fa306ba2'), (13952, 643, '_wp_attached_file', '2025/09/favicon-1.png'), (13953, 643, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:21;s:6:"height";i:21;s:4:"file";s:21:"2025/09/favicon-1.png";s:8:"filesize";i:425;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (13954, 643, '_wp_attachment_image_alt', 'favicon'), (13955, 644, '_wp_attachment_image_alt', 'favicon'), (13956, 644, '_wp_attached_file', '2025/09/cropped-favicon-1.png'), (13957, 644, '_wp_attachment_context', 'site-icon'), (13958, 644, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:29:"2025/09/cropped-favicon-1.png";s:8:"filesize";i:6248;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:29:"cropped-favicon-1-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:1418;}s:9:"thumbnail";a:5:{s:4:"file";s:29:"cropped-favicon-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:766;}s:13:"site_icon-270";a:5:{s:4:"file";s:29:"cropped-favicon-1-270x270.png";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:1244;}s:13:"site_icon-192";a:5:{s:4:"file";s:29:"cropped-favicon-1-192x192.png";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:935;}s:13:"site_icon-180";a:5:{s:4:"file";s:29:"cropped-favicon-1-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:926;}s:12:"site_icon-32";a:5:{s:4:"file";s:27:"cropped-favicon-1-32x32.png";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:400;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (13960, 644, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:4:"time";d:0.18000000000000002;s:5:"bytes";i:1145;s:7:"percent";d:20.13;s:11:"size_before";i:5689;s:10:"size_after";i:4544;s:5:"lossy";i:0;s:9:"keep_exif";i:0;s:11:"api_version";s:3:"1.0";}s:5:"sizes";a:6:{s:13:"site_icon-180";O:8:"stdClass":5:{s:4:"time";d:0.02;s:5:"bytes";i:227;s:7:"percent";d:24.51;s:11:"size_before";i:926;s:10:"size_after";i:699;}s:12:"site_icon-32";O:8:"stdClass":5:{s:4:"time";d:0.02;s:5:"bytes";i:216;s:7:"percent";d:54;s:11:"size_before";i:400;s:10:"size_after";i:184;}s:13:"site_icon-192";O:8:"stdClass":5:{s:4:"time";d:0.03;s:5:"bytes";i:217;s:7:"percent";d:23.21;s:11:"size_before";i:935;s:10:"size_after";i:718;}s:9:"thumbnail";O:8:"stdClass":5:{s:4:"time";d:0.02;s:5:"bytes";i:238;s:7:"percent";d:31.07;s:11:"size_before";i:766;s:10:"size_after";i:528;}s:13:"site_icon-270";O:8:"stdClass":5:{s:4:"time";d:0.05;s:5:"bytes";i:148;s:7:"percent";d:11.9;s:11:"size_before";i:1244;s:10:"size_after";i:1096;}s:6:"medium";O:8:"stdClass":5:{s:4:"time";d:0.04;s:5:"bytes";i:99;s:7:"percent";d:6.98;s:11:"size_before";i:1418;s:10:"size_after";i:1319;}}}'), (13961, 645, '_wp_attached_file', '2025/09/header-bg.jpg'), (13962, 645, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:170;s:4:"file";s:21:"2025/09/header-bg.jpg";s:8:"filesize";i:9868;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:20:"header-bg-300x27.jpg";s:5:"width";i:300;s:6:"height";i:27;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:399;}s:5:"large";a:5:{s:4:"file";s:21:"header-bg-1024x91.jpg";s:5:"width";i:1024;s:6:"height";i:91;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1437;}s:9:"thumbnail";a:5:{s:4:"file";s:21:"header-bg-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:556;}s:12:"medium_large";a:5:{s:4:"file";s:20:"header-bg-768x68.jpg";s:5:"width";i:768;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:933;}s:9:"1536x1536";a:5:{s:4:"file";s:22:"header-bg-1536x136.jpg";s:5:"width";i:1536;s:6:"height";i:136;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2733;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (13963, 646, '_wp_attached_file', '2025/09/site-logo.png'), (13964, 646, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:161;s:6:"height";i:29;s:4:"file";s:21:"2025/09/site-logo.png";s:8:"filesize";i:1605;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:20:"site-logo-150x29.png";s:5:"width";i:150;s:6:"height";i:29;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:605;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (13965, 647, '_wp_attached_file', '2025/09/theme-btn.png'), (13966, 647, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:142;s:6:"height";i:44;s:4:"file";s:21:"2025/09/theme-btn.png";s:8:"filesize";i:1991;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (13967, 645, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:4:"time";d:0.04;s:5:"bytes";i:0;s:7:"percent";i:0;s:11:"size_before";i:6058;s:10:"size_after";i:6058;s:5:"lossy";i:0;s:9:"keep_exif";i:0;s:11:"api_version";s:3:"1.0";}s:5:"sizes";a:5:{s:9:"thumbnail";O:8:"stdClass":5:{s:4:"time";d:0;s:5:"bytes";i:0;s:7:"percent";i:0;s:11:"size_before";i:556;s:10:"size_after";i:556;}s:6:"medium";O:8:"stdClass":5:{s:4:"time";d:0;s:5:"bytes";i:0;s:7:"percent";i:0;s:11:"size_before";i:399;s:10:"size_after";i:399;}s:5:"large";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:0;s:7:"percent";i:0;s:11:"size_before";i:1437;s:10:"size_after";i:1437;}s:9:"1536x1536";O:8:"stdClass":5:{s:4:"time";d:0.02;s:5:"bytes";i:0;s:7:"percent";i:0;s:11:"size_before";i:2733;s:10:"size_after";i:2733;}s:12:"medium_large";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:0;s:7:"percent";i:0;s:11:"size_before";i:933;s:10:"size_after";i:933;}}}'), (13968, 646, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:4:"time";d:0.01;s:5:"bytes";i:246;s:7:"percent";d:40.66;s:11:"size_before";i:605;s:10:"size_after";i:359;s:5:"lossy";i:0;s:9:"keep_exif";i:0;s:11:"api_version";s:3:"1.0";}s:5:"sizes";a:1:{s:9:"thumbnail";O:8:"stdClass":5:{s:4:"time";d:0.01;s:5:"bytes";i:246;s:7:"percent";d:40.66;s:11:"size_before";i:605;s:10:"size_after";i:359;}}}'), (13972, 6, '_config_validation', 'a:1:{s:16:"mail_2.recipient";a:1:{i:0;a:2:{s:4:"code";s:31:"unsafe_email_without_protection";s:4:"args";a:3:{s:7:"message";s:58:"Unsafe email config is used without sufficient protection.";s:6:"params";a:0:{}s:4:"link";s:77:"https://contactform7.com/configuration-errors/unsafe-email-without-protection";}}}}') ; # # End of data contents of table `yswp_ba_postmeta` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_posts` # DROP TABLE IF EXISTS `yswp_ba_posts`; # # Table structure of table `yswp_ba_posts` # CREATE TABLE `yswp_ba_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=648 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_posts` # INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1, 1, '2025-09-09 06:52:19', '2025-09-09 06:52:19', '\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2025-09-09 10:48:05', '2025-09-09 10:48:05', '', 0, 'http://localhost/wordpress/bombora/?p=1', 0, 'post', '', 1), (2, 1, '2025-09-09 06:52:19', '2025-09-09 06:52:19', '\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2025-09-09 06:52:19', '2025-09-09 06:52:19', '', 0, 'http://localhost/wordpress/bombora/?page_id=2', 0, 'page', '', 0), (3, 1, '2025-09-09 06:52:19', '2025-09-09 06:52:19', '\n

Who we are

\n\n\n

Suggested text: Our website address is: http://localhost/wordpress/bombora.

\n\n\n

Comments

\n\n\n

Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

\n\n\n

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

\n\n\n

Media

\n\n\n

Suggested text: If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

\n\n\n

Cookies

\n\n\n

Suggested text: If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

\n\n\n

If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

\n\n\n

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

\n\n\n

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

\n\n\n

Embedded content from other websites

\n\n\n

Suggested text: Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

\n\n\n

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

\n\n\n

Who we share your data with

\n\n\n

Suggested text: If you request a password reset, your IP address will be included in the reset email.

\n\n\n

How long we retain your data

\n\n\n

Suggested text: If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

\n\n\n

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

\n\n\n

What rights you have over your data

\n\n\n

Suggested text: If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

\n\n\n

Where your data is sent

\n\n\n

Suggested text: Visitor comments may be checked through an automated spam detection service.

\n\n', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2025-09-09 06:52:19', '2025-09-09 06:52:19', '', 0, 'http://localhost/wordpress/bombora/?page_id=3', 0, 'page', '', 0), (4, 0, '2025-09-09 06:52:21', '2025-09-09 06:52:21', '', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2025-09-09 06:52:21', '2025-09-09 06:52:21', '', 0, 'http://localhost/wordpress/bombora/index.php/2025/09/09/navigation/', 0, 'wp_navigation', '', 0), (6, 1, '2025-09-09 06:54:14', '2025-09-09 06:54:14', '
\r\n
\r\n
\r\n [text* user-first-name placeholder "First Name*"]\r\n
\r\n
\r\n
\r\n
\r\n [text* user-last-name placeholder "Last Name*"]\r\n
\r\n
\r\n
\r\n
\r\n [email* user-email placeholder "Email*"]\r\n
\r\n
\r\n
\r\n
\r\n [text user-company placeholder "Company"]\r\n
\r\n
\r\n
\r\n
\r\n [tel* user-tel placeholder "Phone*"]\r\n
\r\n
\r\n
\r\n
\r\n [textarea user-msg placeholder] Message [/textarea]\r\n
\r\n
\r\n
\r\n [submit "SUBMIT"] \r\n
\r\n
\n1\nNew Enquiry | [_site_title]\n[_site_title] \n[_site_admin_email]\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
 \r\n \r\n \r\n \r\n \r\n \r\n \r\n Hi Admin,\r\n \r\n \r\n \r\n \r\n \r\n
\r\n
 
\r\n
\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n First Name:\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n [user-last-name]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n [user-email]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n New Enquiry\r\n
\r\n [user-first-name]\r\n
\r\n Last Name:\r\n
\r\n Email:\r\n
\r\n Company:\r\n
\r\n [user-company]\r\n
\r\n Phone:\r\n
\r\n [user-tel]\r\n
\r\n Message:\r\n
\r\n [user-msg]\r\n
\r\n Best Regards,\r\n
\r\n Bombora Advice Pty Ltd.
\r\n
 
\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n Need more help?\r\n \r\n \r\n \r\n \r\n
 \r\n \r\n Go to Website\r\n \r\n  
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n © Copyright 2025 Bombora Advice Pty Ltd.\r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n\r\n\r\n\nReply-To: [user-email]\n\n1\n1\n1\nThank You | [_site_title]\n[_site_title] \n[user-email]\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
 \r\n \r\n \r\n \r\n \r\n \r\n \r\n Hello [your-name],\r\n \r\n \r\n \r\n \r\n \r\n
\r\n
 
\r\n
\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n Your submission has been received. We will Contact you shortly.\r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n Best Regards,\r\n \r\n \r\n \r\n \r\n Bombora Advice Pty Ltd. \r\n \r\n \r\n \r\n \r\n
\r\n Thank You!\r\n
\r\n
 
\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n Need more help?\r\n \r\n \r\n \r\n \r\n
 \r\n \r\n logo\r\n \r\n  
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n © Copyright 2025 Bombora Advice Pty Ltd.\r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n\r\n\r\n\nReply-To: [_site_admin_email]\n\n1\n1\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.', 'Contact form', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2025-09-18 10:29:31', '2025-09-18 10:29:31', '', 0, 'http://localhost/wordpress/bombora/?post_type=wpcf7_contact_form&p=6', 0, 'wpcf7_contact_form', '', 0), (8, 1, '2025-09-09 09:49:08', '2025-09-09 09:49:08', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2025-09-09 09:49:17', '2025-09-09 09:49:17', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/logo.svg', 0, 'attachment', 'image/svg+xml', 0), (9, 1, '2025-09-09 10:39:58', '0000-00-00 00:00:00', '', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:39:58', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=9', 1, 'nav_menu_item', '', 0), (10, 1, '2025-09-09 10:39:58', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:39:58', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=10', 1, 'nav_menu_item', '', 0), (11, 1, '2025-09-09 10:41:25', '2025-09-09 10:41:25', '', 'Why Bombora?', '', 'publish', 'closed', 'closed', '', 'why-bombora', '', '', '2025-09-09 10:41:25', '2025-09-09 10:41:25', '', 0, 'http://localhost/wordpress/bombora/?page_id=11', 0, 'page', '', 0), (12, 1, '2025-09-09 10:41:25', '2025-09-09 10:41:25', '', 'Why Bombora?', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2025-09-09 10:41:25', '2025-09-09 10:41:25', '', 11, 'http://localhost/wordpress/bombora/?p=12', 0, 'revision', '', 0), (13, 1, '2025-09-09 10:43:01', '2025-09-09 10:43:01', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-09-09 10:44:17', '2025-09-09 10:44:17', '', 0, 'http://localhost/wordpress/bombora/?page_id=13', 0, 'page', '', 0), (14, 1, '2025-09-09 10:43:01', '2025-09-09 10:43:01', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2025-09-09 10:43:01', '2025-09-09 10:43:01', '', 13, 'http://localhost/wordpress/bombora/?p=14', 0, 'revision', '', 0), (15, 1, '2025-09-09 10:44:42', '2025-09-09 10:44:42', '', 'Partnering', '', 'publish', 'closed', 'closed', '', 'partnering', '', '', '2025-09-16 12:29:24', '2025-09-16 12:29:24', '', 0, 'http://localhost/wordpress/bombora/?page_id=15', 0, 'page', '', 0), (16, 1, '2025-09-09 10:44:42', '2025-09-09 10:44:42', '', 'Partnering', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2025-09-09 10:44:42', '2025-09-09 10:44:42', '', 15, 'http://localhost/wordpress/bombora/?p=16', 0, 'revision', '', 0), (17, 1, '2025-09-09 10:44:55', '2025-09-09 10:44:55', '', 'For Advisors', '', 'publish', 'closed', 'closed', '', 'for-advisors', '', '', '2025-09-09 10:44:55', '2025-09-09 10:44:55', '', 0, 'http://localhost/wordpress/bombora/?page_id=17', 0, 'page', '', 0), (18, 1, '2025-09-09 10:44:55', '2025-09-09 10:44:55', '', 'For Advisors', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-09-09 10:44:55', '2025-09-09 10:44:55', '', 17, 'http://localhost/wordpress/bombora/?p=18', 0, 'revision', '', 0), (19, 1, '2025-09-09 10:45:10', '2025-09-09 10:45:10', '', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 'life-insurance', '', '', '2025-09-09 10:45:10', '2025-09-09 10:45:10', '', 0, 'http://localhost/wordpress/bombora/?page_id=19', 0, 'page', '', 0), (20, 1, '2025-09-09 10:45:10', '2025-09-09 10:45:10', '', 'Life Insurance', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2025-09-09 10:45:10', '2025-09-09 10:45:10', '', 19, 'http://localhost/wordpress/bombora/?p=20', 0, 'revision', '', 0), (21, 1, '2025-09-09 10:45:27', '2025-09-09 10:45:27', '', 'Our Board', '', 'publish', 'closed', 'closed', '', 'our-board', '', '', '2025-09-17 12:50:54', '2025-09-17 12:50:54', '', 0, 'http://localhost/wordpress/bombora/?page_id=21', 0, 'page', '', 0), (22, 1, '2025-09-09 10:45:27', '2025-09-09 10:45:27', '', 'Our Board', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2025-09-09 10:45:27', '2025-09-09 10:45:27', '', 21, 'http://localhost/wordpress/bombora/?p=22', 0, 'revision', '', 0), (23, 1, '2025-09-09 10:45:44', '2025-09-09 10:45:44', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2025-09-17 12:51:20', '2025-09-17 12:51:20', '', 0, 'http://localhost/wordpress/bombora/?page_id=23', 0, 'page', '', 0), (24, 1, '2025-09-09 10:45:44', '2025-09-09 10:45:44', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2025-09-09 10:45:44', '2025-09-09 10:45:44', '', 23, 'http://localhost/wordpress/bombora/?p=24', 0, 'revision', '', 0), (25, 1, '2025-09-09 10:45:51', '0000-00-00 00:00:00', '', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:51', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=25', 1, 'nav_menu_item', '', 0), (26, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=26', 1, 'nav_menu_item', '', 0), (27, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=27', 1, 'nav_menu_item', '', 0), (28, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=28', 1, 'nav_menu_item', '', 0), (29, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=29', 1, 'nav_menu_item', '', 0), (30, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=30', 1, 'nav_menu_item', '', 0), (31, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=31', 1, 'nav_menu_item', '', 0), (32, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=32', 1, 'nav_menu_item', '', 0), (33, 1, '2025-09-09 10:45:52', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:45:52', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=33', 1, 'nav_menu_item', '', 0), (34, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=34', 1, 'nav_menu_item', '', 0), (35, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=35', 1, 'nav_menu_item', '', 0), (36, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=36', 1, 'nav_menu_item', '', 0), (37, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=37', 1, 'nav_menu_item', '', 0), (38, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=38', 1, 'nav_menu_item', '', 0), (39, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=39', 1, 'nav_menu_item', '', 0), (40, 1, '2025-09-09 10:46:00', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=40', 1, 'nav_menu_item', '', 0), (41, 1, '2025-09-09 10:46:09', '0000-00-00 00:00:00', '', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:09', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=41', 1, 'nav_menu_item', '', 0), (42, 1, '2025-09-11 12:48:03', '2025-09-09 10:47:06', ' ', '', '', 'publish', 'closed', 'closed', '', '42', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=42', 12, 'nav_menu_item', '', 0), (44, 1, '2025-09-11 12:48:03', '2025-09-09 10:47:06', ' ', '', '', 'publish', 'closed', 'closed', '', '44', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=44', 1, 'nav_menu_item', '', 0), (46, 1, '2025-09-11 12:48:03', '2025-09-09 10:47:06', ' ', '', '', 'publish', 'closed', 'closed', '', '46', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=46', 11, 'nav_menu_item', '', 0), (47, 1, '2025-09-11 12:48:03', '2025-09-09 10:47:06', ' ', '', '', 'publish', 'closed', 'closed', '', '47', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=47', 5, 'nav_menu_item', '', 0), (48, 1, '2025-09-09 10:46:09', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-09-09 10:46:09', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=48', 1, 'nav_menu_item', '', 0), (50, 1, '2025-09-09 10:48:05', '2025-09-09 10:48:05', '\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2025-09-09 10:48:05', '2025-09-09 10:48:05', '', 1, 'http://localhost/wordpress/bombora/?p=50', 0, 'revision', '', 0), (52, 1, '2025-09-09 10:50:36', '2025-09-09 10:50:36', '{"bombora::custom_logo":{"value":51,"type":"theme_mod","user_id":1,"date_modified_gmt":"2025-09-09 10:49:52"}}', '', '', 'trash', 'closed', 'closed', '', '09b2effa-0bc9-46b9-8a6c-29f43d5e3f70', '', '', '2025-09-09 10:50:36', '2025-09-09 10:50:36', '', 0, 'http://localhost/wordpress/bombora/?p=52', 0, 'customize_changeset', '', 0), (54, 1, '2025-09-09 11:36:06', '2025-09-09 11:36:06', 'a:8:{s:8:"location";a:2:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"nav_menu_item";s:8:"operator";s:2:"==";s:5:"value";s:1:"2";}}i:1;a:1:{i:0;a:3:{s:5:"param";s:13:"nav_menu_item";s:8:"operator";s:2:"==";s:5:"value";s:1:"7";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'menu image', 'menu-image', 'publish', 'closed', 'closed', '', 'group_68c010fd95de7', '', '', '2025-09-10 07:27:25', '2025-09-10 07:27:25', '', 0, 'http://localhost/wordpress/bombora/?post_type=acf-field-group&p=54', 0, 'acf-field-group', '', 0), (55, 1, '2025-09-09 11:36:06', '2025-09-09 11:36:06', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'menu image', 'menu_icon', 'publish', 'closed', 'closed', '', 'field_68c010fe46472', '', '', '2025-09-09 11:58:21', '2025-09-09 11:58:21', '', 54, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=55', 0, 'acf-field', '', 0), (56, 1, '2025-09-09 11:39:05', '2025-09-09 11:39:05', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"nav_menu_item";s:8:"operator";s:2:"==";s:5:"value";s:1:"5";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Social Menu Icons', 'social-menu-icons', 'trash', 'closed', 'closed', '', 'group_649d7c6c9675e__trashed', '', '', '2025-09-09 11:43:18', '2025-09-09 11:43:18', '', 0, 'http://localhost/wordpress/bombora/?p=56', 0, 'acf-field-group', '', 0), (57, 1, '2025-09-09 11:39:05', '2025-09-09 11:39:05', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Menu Icon', 'menu_icon', 'trash', 'closed', 'closed', '', 'field_649d7c6c82977__trashed', '', '', '2025-09-09 11:43:18', '2025-09-09 11:43:18', '', 56, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=57', 0, 'acf-field', '', 0), (58, 1, '2025-09-09 11:44:49', '2025-09-09 11:44:49', '{"bombora::custom_logo":{"value":8,"type":"theme_mod","user_id":1,"date_modified_gmt":"2025-09-09 11:44:49"}}', '', '', 'trash', 'closed', 'closed', '', '216467f2-842d-4259-9a55-f8d90913f536', '', '', '2025-09-09 11:44:49', '2025-09-09 11:44:49', '', 0, 'http://localhost/wordpress/bombora/216467f2-842d-4259-9a55-f8d90913f536/', 0, 'customize_changeset', '', 0), (59, 1, '2025-09-09 11:47:11', '2025-09-09 11:47:11', '', 'home-icon', '', 'inherit', 'open', 'closed', '', 'home-icon', '', '', '2025-09-09 11:47:25', '2025-09-09 11:47:25', '', 44, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/home-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (60, 1, '2025-09-09 11:48:48', '2025-09-09 11:48:48', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"nav_menu_item";s:8:"operator";s:2:"==";s:5:"value";s:1:"5";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Social Menu Icons', 'social-menu-icons', 'trash', 'closed', 'closed', '', 'group_649d7c6c9675e__trashed', '', '', '2025-09-09 11:49:01', '2025-09-09 11:49:01', '', 0, 'http://localhost/wordpress/bombora/?p=60', 0, 'acf-field-group', '', 0), (61, 1, '2025-09-09 11:48:48', '2025-09-09 11:48:48', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:3:"url";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Menu Icon', 'menu_icon', 'trash', 'closed', 'closed', '', 'field_649d7c6c82977__trashed', '', '', '2025-09-09 11:49:01', '2025-09-09 11:49:01', '', 60, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=61', 0, 'acf-field', '', 0), (62, 1, '2025-09-10 04:36:59', '2025-09-10 04:36:59', '', 'Specialised Licensee', '', 'publish', 'closed', 'closed', '', 'specialised-licensee', '', '', '2025-09-15 12:28:07', '2025-09-15 12:28:07', '', 0, 'http://localhost/wordpress/bombora/?page_id=62', 0, 'page', '', 0), (63, 1, '2025-09-10 04:36:59', '2025-09-10 04:36:59', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-10 04:36:59', '2025-09-10 04:36:59', '', 62, 'http://localhost/wordpress/bombora/?p=63', 0, 'revision', '', 0), (65, 1, '2025-09-10 04:37:10', '2025-09-10 04:37:10', '', 'Advice Solutions', '', 'publish', 'closed', 'closed', '', 'advice-solutions', '', '', '2025-09-15 10:47:17', '2025-09-15 10:47:17', '', 0, 'http://localhost/wordpress/bombora/?page_id=65', 0, 'page', '', 0), (66, 1, '2025-09-10 04:37:10', '2025-09-10 04:37:10', '', 'Advice Solutions', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-09-10 04:37:10', '2025-09-10 04:37:10', '', 65, 'http://localhost/wordpress/bombora/?p=66', 0, 'revision', '', 0), (67, 1, '2025-09-10 04:37:33', '2025-09-10 04:37:33', '', 'Claims Support', '', 'publish', 'closed', 'closed', '', 'claims-support', '', '', '2025-09-16 12:29:40', '2025-09-16 12:29:40', '', 0, 'http://localhost/wordpress/bombora/?page_id=67', 0, 'page', '', 0), (68, 1, '2025-09-10 04:37:33', '2025-09-10 04:37:33', '', 'Claims Support', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-09-10 04:37:33', '2025-09-10 04:37:33', '', 67, 'http://localhost/wordpress/bombora/?p=68', 0, 'revision', '', 0), (69, 1, '2025-09-10 04:37:50', '2025-09-10 04:37:50', '', 'Need to make a Claim?', '', 'publish', 'closed', 'closed', '', 'need-to-make-a-claim', '', '', '2025-09-17 11:11:17', '2025-09-17 11:11:17', '', 0, 'http://localhost/wordpress/bombora/?page_id=69', 0, 'page', '', 0), (70, 1, '2025-09-10 04:37:50', '2025-09-10 04:37:50', '', 'Need to make a Claim?', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2025-09-10 04:37:50', '2025-09-10 04:37:50', '', 69, 'http://localhost/wordpress/bombora/?p=70', 0, 'revision', '', 0), (71, 1, '2025-09-10 04:39:58', '2025-09-10 04:39:58', '', 'For Individuals/Families & Business Owners', '', 'publish', 'closed', 'closed', '', 'for-individuals-families-business-owners', '', '', '2025-09-16 12:29:57', '2025-09-16 12:29:57', '', 0, 'http://localhost/wordpress/bombora/?page_id=71', 0, 'page', '', 0), (72, 1, '2025-09-10 04:39:58', '2025-09-10 04:39:58', '', 'For Individuals/Families & Business Owners', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2025-09-10 04:39:58', '2025-09-10 04:39:58', '', 71, 'http://localhost/wordpress/bombora/?p=72', 0, 'revision', '', 0), (73, 1, '2025-09-11 12:48:03', '2025-09-10 04:40:53', ' ', '', '', 'publish', 'closed', 'closed', '', '73', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=73', 4, 'nav_menu_item', '', 0), (74, 1, '2025-09-11 12:48:03', '2025-09-10 04:40:53', ' ', '', '', 'publish', 'closed', 'closed', '', '74', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=74', 3, 'nav_menu_item', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (75, 1, '2025-09-11 12:48:03', '2025-09-10 04:42:10', ' ', '', '', 'publish', 'closed', 'closed', '', '75', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=75', 7, 'nav_menu_item', '', 0), (76, 1, '2025-09-11 12:48:03', '2025-09-10 04:42:10', ' ', '', '', 'publish', 'closed', 'closed', '', '76', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=76', 9, 'nav_menu_item', '', 0), (77, 1, '2025-09-11 12:48:03', '2025-09-10 04:42:10', ' ', '', '', 'publish', 'closed', 'closed', '', '77', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=77', 10, 'nav_menu_item', '', 0), (78, 1, '2025-09-11 12:48:03', '2025-09-10 05:55:23', '', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 'life-insurance', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=78', 8, 'nav_menu_item', '', 0), (79, 1, '2025-09-11 12:48:03', '2025-09-10 05:55:23', '', 'For Advisors', '', 'publish', 'closed', 'closed', '', 'for-advisors', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=79', 6, 'nav_menu_item', '', 0), (80, 1, '2025-09-11 12:48:03', '2025-09-10 05:55:57', '', 'Why Bombora?', '', 'publish', 'closed', 'closed', '', 'why-bombora', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 0, 'http://localhost/wordpress/bombora/?p=80', 2, 'nav_menu_item', '', 0), (81, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', ' ', '', '', 'publish', 'closed', 'closed', '', '81', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=81', 2, 'nav_menu_item', '', 0), (82, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 'Claim For Advisors', '', 'publish', 'closed', 'closed', '', 'claim-for-advisors', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=82', 4, 'nav_menu_item', '', 0), (83, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', ' ', '', '', 'publish', 'closed', 'closed', '', '83', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=83', 5, 'nav_menu_item', '', 0), (84, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', ' ', '', '', 'publish', 'closed', 'closed', '', '84', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=84', 3, 'nav_menu_item', '', 0), (85, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', ' ', '', '', 'publish', 'closed', 'closed', '', '85', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=85', 1, 'nav_menu_item', '', 0), (86, 1, '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 'Join our Network', '', 'publish', 'closed', 'closed', '', 'join-our-network', '', '', '2025-09-10 07:12:35', '2025-09-10 07:12:35', '', 0, 'http://localhost/wordpress/bombora/?p=86', 6, 'nav_menu_item', '', 0), (87, 1, '2025-09-10 07:14:33', '2025-09-10 07:13:52', '', 'Seeking a new partner?', '', 'publish', 'closed', 'closed', '', 'seeking-a-new-partner', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=87', 1, 'nav_menu_item', '', 0), (88, 1, '2025-09-10 07:14:33', '2025-09-10 07:13:52', '', 'Seeking a B2B partner?', '', 'publish', 'closed', 'closed', '', 'seeking-a-b2b-partner', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=88', 2, 'nav_menu_item', '', 0), (89, 1, '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 'Seeking specialised training for internal risk advisors?', '', 'publish', 'closed', 'closed', '', 'seeking-specialised-training-for-internal-risk-advisors', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=89', 3, 'nav_menu_item', '', 0), (90, 1, '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 'Seeking to safeguard your clients?', '', 'publish', 'closed', 'closed', '', 'seeking-to-safeguard-your-clients', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=90', 4, 'nav_menu_item', '', 0), (91, 1, '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 'Need Claims support?', '', 'publish', 'closed', 'closed', '', 'need-claims-support', '', '', '2025-09-10 07:14:33', '2025-09-10 07:14:33', '', 0, 'http://localhost/wordpress/bombora/?p=91', 5, 'nav_menu_item', '', 0), (92, 1, '2025-09-10 07:16:04', '2025-09-10 07:16:04', ' ', '', '', 'publish', 'closed', 'closed', '', '92', '', '', '2025-09-10 07:16:04', '2025-09-10 07:16:04', '', 0, 'http://localhost/wordpress/bombora/?p=92', 1, 'nav_menu_item', '', 0), (93, 1, '2025-09-10 07:16:04', '2025-09-10 07:16:04', ' ', '', '', 'publish', 'closed', 'closed', '', '93', '', '', '2025-09-10 07:16:04', '2025-09-10 07:16:04', '', 0, 'http://localhost/wordpress/bombora/?p=93', 2, 'nav_menu_item', '', 0), (94, 1, '2025-09-10 07:18:14', '2025-09-10 07:18:14', '', 'Contact our team', '', 'publish', 'closed', 'closed', '', 'contact-our-team', '', '', '2025-09-10 07:18:14', '2025-09-10 07:18:14', '', 0, 'http://localhost/wordpress/bombora/?p=94', 1, 'nav_menu_item', '', 0), (95, 1, '2025-09-11 12:49:59', '2025-09-10 07:26:07', '', 'linkdin', '', 'publish', 'closed', 'closed', '', 'linkdin', '', '', '2025-09-11 12:49:59', '2025-09-11 12:49:59', '', 0, 'http://localhost/wordpress/bombora/?p=95', 1, 'nav_menu_item', '', 0), (96, 1, '2025-09-11 12:49:59', '2025-09-10 07:26:07', '', 'mail', '', 'publish', 'closed', 'closed', '', 'mail', '', '', '2025-09-11 12:49:59', '2025-09-11 12:49:59', '', 0, 'http://localhost/wordpress/bombora/?p=96', 2, 'nav_menu_item', '', 0), (97, 1, '2025-09-10 07:54:31', '2025-09-10 07:54:31', '', 'linkdin-icon', '', 'inherit', 'open', 'closed', '', 'linkdin-icon', '', '', '2025-09-10 07:54:52', '2025-09-10 07:54:52', '', 95, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/linkdin-icon.jpg', 0, 'attachment', 'image/jpeg', 0), (98, 1, '2025-09-10 07:54:32', '2025-09-10 07:54:32', '', 'mail-icon', '', 'inherit', 'open', 'closed', '', 'mail-icon', '', '', '2025-09-10 07:54:52', '2025-09-10 07:54:52', '', 96, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/mail-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (99, 1, '2025-09-10 07:58:45', '2025-09-10 07:58:45', '', 'FSG', '', 'publish', 'closed', 'closed', '', 'fsg', '', '', '2025-09-10 07:58:45', '2025-09-10 07:58:45', '', 0, 'http://localhost/wordpress/bombora/?page_id=99', 0, 'page', '', 0), (100, 1, '2025-09-10 07:58:45', '2025-09-10 07:58:45', '', 'FSG', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2025-09-10 07:58:45', '2025-09-10 07:58:45', '', 99, 'http://localhost/wordpress/bombora/?p=100', 0, 'revision', '', 0), (101, 1, '2025-09-10 07:59:02', '2025-09-10 07:59:02', '', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy-2', '', '', '2025-09-10 07:59:02', '2025-09-10 07:59:02', '', 0, 'http://localhost/wordpress/bombora/?page_id=101', 0, 'page', '', 0), (102, 1, '2025-09-10 07:59:02', '2025-09-10 07:59:02', '', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '101-revision-v1', '', '', '2025-09-10 07:59:02', '2025-09-10 07:59:02', '', 101, 'http://localhost/wordpress/bombora/?p=102', 0, 'revision', '', 0), (103, 1, '2025-09-10 07:59:19', '2025-09-10 07:59:19', '', 'Complaints Policy', '', 'publish', 'closed', 'closed', '', 'complaints-policy', '', '', '2025-09-10 07:59:19', '2025-09-10 07:59:19', '', 0, 'http://localhost/wordpress/bombora/?page_id=103', 0, 'page', '', 0), (104, 1, '2025-09-10 07:59:19', '2025-09-10 07:59:19', '', 'Complaints Policy', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2025-09-10 07:59:19', '2025-09-10 07:59:19', '', 103, 'http://localhost/wordpress/bombora/?p=104', 0, 'revision', '', 0), (105, 1, '2025-09-10 07:59:32', '2025-09-10 07:59:32', '', 'Join our Network', '', 'publish', 'closed', 'closed', '', 'join-our-network', '', '', '2025-09-10 07:59:32', '2025-09-10 07:59:32', '', 0, 'http://localhost/wordpress/bombora/?page_id=105', 0, 'page', '', 0), (106, 1, '2025-09-10 07:59:32', '2025-09-10 07:59:32', '', 'Join our Network', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2025-09-10 07:59:32', '2025-09-10 07:59:32', '', 105, 'http://localhost/wordpress/bombora/?p=106', 0, 'revision', '', 0), (107, 1, '2025-09-10 08:00:10', '2025-09-10 08:00:06', ' ', '', '', 'publish', 'closed', 'closed', '', '107', '', '', '2025-09-10 08:00:10', '2025-09-10 08:00:10', '', 0, 'http://localhost/wordpress/bombora/?p=107', 4, 'nav_menu_item', '', 0), (108, 1, '2025-09-10 08:00:10', '2025-09-10 08:00:06', ' ', '', '', 'publish', 'closed', 'closed', '', '108', '', '', '2025-09-10 08:00:10', '2025-09-10 08:00:10', '', 0, 'http://localhost/wordpress/bombora/?p=108', 3, 'nav_menu_item', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (109, 1, '2025-09-10 08:00:10', '2025-09-10 08:00:06', ' ', '', '', 'publish', 'closed', 'closed', '', '109', '', '', '2025-09-10 08:00:10', '2025-09-10 08:00:10', '', 0, 'http://localhost/wordpress/bombora/?p=109', 2, 'nav_menu_item', '', 0), (110, 1, '2025-09-10 08:00:10', '2025-09-10 08:00:06', ' ', '', '', 'publish', 'closed', 'closed', '', '110', '', '', '2025-09-10 08:00:10', '2025-09-10 08:00:10', '', 0, 'http://localhost/wordpress/bombora/?p=110', 1, 'nav_menu_item', '', 0), (111, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:34:"templates/advice-solutions-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Advice Solutions Page', 'advice-solutions-page', 'publish', 'closed', 'closed', '', 'group_68c14498dbb9d', '', '', '2025-09-16 07:13:40', '2025-09-16 07:13:40', '', 0, 'http://localhost/wordpress/bombora/?p=111', 0, 'acf-field-group', '', 0), (112, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c144d3ac259', '', '', '2025-09-15 12:28:44', '2025-09-15 12:28:44', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=112', 0, 'acf-field', '', 0), (113, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c144ad444c5', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=113', 1, 'acf-field', '', 0), (114, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c144ad444c6', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 113, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=114', 0, 'acf-field', '', 0), (115, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c144ad444c7', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 113, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=115', 1, 'acf-field', '', 0), (116, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c144ad444c8', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 113, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=116', 2, 'acf-field', '', 0), (117, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c144ad444c9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 113, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=117', 3, 'acf-field', '', 0), (118, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Advice Specialist Section', '', 'publish', 'closed', 'closed', '', 'field_68c25d0343102', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=118', 2, 'acf-field', '', 0), (119, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Advice Specialist Section', 'advice_specialist_section', 'publish', 'closed', 'closed', '', 'field_68c2579cdf1e0', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=119', 3, 'acf-field', '', 0), (120, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c257badf1e1', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=120', 0, 'acf-field', '', 0), (121, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c257c1df1e2', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=121', 1, 'acf-field', '', 0), (122, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Advisors Feature', 'advisors_feature', 'publish', 'closed', 'closed', '', 'field_68c25c61430fa', '', '', '2025-09-16 06:40:14', '2025-09-16 06:40:14', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=122', 2, 'acf-field', '', 0), (123, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c25c61430fa";}', 'Feature Heading', 'feature_heading', 'publish', 'closed', 'closed', '', 'field_68c25c88430fb', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 122, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=123', 0, 'acf-field', '', 0), (124, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c25c61430fa";}', 'Feature Description', 'feature_', 'publish', 'closed', 'closed', '', 'field_68c25c95430fc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 122, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=124', 1, 'acf-field', '', 0), (125, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Feature Image', 'feature_image', 'publish', 'closed', 'closed', '', 'field_68c25ca2430fd', '', '', '2025-09-16 06:40:27', '2025-09-16 06:40:27', '', 122, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=125', 2, 'acf-field', '', 0), (126, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Feature Points', 'feature_points', 'publish', 'closed', 'closed', '', 'field_68c25cac430fe', '', '', '2025-09-15 13:00:25', '2025-09-15 13:00:25', '', 122, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=126', 3, 'acf-field', '', 0), (127, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Feature Point', 'point', 'publish', 'closed', 'closed', '', 'field_68c25cb6430ff', '', '', '2025-09-15 13:00:25', '2025-09-15 13:00:25', '', 126, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=127', 1, 'acf-field', '', 0), (128, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Advice Specialist Footer Heading', 'advice_specialist_footer', 'publish', 'closed', 'closed', '', 'field_68c25ce343100', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=128', 3, 'acf-field', '', 0), (129, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'Advice Specialist Button', 'advice_specialist__button', 'publish', 'closed', 'closed', '', 'field_68c25cf343101', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 119, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=129', 4, 'acf-field', '', 0), (130, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Bombora Info Section', '', 'publish', 'closed', 'closed', '', 'field_68c25d6746dcf', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=130', 4, 'acf-field', '', 0), (131, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Bombora Info Section', 'bombora_info_section', 'publish', 'closed', 'closed', '', 'field_68c25d3346dcc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 111, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=131', 5, 'acf-field', '', 0), (132, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c25d5846dce', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 131, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=132', 0, 'acf-field', '', 0), (133, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Imgae', 'imgae', 'publish', 'closed', 'closed', '', 'field_68c25d4d46dcd', '', '', '2025-09-16 07:13:40', '2025-09-16 07:13:40', '', 131, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=133', 1, 'acf-field', '', 0), (134, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:32:"templates/claims-support-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Claims Support Page', 'claims-support-page', 'publish', 'closed', 'closed', '', 'group_68c2647963761', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 0, 'http://localhost/wordpress/bombora/?p=134', 0, 'acf-field-group', '', 0), (135, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2648fa8da6', '', '', '2025-09-17 06:21:12', '2025-09-17 06:21:12', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=135', 0, 'acf-field', '', 0), (136, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c264a89bfd8', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=136', 1, 'acf-field', '', 0), (137, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c264a89bfd9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 136, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=137', 0, 'acf-field', '', 0), (138, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c264a89bfda', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 136, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=138', 1, 'acf-field', '', 0), (139, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c264a89bfdb', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 136, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=139', 2, 'acf-field', '', 0), (140, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c264a89bfdc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 136, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=140', 3, 'acf-field', '', 0), (141, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Claims Focus Point', '', 'publish', 'closed', 'closed', '', 'field_68c2699e80c9b', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=141', 2, 'acf-field', '', 0), (142, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Claims Focus Point', 'claims_focus_point', 'publish', 'closed', 'closed', '', 'field_68c26595a42ff', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=142', 3, 'acf-field', '', 0), (143, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Claims Points', 'claims_points', 'publish', 'closed', 'closed', '', 'field_68c26727a4300', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 142, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=143', 0, 'acf-field', '', 0), (144, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c26727a4300";}', 'image', 'image', 'publish', 'closed', 'closed', '', 'field_68c26737a4301', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 143, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=144', 0, 'acf-field', '', 0), (145, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Point Title', 'point', 'publish', 'closed', 'closed', '', 'field_68c26741a4302', '', '', '2025-09-17 06:24:24', '2025-09-17 06:24:24', '', 143, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=145', 1, 'acf-field', '', 0), (146, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Advice Claims Section', '', 'publish', 'closed', 'closed', '', 'field_68c26b9cf1fcb', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=146', 4, 'acf-field', '', 0), (147, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Advice Claims Section', 'advice_claims_section', 'publish', 'closed', 'closed', '', 'field_68c26b14f1fc6', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=147', 5, 'acf-field', '', 0), (149, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26bb5f1fd0";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26b4ef1fc7', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=149', 0, 'acf-field', '', 0), (150, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c26bb5f1fd0";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c26b57f1fc8', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=150', 1, 'acf-field', '', 0), (151, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:15:"parent_repeater";s:19:"field_68c26bb5f1fd0";}', 'Advice Button', 'advice_button', 'publish', 'closed', 'closed', '', 'field_68c26b83f1fca', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=151', 5, 'acf-field', '', 0), (152, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:0:"";s:13:"rows_per_page";i:20;}', 'Advice Feature', 'advice_feature', 'publish', 'closed', 'closed', '', 'field_68c26b63f1fc9', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=152', 3, 'acf-field', '', 0), (153, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Business Section', '', 'publish', 'closed', 'closed', '', 'field_68c2699080c94', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=153', 8, 'acf-field', '', 0), (154, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Business Section', 'business_section', 'publish', 'closed', 'closed', '', 'field_68c267a5a4303', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=154', 9, 'acf-field', '', 0), (155, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c267d0a4304', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 154, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=155', 0, 'acf-field', '', 0), (156, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c267d8a4305', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 154, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=156', 1, 'acf-field', '', 0), (157, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Business Points', 'business_points', 'publish', 'closed', 'closed', '', 'field_68c267dea4306', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 154, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=157', 2, 'acf-field', '', 0), (158, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c267dea4306";}', 'Point Text', 'point_text', 'publish', 'closed', 'closed', '', 'field_68c267f3a4307', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 157, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=158', 0, 'acf-field', '', 0), (159, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c267dea4306";}', 'Point Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c26800a4308', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 157, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=159', 1, 'acf-field', '', 0), (160, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'button', 'button', 'publish', 'closed', 'closed', '', 'field_68c26818a4309', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 154, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=160', 3, 'acf-field', '', 0), (161, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Claims Section', '', 'publish', 'closed', 'closed', '', 'field_68c2691a2aab2', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=161', 10, 'acf-field', '', 0), (162, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Claims Section', 'claims_section', 'publish', 'closed', 'closed', '', 'field_68c268fffa583', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=162', 11, 'acf-field', '', 0), (163, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Claims Heading', 'claims_heading', 'publish', 'closed', 'closed', '', 'field_68c268fffa584', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 162, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=163', 0, 'acf-field', '', 0), (164, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Claims Description', 'claims_description', 'publish', 'closed', 'closed', '', 'field_68c268fffa585', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 162, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=164', 1, 'acf-field', '', 0), (165, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Claims Form (Shortcode)', 'claims_form_shotcode', 'publish', 'closed', 'closed', '', 'field_68c268fffa586', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 162, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=165', 2, 'acf-field', '', 0), (166, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:28:"templates/contact-us-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Contact us Page', 'contact-us-page', 'publish', 'closed', 'closed', '', 'group_68c2c086aef55', '', '', '2025-09-18 08:53:56', '2025-09-18 08:53:56', '', 0, 'http://localhost/wordpress/bombora/?p=166', 0, 'acf-field-group', '', 0), (167, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2c12add0b9', '', '', '2025-09-18 08:34:10', '2025-09-18 08:34:10', '', 166, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=167', 0, 'acf-field', '', 0), (168, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c2c106a2ec9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 166, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=168', 1, 'acf-field', '', 0), (170, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c2c106a2ecb', '', '', '2025-09-18 08:39:21', '2025-09-18 08:39:21', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=170', 0, 'acf-field', '', 0), (171, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c2c106a2ecc', '', '', '2025-09-18 08:39:21', '2025-09-18 08:39:21', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=171', 1, 'acf-field', '', 0), (173, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Contact Us Section', '', 'publish', 'closed', 'closed', '', 'field_68c2c239b7c7b', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 166, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=173', 2, 'acf-field', '', 0), (174, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Contact Us Section', 'contact_us_section', 'publish', 'closed', 'closed', '', 'field_68c2c1b3b7c76', '', '', '2025-09-18 08:39:00', '2025-09-18 08:39:00', '', 166, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=174', 3, 'acf-field', '', 0), (175, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2c1c7b7c77', '', '', '2025-09-18 08:44:40', '2025-09-18 08:44:40', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=175', 2, 'acf-field', '', 0), (176, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Contact us Form Shortcode', 'contact_us_form_shortcode', 'publish', 'closed', 'closed', '', 'field_68c2c1d4b7c78', '', '', '2025-09-18 08:53:56', '2025-09-18 08:53:56', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=176', 4, 'acf-field', '', 0), (177, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Contact Detail', 'contact_detail', 'publish', 'closed', 'closed', '', 'field_68c2c1f6b7c79', '', '', '2025-09-18 08:53:56', '2025-09-18 08:53:56', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=177', 5, 'acf-field', '', 0), (178, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Address title', 'address_text', 'publish', 'closed', 'closed', '', 'field_68c2c21db7c7a', '', '', '2025-09-18 08:38:08', '2025-09-18 08:38:08', '', 177, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=178', 0, 'acf-field', '', 0), (179, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:22:"templates/home-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Home Page', 'home-page', 'publish', 'closed', 'closed', '', 'group_68c1356de46e1', '', '', '2025-09-15 09:35:27', '2025-09-15 09:35:27', '', 0, 'http://localhost/wordpress/bombora/?p=179', 0, 'acf-field-group', '', 0), (180, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c137a8dadeb', '', '', '2025-09-11 13:19:13', '2025-09-11 13:19:13', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=180', 0, 'acf-field', '', 0), (181, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c1356edade4', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=181', 1, 'acf-field', '', 0), (182, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Banner Slider', 'banner_slider', 'publish', 'closed', 'closed', '', 'field_68c1358fdade5', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 181, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=182', 0, 'acf-field', '', 0), (183, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c13742dade6', '', '', '2025-09-12 05:11:47', '2025-09-12 05:11:47', '', 182, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=183', 0, 'acf-field', '', 0), (184, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c1358fdade5";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c13751dade7', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 182, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=184', 1, 'acf-field', '', 0), (185, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c1358fdade5";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c1375edade8', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 182, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=185', 2, 'acf-field', '', 0), (186, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:15:"parent_repeater";s:19:"field_68c1358fdade5";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c1376bdade9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 182, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=186', 3, 'acf-field', '', 0), (187, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Banner Bottom Point', 'banner_bottom_point', 'publish', 'closed', 'closed', '', 'field_68c137cadadf2', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 181, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=187', 1, 'acf-field', '', 0), (188, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c137cadadf2";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c137fbdadf3', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 187, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=188', 0, 'acf-field', '', 0), (189, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c137cadadf2";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c1380fdadf4', '', '', '2025-09-12 05:41:49', '2025-09-12 05:41:49', '', 187, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=189', 2, 'acf-field', '', 0), (190, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Advice Section', '', 'publish', 'closed', 'closed', '', 'field_68c138f2dadfd', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=190', 2, 'acf-field', '', 0), (191, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Advice Section', 'advice_section', 'publish', 'closed', 'closed', '', 'field_68c13825dadf5', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=191', 3, 'acf-field', '', 0), (192, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Advice Heading', 'advice_heading', 'publish', 'closed', 'closed', '', 'field_68c13840dadf6', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 191, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=192', 0, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (193, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Advice Description', 'advice_description', 'publish', 'closed', 'closed', '', 'field_68c13849dadf7', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 191, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=193', 1, 'acf-field', '', 0), (194, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Advice Point', 'advice_point', 'publish', 'closed', 'closed', '', 'field_68c13873dadf8', '', '', '2025-09-12 05:55:43', '2025-09-12 05:55:43', '', 191, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=194', 2, 'acf-field', '', 0), (195, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Advice Image', 'advice_image', 'publish', 'closed', 'closed', '', 'field_68c1388fdadf9', '', '', '2025-09-12 06:44:41', '2025-09-12 06:44:41', '', 194, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=195', 0, 'acf-field', '', 0), (196, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c13873dadf8";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c138bfdadfa', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 194, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=196', 1, 'acf-field', '', 0), (197, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Description Point', 'description_point', 'publish', 'closed', 'closed', '', 'field_68c138c7dadfb', '', '', '2025-09-12 05:55:43', '2025-09-12 05:55:43', '', 194, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=197', 2, 'acf-field', '', 0), (198, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:15:"parent_repeater";s:19:"field_68c13873dadf8";}', 'Advice button', 'advice_button', 'publish', 'closed', 'closed', '', 'field_68c138d7dadfc', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 194, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=198', 3, 'acf-field', '', 0), (199, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Speciality Section', '', 'publish', 'closed', 'closed', '', 'field_68c13abedae0d', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=199', 4, 'acf-field', '', 0), (200, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Speciality Section', 'speciality_section', 'publish', 'closed', 'closed', '', 'field_68c1399fdae05', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=200', 5, 'acf-field', '', 0), (201, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Speciality Heading', 'speciality_heading', 'publish', 'closed', 'closed', '', 'field_68c139badae06', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 200, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=201', 0, 'acf-field', '', 0), (202, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Speciality Description', 'speciality_description', 'publish', 'closed', 'closed', '', 'field_68c139c0dae07', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 200, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=202', 1, 'acf-field', '', 0), (203, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Speciality Points', 'speciality_points', 'publish', 'closed', 'closed', '', 'field_68c139dadae08', '', '', '2025-09-12 09:19:26', '2025-09-12 09:19:26', '', 200, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=203', 2, 'acf-field', '', 0), (204, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c139dadae08";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c139ecdae09', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 203, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=204', 0, 'acf-field', '', 0), (205, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c139fadae0a', '', '', '2025-09-15 08:49:50', '2025-09-15 08:49:50', '', 203, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=205', 1, 'acf-field', '', 0), (206, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Description Point', 'description_point', 'publish', 'closed', 'closed', '', 'field_68c13a04dae0b', '', '', '2025-09-12 09:19:26', '2025-09-12 09:19:26', '', 203, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=206', 2, 'acf-field', '', 0), (207, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c13a04dae0b";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c13aa7dae0c', '', '', '2025-09-12 09:19:09', '2025-09-12 09:19:09', '', 206, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=207', 1, 'acf-field', '', 0), (208, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Speciality Button', 'speciality_button', 'publish', 'closed', 'closed', '', 'field_68c13ad0dae15', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 200, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=208', 3, 'acf-field', '', 0), (209, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Client Relationships Section', '', 'publish', 'closed', 'closed', '', 'field_68c13d34c8237', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=209', 6, 'acf-field', '', 0), (210, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Client Relationships Section', 'client_relationships_section', 'publish', 'closed', 'closed', '', 'field_68c13c39c822e', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=210', 7, 'acf-field', '', 0), (211, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c13c53c822f', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 210, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=211', 0, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (212, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c13c78c8230', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 210, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=212', 1, 'acf-field', '', 0), (213, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Client Relationships Point', 'client_relationships_point', 'publish', 'closed', 'closed', '', 'field_68c13c8ac8231', '', '', '2025-09-15 08:33:49', '2025-09-15 08:33:49', '', 210, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=213', 2, 'acf-field', '', 0), (214, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Point image', 'point_image', 'publish', 'closed', 'closed', '', 'field_68c13c98c8232', '', '', '2025-09-15 09:35:27', '2025-09-15 09:35:27', '', 213, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=214', 0, 'acf-field', '', 0), (215, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c13c8ac8231";}', 'Point Heading', 'point_heading', 'publish', 'closed', 'closed', '', 'field_68c13cdfc8233', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 213, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=215', 1, 'acf-field', '', 0), (216, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c13c8ac8231";}', 'Point Description', 'point_description', 'publish', 'closed', 'closed', '', 'field_68c13ce5c8234', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 213, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=216', 2, 'acf-field', '', 0), (217, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:15:"parent_repeater";s:19:"field_68c13c8ac8231";}', 'Point Button', 'point_button', 'publish', 'closed', 'closed', '', 'field_68c13cf0c8235', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 213, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=217', 3, 'acf-field', '', 0), (218, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Bottom Description', 'bottom_description', 'publish', 'closed', 'closed', '', 'field_68c13d00c8236', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 210, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=218', 3, 'acf-field', '', 0), (219, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Getting Section', '', 'publish', 'closed', 'closed', '', 'field_68c13da4c8244', '', '', '2025-09-18 09:12:53', '2025-09-18 09:12:53', '', 634, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=219', 0, 'acf-field', '', 0), (220, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:3:{i:0;a:23:{s:2:"ID";i:221;s:3:"key";s:19:"field_68c13d75c8241";s:5:"label";s:15:"Getting Heading";s:4:"name";s:15:"getting_heading";s:10:"aria-label";s:0:"";s:6:"prefix";s:3:"acf";s:4:"type";s:4:"text";s:5:"value";N;s:10:"menu_order";i:0;s:12:"instructions";s:0:"";s:8:"required";i:0;s:2:"id";s:0:"";s:5:"class";s:0:"";s:17:"conditional_logic";i:0;s:6:"parent";i:220;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:5:"_name";s:15:"getting_heading";s:6:"_valid";i:1;}i:1;a:26:{s:2:"ID";i:222;s:3:"key";s:19:"field_68c13d7fc8242";s:5:"label";s:14:"Getting Points";s:4:"name";s:14:"getting_points";s:10:"aria-label";s:0:"";s:6:"prefix";s:3:"acf";s:4:"type";s:8:"repeater";s:5:"value";N;s:10:"menu_order";i:1;s:12:"instructions";s:0:"";s:8:"required";i:0;s:2:"id";s:0:"";s:5:"class";s:0:"";s:17:"conditional_logic";i:0;s:6:"parent";i:220;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;s:5:"_name";s:14:"getting_points";s:6:"_valid";i:1;s:10:"sub_fields";a:2:{i:0;a:24:{s:2:"ID";i:445;s:3:"key";s:19:"field_68c7d0421ba83";s:5:"label";s:13:"Point Heading";s:4:"name";s:13:"point_heading";s:10:"aria-label";s:0:"";s:6:"prefix";s:3:"acf";s:4:"type";s:4:"text";s:5:"value";N;s:10:"menu_order";i:0;s:12:"instructions";s:0:"";s:8:"required";i:0;s:2:"id";s:0:"";s:5:"class";s:0:"";s:17:"conditional_logic";i:0;s:6:"parent";i:222;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:5:"_name";s:13:"point_heading";s:6:"_valid";i:1;s:15:"parent_repeater";s:19:"field_68c13d7fc8242";}i:1;a:24:{s:2:"ID";i:223;s:3:"key";s:19:"field_68c13d8bc8243";s:5:"label";s:5:"Point";s:4:"name";s:5:"point";s:10:"aria-label";s:0:"";s:6:"prefix";s:3:"acf";s:4:"type";s:4:"text";s:5:"value";N;s:10:"menu_order";i:1;s:12:"instructions";s:0:"";s:8:"required";i:0;s:2:"id";s:0:"";s:5:"class";s:0:"";s:17:"conditional_logic";i:0;s:6:"parent";i:222;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:5:"_name";s:5:"point";s:6:"_valid";i:1;s:15:"parent_repeater";s:19:"field_68c13d7fc8242";}}}i:2;a:19:{s:2:"ID";i:224;s:3:"key";s:19:"field_68c13db5c8248";s:5:"label";s:15:"Schedule Button";s:4:"name";s:15:"schedule_button";s:10:"aria-label";s:0:"";s:6:"prefix";s:3:"acf";s:4:"type";s:4:"link";s:5:"value";N;s:10:"menu_order";i:2;s:12:"instructions";s:0:"";s:8:"required";i:0;s:2:"id";s:0:"";s:5:"class";s:0:"";s:17:"conditional_logic";i:0;s:6:"parent";i:220;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:5:"_name";s:15:"schedule_button";s:6:"_valid";i:1;}}}', 'Getting Section', 'getting_section', 'publish', 'closed', 'closed', '', 'field_68c13d5fc8240', '', '', '2025-09-18 09:12:53', '2025-09-18 09:12:53', '', 634, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=220', 1, 'acf-field', '', 0), (221, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Getting Heading', 'getting_heading', 'publish', 'closed', 'closed', '', 'field_68c13d75c8241', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 220, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=221', 0, 'acf-field', '', 0), (222, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Getting Points', 'getting_points', 'publish', 'closed', 'closed', '', 'field_68c13d7fc8242', '', '', '2025-09-15 08:38:09', '2025-09-15 08:38:09', '', 220, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=222', 1, 'acf-field', '', 0), (223, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Point', 'point', 'publish', 'closed', 'closed', '', 'field_68c13d8bc8243', '', '', '2025-09-15 08:37:38', '2025-09-15 08:37:38', '', 222, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=223', 1, 'acf-field', '', 0), (224, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Schedule Button', 'schedule_button', 'publish', 'closed', 'closed', '', 'field_68c13db5c8248', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 220, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=224', 2, 'acf-field', '', 0), (225, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:54:"templates/individuals-families-business-owners-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Individuals Page', 'individuals-page', 'publish', 'closed', 'closed', '', 'group_68c26d19b20f1', '', '', '2025-09-17 09:03:05', '2025-09-17 09:03:05', '', 0, 'http://localhost/wordpress/bombora/?p=225', 0, 'acf-field-group', '', 0), (226, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c26d5fbfc33', '', '', '2025-09-17 09:03:05', '2025-09-17 09:03:05', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=226', 0, 'acf-field', '', 0), (227, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e68', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=227', 1, 'acf-field', '', 0), (228, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e69', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 227, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=228', 0, 'acf-field', '', 0), (229, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e6a', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 227, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=229', 1, 'acf-field', '', 0), (230, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e6b', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 227, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=230', 2, 'acf-field', '', 0), (231, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c26d44f2e6c', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 227, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=231', 3, 'acf-field', '', 0), (232, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Family Future Section', '', 'publish', 'closed', 'closed', '', 'field_68c26f09abeae', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=232', 2, 'acf-field', '', 0), (233, 1, '2025-09-11 12:45:49', '2025-09-11 12:45:49', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Family Future Section', 'family_future_section', 'publish', 'closed', 'closed', '', 'field_68c26d8be975b', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=233', 3, 'acf-field', '', 0), (234, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Family Future Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26da7e975c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=234', 0, 'acf-field', '', 0), (235, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Family Future Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c26dade975d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=235', 1, 'acf-field', '', 0), (236, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Family Future Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c26e15e975e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=236', 2, 'acf-field', '', 0), (237, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Family Future Description', 'family_future_description', 'publish', 'closed', 'closed', '', 'field_68c26e1ee975f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=237', 3, 'acf-field', '', 0), (238, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Family Future Cart', 'family_future_cart', 'publish', 'closed', 'closed', '', 'field_68c26e43e9760', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=238', 4, 'acf-field', '', 0), (239, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c26e43e9760";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c26e52e9761', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 238, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=239', 0, 'acf-field', '', 0), (240, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26e43e9760";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26e5ee9762', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 238, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=240', 1, 'acf-field', '', 0), (241, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c26e43e9760";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c26e6ae9763', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 238, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=241', 2, 'acf-field', '', 0), (242, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Contact Us button', 'contact_us_button', 'publish', 'closed', 'closed', '', 'field_68c26e83e9764', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 233, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=242', 5, 'acf-field', '', 0), (243, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Business Section', '', 'publish', 'closed', 'closed', '', 'field_68c27e0b7a364', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=243', 4, 'acf-field', '', 0), (244, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Business Section', 'business_section', 'publish', 'closed', 'closed', '', 'field_68c26f1af4683', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=244', 5, 'acf-field', '', 0), (245, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Business Image', 'business_image', 'publish', 'closed', 'closed', '', 'field_68c26f38f4684', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=245', 0, 'acf-field', '', 0), (246, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Business Heading', 'business_heading', 'publish', 'closed', 'closed', '', 'field_68c26f53f4685', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=246', 1, 'acf-field', '', 0), (247, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Business Title', 'business_title', 'publish', 'closed', 'closed', '', 'field_68c26f5bf4686', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=247', 2, 'acf-field', '', 0), (248, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Business Left Side Content', 'business_left_side_content', 'publish', 'closed', 'closed', '', 'field_68c26f63f4687', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=248', 3, 'acf-field', '', 0), (249, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Business Right Side Image', 'business_right_side_image', 'publish', 'closed', 'closed', '', 'field_68c26f77f4688', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=249', 4, 'acf-field', '', 0), (250, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Business plan', 'business_plan', 'publish', 'closed', 'closed', '', 'field_68c26f89f4689', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=250', 5, 'acf-field', '', 0), (251, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:17:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";s:15:"parent_repeater";s:19:"field_68c26f89f4689";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c26fb2f468a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 250, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=251', 0, 'acf-field', '', 0), (252, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26f89f4689";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26fdbf468b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 250, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=252', 1, 'acf-field', '', 0), (253, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26f89f4689";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c26fe3f468c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 250, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=253', 2, 'acf-field', '', 0), (254, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c26f89f4689";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c26ff1f468d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 250, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=254', 3, 'acf-field', '', 0), (255, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Claim Button', 'claim_button', 'publish', 'closed', 'closed', '', 'field_68c2700cf468e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=255', 6, 'acf-field', '', 0), (256, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Business Bottom Content', 'business_bottom_content', 'publish', 'closed', 'closed', '', 'field_68c27026f468f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 244, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=256', 7, 'acf-field', '', 0), (257, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Families form Section', '', 'publish', 'closed', 'closed', '', 'field_68c27ef3492b0', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=257', 6, 'acf-field', '', 0), (258, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Families form Section', 'families_form_section', 'publish', 'closed', 'closed', '', 'field_68c27e44492aa', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 225, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=258', 7, 'acf-field', '', 0), (259, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c27e54492ab', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 258, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=259', 0, 'acf-field', '', 0), (260, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Families points', 'families_points', 'publish', 'closed', 'closed', '', 'field_68c27e5a492ac', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 258, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=260', 1, 'acf-field', '', 0), (261, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c27e5a492ac";}', 'heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c27ea9492ad', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 260, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=261', 0, 'acf-field', '', 0), (262, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c27e5a492ac";}', 'description', 'description', 'publish', 'closed', 'closed', '', 'field_68c27eb3492ae', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 260, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=262', 1, 'acf-field', '', 0), (263, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Families Contact Form (ShortCode)', 'families_shortcode', 'publish', 'closed', 'closed', '', 'field_68c27ec9492af', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 258, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=263', 2, 'acf-field', '', 0), (264, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:36:"templates/need-to-make-claim-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Need to make a Claim Page', 'need-to-make-a-claim-page', 'publish', 'closed', 'closed', '', 'group_68c27f9062bb1', '', '', '2025-09-17 12:39:56', '2025-09-17 12:39:56', '', 0, 'http://localhost/wordpress/bombora/?p=264', 0, 'acf-field-group', '', 0), (265, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c27fcc9858c', '', '', '2025-09-17 11:42:55', '2025-09-17 11:42:55', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=265', 0, 'acf-field', '', 0), (266, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc3', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=266', 1, 'acf-field', '', 0), (267, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc4', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=267', 0, 'acf-field', '', 0), (268, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=268', 1, 'acf-field', '', 0), (269, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=269', 2, 'acf-field', '', 0), (270, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c27fa847dc7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=270', 3, 'acf-field', '', 0), (271, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Banner Footer Point', 'banner_footer_point', 'publish', 'closed', 'closed', '', 'field_68c2849cadca8', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 266, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=271', 4, 'acf-field', '', 0), (272, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2849cadca8";}', 'Point', 'point', 'publish', 'closed', 'closed', '', 'field_68c284abadca9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 271, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=272', 0, 'acf-field', '', 0), (273, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Make a claim Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b1c1c7234', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=273', 2, 'acf-field', '', 0), (274, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Make a claim Section', 'make_a_claim_section', 'publish', 'closed', 'closed', '', 'field_68c2b101c722c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=274', 3, 'acf-field', '', 0), (275, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b11ac722d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 274, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=275', 0, 'acf-field', '', 0), (276, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b121c722e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 274, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=276', 1, 'acf-field', '', 0), (277, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Claim Explain Point', 'claim_explain_point', 'publish', 'closed', 'closed', '', 'field_68c2b153c722f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 274, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=277', 2, 'acf-field', '', 0), (278, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c2b16dc7230', '', '', '2025-09-17 12:24:58', '2025-09-17 12:24:58', '', 277, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=278', 0, 'acf-field', '', 0), (279, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b153c722f";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c2b178c7231', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 277, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=279', 1, 'acf-field', '', 0), (280, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b153c722f";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b182c7232', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 277, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=280', 2, 'acf-field', '', 0), (281, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'Contact Button', 'contact_button', 'publish', 'closed', 'closed', '', 'field_68c2b196c7233', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 274, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=281', 3, 'acf-field', '', 0), (282, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Guidance Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b262929ad', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=282', 4, 'acf-field', '', 0), (283, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Guidance Section', 'guidance_section', 'publish', 'closed', 'closed', '', 'field_68c2b1f1929a5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=283', 5, 'acf-field', '', 0), (284, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b210929a6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=284', 0, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (285, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b217929a7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=285', 1, 'acf-field', '', 0), (286, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Guidance Point', 'guidance_', 'publish', 'closed', 'closed', '', 'field_68c2b225929a8', '', '', '2025-09-17 12:35:12', '2025-09-17 12:35:12', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=286', 3, 'acf-field', '', 0), (287, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c2b236929a9', '', '', '2025-09-17 12:34:05', '2025-09-17 12:34:05', '', 286, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=287', 0, 'acf-field', '', 0), (288, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b225929a8";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c2b23f929aa', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 286, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=288', 1, 'acf-field', '', 0), (289, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b225929a8";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b246929ab', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 286, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=289', 2, 'acf-field', '', 0), (290, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'Guidance Button', 'guidance_button', 'publish', 'closed', 'closed', '', 'field_68c2b254929ac', '', '', '2025-09-17 12:35:12', '2025-09-17 12:35:12', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=290', 4, 'acf-field', '', 0), (291, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Bombora Info Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b2b6929b8', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=291', 6, 'acf-field', '', 0), (292, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Bombora Info Section', 'bombora_info_section', 'publish', 'closed', 'closed', '', 'field_68c2b275929b5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=292', 7, 'acf-field', '', 0), (293, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Background Image', 'background_image', 'publish', 'closed', 'closed', '', 'field_68c2b284929b6', '', '', '2025-09-17 12:39:56', '2025-09-17 12:39:56', '', 292, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=293', 0, 'acf-field', '', 0), (294, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Content', 'content', 'publish', 'closed', 'closed', '', 'field_68c2b2a1929b7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 292, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=294', 1, 'acf-field', '', 0), (295, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Support Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b331929c1', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=295', 8, 'acf-field', '', 0), (296, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Support Section', 'support_section', 'publish', 'closed', 'closed', '', 'field_68c2b2c7929bb', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 264, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=296', 9, 'acf-field', '', 0), (297, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b2d4929bc', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 296, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=297', 0, 'acf-field', '', 0), (298, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Support Point', 'support_point', 'publish', 'closed', 'closed', '', 'field_68c2b2dc929bd', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 296, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=298', 1, 'acf-field', '', 0), (299, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b2dc929bd";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b2f4929be', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 298, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=299', 0, 'acf-field', '', 0), (300, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c2b2dc929bd";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b2fc929bf', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 298, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=300', 1, 'acf-field', '', 0), (301, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Support Contact Form (Shortcode)', 'support_contact_form_shortcode', 'publish', 'closed', 'closed', '', 'field_68c2b30b929c0', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 296, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=301', 2, 'acf-field', '', 0), (302, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:27:"templates/our-board-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Our Board Page', 'our-board-page', 'publish', 'closed', 'closed', '', 'group_68c2b3aeebe4b', '', '', '2025-09-18 08:30:55', '2025-09-18 08:30:55', '', 0, 'http://localhost/wordpress/bombora/?p=302', 0, 'acf-field-group', '', 0), (303, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b50d7e30f', '', '', '2025-09-17 13:14:07', '2025-09-17 13:14:07', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=303', 0, 'acf-field', '', 0), (304, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c2b4c8ad185', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=304', 1, 'acf-field', '', 0), (306, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c2b4c8ad187', '', '', '2025-09-18 04:42:11', '2025-09-18 04:42:11', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=306', 0, 'acf-field', '', 0), (307, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c2b4c8ad188', '', '', '2025-09-18 04:42:11', '2025-09-18 04:42:11', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=307', 1, 'acf-field', '', 0), (309, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Our Board Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b689a2763', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=309', 2, 'acf-field', '', 0), (310, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Our Board Section', 'our_board_section', 'publish', 'closed', 'closed', '', 'field_68c2b5522d059', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=310', 3, 'acf-field', '', 0), (311, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2b55f2d05a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=311', 0, 'acf-field', '', 0), (312, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2b56a2d05b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=312', 1, 'acf-field', '', 0), (313, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Our Board Members', 'board_members', 'publish', 'closed', 'closed', '', 'field_68c2b58f2d05c', '', '', '2025-09-18 04:49:11', '2025-09-18 04:49:11', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=313', 2, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (314, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Member Image', 'member_image', 'publish', 'closed', 'closed', '', 'field_68c2b5d92d05f', '', '', '2025-09-18 04:49:11', '2025-09-18 04:49:11', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=314', 0, 'acf-field', '', 0), (315, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Member Name', 'member_name', 'publish', 'closed', 'closed', '', 'field_68c2b59f2d05d', '', '', '2025-09-18 04:49:11', '2025-09-18 04:49:11', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=315', 1, 'acf-field', '', 0), (316, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Member Designation', 'designation', 'publish', 'closed', 'closed', '', 'field_68c2b5bc2d05e', '', '', '2025-09-18 04:49:11', '2025-09-18 04:49:11', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=316', 2, 'acf-field', '', 0), (317, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Member Profile button', 'member_profile_button', 'publish', 'closed', 'closed', '', 'field_68c2b5f12d060', '', '', '2025-09-18 05:06:27', '2025-09-18 05:06:27', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=317', 3, 'acf-field', '', 0), (318, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Our Board Footer Heading', 'our_board_footer_heading', 'publish', 'closed', 'closed', '', 'field_68c2b64aa2762', '', '', '2025-09-18 04:56:00', '2025-09-18 04:56:00', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=318', 4, 'acf-field', '', 0), (319, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Leadership Section', '', 'publish', 'closed', 'closed', '', 'field_68c2bc874114d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=319', 4, 'acf-field', '', 0), (320, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Leadership Section', 'leadership_section', 'publish', 'closed', 'closed', '', 'field_68c2b6cd41145', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=320', 5, 'acf-field', '', 0), (321, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c2b6ed41146', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=321', 0, 'acf-field', '', 0), (322, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2bc1241147', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=322', 1, 'acf-field', '', 0), (323, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2bc1c41148', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=323', 2, 'acf-field', '', 0), (324, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Leadership Point', 'leadership_point', 'publish', 'closed', 'closed', '', 'field_68c2bc2941149', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=324', 3, 'acf-field', '', 0), (325, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2bc2941149";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2bc4c4114a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 324, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=325', 0, 'acf-field', '', 0), (326, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2bc2941149";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2bc534114b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 324, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=326', 1, 'acf-field', '', 0), (327, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Learn More Button', 'learn_more_button', 'publish', 'closed', 'closed', '', 'field_68c2bc634114c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 320, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=327', 4, 'acf-field', '', 0), (328, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Bombora Info Section', '', 'publish', 'closed', 'closed', '', 'field_68c2bd3339640', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=328', 6, 'acf-field', '', 0), (329, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Bombora Info Section', 'bombora_info_section', 'publish', 'closed', 'closed', '', 'field_68c2bcf23963d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=329', 7, 'acf-field', '', 0), (330, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Background Image', 'background_image', 'publish', 'closed', 'closed', '', 'field_68c2bd0b3963e', '', '', '2025-09-18 08:30:55', '2025-09-18 08:30:55', '', 329, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=330', 0, 'acf-field', '', 0), (331, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Content', 'content', 'publish', 'closed', 'closed', '', 'field_68c2bd223963f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 329, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=331', 1, 'acf-field', '', 0), (332, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Our Board Contact Section', '', 'publish', 'closed', 'closed', '', 'field_68c2bffe73618', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=332', 8, 'acf-field', '', 0), (333, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Our Board Contact Section', 'our_board_contact_section', 'publish', 'closed', 'closed', '', 'field_68c2bf9673614', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 302, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=333', 9, 'acf-field', '', 0), (334, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2bfd373615', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 333, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=334', 0, 'acf-field', '', 0), (335, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2bfdd73616', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 333, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=335', 1, 'acf-field', '', 0), (336, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Our Board Contact Form Shortcode', 'our_board_contact_form_shortcode', 'publish', 'closed', 'closed', '', 'field_68c2bfe773617', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 333, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=336', 2, 'acf-field', '', 0), (337, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:28:"templates/partnering-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Partnering Page', 'partnering-page', 'publish', 'closed', 'closed', '', 'group_68c25da8a170e', '', '', '2025-09-17 05:57:29', '2025-09-17 05:57:29', '', 0, 'http://localhost/wordpress/bombora/?p=337', 0, 'acf-field-group', '', 0), (338, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c25dda858c3', '', '', '2025-09-17 04:29:36', '2025-09-17 04:29:36', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=338', 0, 'acf-field', '', 0), (339, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c25dbaeddfc', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=339', 1, 'acf-field', '', 0), (340, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c25dbaeddfd', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 339, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=340', 0, 'acf-field', '', 0), (341, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c25dbaeddfe', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 339, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=341', 1, 'acf-field', '', 0), (342, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c25dbaeddff', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 339, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=342', 2, 'acf-field', '', 0), (343, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c25dbaede00', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 339, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=343', 3, 'acf-field', '', 0), (344, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Collaborator Section', '', 'publish', 'closed', 'closed', '', 'field_68c2609545d9a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=344', 2, 'acf-field', '', 0), (345, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Collaborator Section', 'collaborator_section', 'publish', 'closed', 'closed', '', 'field_68c25eb845d8f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=345', 3, 'acf-field', '', 0), (346, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Collaborator Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c25ed545d90', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 345, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=346', 0, 'acf-field', '', 0), (347, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Collaborator Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c25edc45d91', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 345, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=347', 1, 'acf-field', '', 0), (348, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Collaborator Feature', 'collaborator_feature', 'publish', 'closed', 'closed', '', 'field_68c25f0e45d92', '', '', '2025-09-17 05:07:28', '2025-09-17 05:07:28', '', 345, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=348', 2, 'acf-field', '', 0), (349, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c25f1945d93', '', '', '2025-09-17 05:48:55', '2025-09-17 05:48:55', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=349', 0, 'acf-field', '', 0), (350, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c25f0e45d92";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c25f2445d94', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=350', 1, 'acf-field', '', 0), (351, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:13:"default_value";s:0:"";s:5:"delay";i:0;}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c25fe745d95', '', '', '2025-09-17 05:09:49', '2025-09-17 05:09:49', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=351', 2, 'acf-field', '', 0), (352, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Benefits', 'benefits', 'publish', 'closed', 'closed', '', 'field_68c25ffe45d96', '', '', '2025-09-17 05:11:39', '2025-09-17 05:11:39', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=352', 3, 'acf-field', '', 0), (353, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Benefit Point', 'benefit_point', 'publish', 'closed', 'closed', '', 'field_68c2601645d97', '', '', '2025-09-17 05:11:39', '2025-09-17 05:11:39', '', 352, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=353', 0, 'acf-field', '', 0), (354, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c25f0e45d92";}', 'Collaborator footer heading', 'collaborator_footer_heading', 'publish', 'closed', 'closed', '', 'field_68c2605945d99', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=354', 4, 'acf-field', '', 0), (355, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Collaborator Button', 'button', 'publish', 'closed', 'closed', '', 'field_68c2604745d98', '', '', '2025-09-17 05:11:39', '2025-09-17 05:11:39', '', 348, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=355', 5, 'acf-field', '', 0), (356, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Bombora Info Section', '', 'publish', 'closed', 'closed', '', 'field_68c260f445da9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=356', 4, 'acf-field', '', 0), (357, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Bombora Info Section', 'bombora_info_section', 'publish', 'closed', 'closed', '', 'field_68c260af45da5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=357', 5, 'acf-field', '', 0), (358, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c260c945da6', '', '', '2025-09-17 05:57:29', '2025-09-17 05:57:29', '', 357, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=358', 0, 'acf-field', '', 0), (359, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c260d745da7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 357, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=359', 1, 'acf-field', '', 0), (360, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'button', 'button', 'publish', 'closed', 'closed', '', 'field_68c260e045da8', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 357, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=360', 2, 'acf-field', '', 0), (361, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Achievement Section', '', 'publish', 'closed', 'closed', '', 'field_68c261d2b491c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=361', 6, 'acf-field', '', 0), (362, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Achievement Section', 'achievement_section', 'publish', 'closed', 'closed', '', 'field_68c26115b4916', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=362', 7, 'acf-field', '', 0), (363, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2612fb4917', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 362, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=363', 0, 'acf-field', '', 0), (364, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2613db4918', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 362, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=364', 1, 'acf-field', '', 0), (365, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:0:"";s:10:"pagination";i:0;s:3:"min";i:0;s:3:"max";i:0;s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Statistic Achievement Point', 'statistic_achievement_point', 'publish', 'closed', 'closed', '', 'field_68c26158b4919', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 362, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=365', 2, 'acf-field', '', 0), (366, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26158b4919";}', 'Achievement Number', 'number', 'publish', 'closed', 'closed', '', 'field_68c2619eb491a', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 365, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=366', 0, 'acf-field', '', 0), (367, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c26158b4919";}', 'Achievement Text', 'text', 'publish', 'closed', 'closed', '', 'field_68c261b2b491b', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 365, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=367', 1, 'acf-field', '', 0), (368, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Success Story Section', '', 'publish', 'closed', 'closed', '', 'field_68c26426583f7', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=368', 8, 'acf-field', '', 0), (369, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Success Story Section', 'success_story_section', 'publish', 'closed', 'closed', '', 'field_68c261e7583ee', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 337, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=369', 9, 'acf-field', '', 0), (370, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";s:7:"library";s:0:"";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Success Story Image', 'success_story_image', 'publish', 'closed', 'closed', '', 'field_68c26204583ef', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 369, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=370', 0, 'acf-field', '', 0), (371, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Success Story Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c26218583f0', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 369, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=371', 1, 'acf-field', '', 0), (372, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Success Story Description', 'success_story_description', 'publish', 'closed', 'closed', '', 'field_68c2625b583f1', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 369, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=372', 2, 'acf-field', '', 0), (373, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Success Story Point', 'success_story_point', 'publish', 'closed', 'closed', '', 'field_68c2627e583f2', '', '', '2025-09-17 05:23:52', '2025-09-17 05:23:52', '', 369, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=373', 3, 'acf-field', '', 0), (374, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2627e583f2";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c2628b583f3', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 373, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=374', 0, 'acf-field', '', 0), (375, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";s:15:"parent_repeater";s:19:"field_68c2627e583f2";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c2629b583f4', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 373, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=375', 1, 'acf-field', '', 0), (376, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2627e583f2";}', 'Management Name', 'management_name', 'publish', 'closed', 'closed', '', 'field_68c263bc583f5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 373, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=376', 2, 'acf-field', '', 0), (377, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c2627e583f2";}', 'Management Designation', 'management_designation', 'publish', 'closed', 'closed', '', 'field_68c26401583f6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 373, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=377', 3, 'acf-field', '', 0), (378, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:13:"page_template";s:8:"operator";s:2:"==";s:5:"value";s:38:"templates/specialised-licensee-dev.php";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Specialised Licensee Page', 'specialised-licensee-page', 'publish', 'closed', 'closed', '', 'group_68c13eb0a9ea1', '', '', '2025-09-16 05:41:35', '2025-09-16 05:41:35', '', 0, 'http://localhost/wordpress/bombora/?p=378', 0, 'acf-field-group', '', 0), (379, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:4:"left";s:8:"endpoint";i:1;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c13ef7eb3aa', '', '', '2025-09-15 11:50:26', '2025-09-15 11:50:26', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=379', 0, 'acf-field', '', 0), (380, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Banner Section', 'banner_section', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c3d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=380', 1, 'acf-field', '', 0), (381, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Banner Image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c3f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 380, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=381', 0, 'acf-field', '', 0), (382, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Banner Heading', 'banner_heading', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c40', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 380, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=382', 1, 'acf-field', '', 0), (383, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Banner Description', 'banner_description', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c41', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 380, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=383', 2, 'acf-field', '', 0), (384, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Banner Button', 'banner_button', 'publish', 'closed', 'closed', '', 'field_68c13ec8a2c42', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 380, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=384', 3, 'acf-field', '', 0), (385, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Risk Advice Section', '', 'publish', 'closed', 'closed', '', 'field_68c1422d42cfb', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=385', 2, 'acf-field', '', 0), (386, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Risk Advice Section', 'risk_advice_section', 'publish', 'closed', 'closed', '', 'field_68c1413942cf4', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=386', 3, 'acf-field', '', 0), (387, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c1415942cf5', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=387', 0, 'acf-field', '', 0), (388, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c1416242cf6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=388', 1, 'acf-field', '', 0), (389, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Risk Advice Points', 'risk_advice_points', 'publish', 'closed', 'closed', '', 'field_68c141dd42cf7', '', '', '2025-09-15 11:53:45', '2025-09-15 11:53:45', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=389', 2, 'acf-field', '', 0), (390, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c1420042cf8', '', '', '2025-09-16 05:41:35', '2025-09-16 05:41:35', '', 389, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=390', 0, 'acf-field', '', 0), (391, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:15:"parent_repeater";s:19:"field_68c141dd42cf7";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c1420b42cf9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 389, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=391', 1, 'acf-field', '', 0), (392, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c1421642cfa', '', '', '2025-09-15 11:58:31', '2025-09-15 11:58:31', '', 389, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=392', 2, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (393, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Risk Advice Footer Heading', 'risk_advice_footer_heading', 'publish', 'closed', 'closed', '', 'field_68c1423e42d02', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=393', 3, 'acf-field', '', 0), (394, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Risk Button', 'risk_button', 'publish', 'closed', 'closed', '', 'field_68c1424a42d03', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 386, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=394', 4, 'acf-field', '', 0), (395, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Vision Section', '', 'publish', 'closed', 'closed', '', 'field_68c142f942d08', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=395', 4, 'acf-field', '', 0), (396, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Vision Section', 'vision_section', 'publish', 'closed', 'closed', '', 'field_68c142ba42d04', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=396', 5, 'acf-field', '', 0), (397, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68c142d342d05', '', '', '2025-09-15 13:08:03', '2025-09-15 13:08:03', '', 396, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=397', 1, 'acf-field', '', 0), (398, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:4:"tabs";s:3:"all";s:7:"toolbar";s:4:"full";s:12:"media_upload";i:1;s:5:"delay";i:0;}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c142da42d06', '', '', '2025-09-15 13:08:03', '2025-09-15 13:08:03', '', 396, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=398', 2, 'acf-field', '', 0), (399, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:0:"";}', 'Button', 'button', 'publish', 'closed', 'closed', '', 'field_68c142e842d07', '', '', '2025-09-15 13:08:03', '2025-09-15 13:08:03', '', 396, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=399', 3, 'acf-field', '', 0), (400, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Contact us Section', '', 'publish', 'closed', 'closed', '', 'field_68c1442e784dd', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=400', 6, 'acf-field', '', 0), (401, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Contact us Section', 'contact_us_section', 'publish', 'closed', 'closed', '', 'field_68c14313784d9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 378, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=401', 7, 'acf-field', '', 0), (402, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Contact us Heading', 'contact_us_heading', 'publish', 'closed', 'closed', '', 'field_68c14369784da', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 401, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=402', 0, 'acf-field', '', 0), (403, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Contact us Description', 'contact_us_description', 'publish', 'closed', 'closed', '', 'field_68c14376784db', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 401, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=403', 1, 'acf-field', '', 0), (404, 1, '2025-09-11 12:45:50', '2025-09-11 12:45:50', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Contact us Form (Shortcode)', 'contact_us_form_shotcode', 'publish', 'closed', 'closed', '', 'field_68c1438a784dc', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 401, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=404', 2, 'acf-field', '', 0), (405, 1, '2025-09-11 12:47:50', '2025-09-11 12:47:50', '', 'home-icon', '', 'inherit', 'open', 'closed', '', 'home-icon-2', '', '', '2025-09-11 12:48:03', '2025-09-11 12:48:03', '', 44, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/home-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (406, 1, '2025-09-11 12:48:31', '2025-09-11 12:48:31', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2025-09-11 12:48:31', '2025-09-11 12:48:31', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/logo.svg', 0, 'attachment', 'image/svg+xml', 0), (407, 1, '2025-09-11 12:49:38', '2025-09-11 12:49:38', '', 'linkdin-icon', '', 'inherit', 'open', 'closed', '', 'linkdin-icon-2', '', '', '2025-09-11 12:49:59', '2025-09-11 12:49:59', '', 95, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/linkdin-icon.jpg', 0, 'attachment', 'image/jpeg', 0), (408, 1, '2025-09-11 12:49:51', '2025-09-11 12:49:51', '', 'mail-icon', '', 'inherit', 'open', 'closed', '', 'mail-icon-2', '', '', '2025-09-11 12:49:59', '2025-09-11 12:49:59', '', 96, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/mail-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (409, 1, '2025-09-11 13:14:55', '2025-09-11 13:14:55', '', 'Home Dev', '', 'publish', 'closed', 'closed', '', 'home-dev', '', '', '2025-09-15 08:54:41', '2025-09-15 08:54:41', '', 0, 'http://localhost/wordpress/bombora/?page_id=409', 0, 'page', '', 0), (410, 1, '2025-09-11 13:14:55', '2025-09-11 13:14:55', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-11 13:14:55', '2025-09-11 13:14:55', '', 409, 'http://localhost/wordpress/bombora/?p=410', 0, 'revision', '', 0), (412, 1, '2025-09-12 04:58:17', '2025-09-12 04:58:17', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 04:58:17', '2025-09-12 04:58:17', '', 409, 'http://localhost/wordpress/bombora/?p=412', 0, 'revision', '', 0), (413, 1, '2025-09-12 05:02:11', '2025-09-12 05:02:11', '', 'businessman-image', '', 'inherit', 'open', 'closed', '', 'businessman-image', '', '', '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/businessman-image.webp', 0, 'attachment', 'image/webp', 0), (414, 1, '2025-09-12 05:02:16', '2025-09-12 05:02:16', '', 'home-banner-image', '', 'inherit', 'open', 'closed', '', 'home-banner-image', '', '', '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/home-banner-image.webp', 0, 'attachment', 'image/webp', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (415, 1, '2025-09-12 05:03:31', '2025-09-12 05:03:31', '', 'specialised-licensee-banner-bg', '', 'inherit', 'open', 'closed', '', 'specialised-licensee-banner-bg', '', '', '2025-09-15 12:25:27', '2025-09-15 12:25:27', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/specialised-licensee-banner-bg.webp', 0, 'attachment', 'image/webp', 0), (416, 1, '2025-09-12 05:05:49', '2025-09-12 05:05:49', '', 'business-woman', '', 'inherit', 'open', 'closed', '', 'business-woman', '', '', '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/business-woman.webp', 0, 'attachment', 'image/webp', 0), (417, 1, '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:06:33', '2025-09-12 05:06:33', '', 409, 'http://localhost/wordpress/bombora/?p=417', 0, 'revision', '', 0), (418, 1, '2025-09-12 05:40:37', '2025-09-12 05:40:37', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:40:37', '2025-09-12 05:40:37', '', 409, 'http://localhost/wordpress/bombora/?p=418', 0, 'revision', '', 0), (419, 1, '2025-09-12 05:41:01', '2025-09-12 05:41:01', '', 'check-icon', '', 'inherit', 'open', 'closed', '', 'check-icon', '', '', '2025-09-12 05:41:08', '2025-09-12 05:41:08', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/check-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (420, 1, '2025-09-12 05:41:20', '2025-09-12 05:41:20', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:41:20', '2025-09-12 05:41:20', '', 409, 'http://localhost/wordpress/bombora/?p=420', 0, 'revision', '', 0), (421, 1, '2025-09-12 05:41:49', '2025-09-12 05:41:49', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c3b28b0e129', '', '', '2025-09-12 05:41:49', '2025-09-12 05:41:49', '', 187, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=421', 1, 'acf-field', '', 0), (422, 1, '2025-09-12 05:42:13', '2025-09-12 05:42:13', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:42:13', '2025-09-12 05:42:13', '', 409, 'http://localhost/wordpress/bombora/?p=422', 0, 'revision', '', 0), (423, 1, '2025-09-12 05:48:26', '2025-09-12 05:48:26', '', 'advise-icon-1', '', 'inherit', 'open', 'closed', '', 'advise-icon-1', '', '', '2025-09-12 05:48:30', '2025-09-12 05:48:30', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-icon-1.svg', 0, 'attachment', 'image/svg+xml', 0), (424, 1, '2025-09-12 05:49:05', '2025-09-12 05:49:05', '', 'advise-icon-2', '', 'inherit', 'open', 'closed', '', 'advise-icon-2', '', '', '2025-09-12 05:49:09', '2025-09-12 05:49:09', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-icon-2.svg', 0, 'attachment', 'image/svg+xml', 0), (425, 1, '2025-09-12 05:49:37', '2025-09-12 05:49:37', '', 'advise-icon-3', '', 'inherit', 'open', 'closed', '', 'advise-icon-3', '', '', '2025-09-12 05:49:42', '2025-09-12 05:49:42', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-icon-3.svg', 0, 'attachment', 'image/svg+xml', 0), (426, 1, '2025-09-12 05:49:45', '2025-09-12 05:49:45', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:49:45', '2025-09-12 05:49:45', '', 409, 'http://localhost/wordpress/bombora/?p=426', 0, 'revision', '', 0), (427, 1, '2025-09-12 05:50:54', '2025-09-12 05:50:54', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'title', 'title', 'publish', 'closed', 'closed', '', 'field_68c3b49ac7c97', '', '', '2025-09-12 05:50:54', '2025-09-12 05:50:54', '', 197, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=427', 0, 'acf-field', '', 0), (428, 1, '2025-09-12 05:50:54', '2025-09-12 05:50:54', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Content', 'content', 'publish', 'closed', 'closed', '', 'field_68c3b4a7c7c98', '', '', '2025-09-12 05:50:54', '2025-09-12 05:50:54', '', 197, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=428', 1, 'acf-field', '', 0), (429, 1, '2025-09-12 05:54:53', '2025-09-12 05:54:53', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:54:53', '2025-09-12 05:54:53', '', 409, 'http://localhost/wordpress/bombora/?p=429', 0, 'revision', '', 0), (430, 1, '2025-09-12 05:59:10', '2025-09-12 05:59:10', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:59:10', '2025-09-12 05:59:10', '', 409, 'http://localhost/wordpress/bombora/?p=430', 0, 'revision', '', 0), (431, 1, '2025-09-12 05:59:40', '2025-09-12 05:59:40', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 05:59:40', '2025-09-12 05:59:40', '', 409, 'http://localhost/wordpress/bombora/?p=431', 0, 'revision', '', 0), (432, 1, '2025-09-12 07:54:23', '2025-09-12 07:54:23', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 07:54:23', '2025-09-12 07:54:23', '', 409, 'http://localhost/wordpress/bombora/?p=432', 0, 'revision', '', 0), (433, 1, '2025-09-12 07:54:53', '2025-09-12 07:54:53', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-12 07:54:53', '2025-09-12 07:54:53', '', 409, 'http://localhost/wordpress/bombora/?p=433', 0, 'revision', '', 0), (434, 1, '2025-09-12 09:19:09', '2025-09-12 09:19:09', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_68c3e585ef6b9', '', '', '2025-09-12 09:19:09', '2025-09-12 09:19:09', '', 206, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=434', 0, 'acf-field', '', 0), (435, 1, '2025-09-12 09:20:30', '2025-09-12 09:20:30', '', 'network-image-1', '', 'inherit', 'open', 'closed', '', 'network-image-1', '', '', '2025-09-12 09:20:34', '2025-09-12 09:20:34', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/network-image-1.svg', 0, 'attachment', 'image/svg+xml', 0), (436, 1, '2025-09-12 09:20:50', '2025-09-12 09:20:50', '', 'network-image-2', '', 'inherit', 'open', 'closed', '', 'network-image-2', '', '', '2025-09-12 09:20:54', '2025-09-12 09:20:54', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/network-image-2.svg', 0, 'attachment', 'image/svg+xml', 0), (437, 1, '2025-09-15 08:32:13', '2025-09-15 08:32:13', '', 'network-image-3', '', 'inherit', 'open', 'closed', '', 'network-image-3', '', '', '2025-09-15 08:32:20', '2025-09-15 08:32:20', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/network-image-3.svg', 0, 'attachment', 'image/svg+xml', 0), (438, 1, '2025-09-15 08:32:24', '2025-09-15 08:32:24', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:32:24', '2025-09-15 08:32:24', '', 409, 'http://localhost/wordpress/bombora/?p=438', 0, 'revision', '', 0), (439, 1, '2025-09-15 08:33:28', '2025-09-15 08:33:28', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:33:28', '2025-09-15 08:33:28', '', 409, 'http://localhost/wordpress/bombora/?p=439', 0, 'revision', '', 0), (440, 1, '2025-09-15 08:34:43', '2025-09-15 08:34:43', '', 'growth-image-1', '', 'inherit', 'open', 'closed', '', 'growth-image-1', '', '', '2025-09-15 08:34:54', '2025-09-15 08:34:54', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/growth-image-1.svg', 0, 'attachment', 'image/svg+xml', 0), (441, 1, '2025-09-15 08:34:44', '2025-09-15 08:34:44', '', 'growth-image-2', '', 'inherit', 'open', 'closed', '', 'growth-image-2', '', '', '2025-09-15 08:35:01', '2025-09-15 08:35:01', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/growth-image-2.svg', 0, 'attachment', 'image/svg+xml', 0), (442, 1, '2025-09-15 08:34:45', '2025-09-15 08:34:45', '', 'growth-image-3', '', 'inherit', 'open', 'closed', '', 'growth-image-3', '', '', '2025-09-15 08:36:04', '2025-09-15 08:36:04', '', 409, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/growth-image-3.svg', 0, 'attachment', 'image/svg+xml', 0), (443, 1, '2025-09-15 08:36:13', '2025-09-15 08:36:13', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:36:13', '2025-09-15 08:36:13', '', 409, 'http://localhost/wordpress/bombora/?p=443', 0, 'revision', '', 0), (444, 1, '2025-09-15 08:37:03', '2025-09-15 08:37:03', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:37:03', '2025-09-15 08:37:03', '', 409, 'http://localhost/wordpress/bombora/?p=444', 0, 'revision', '', 0), (445, 1, '2025-09-15 08:37:38', '2025-09-15 08:37:38', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Point Heading', 'point_heading', 'publish', 'closed', 'closed', '', 'field_68c7d0421ba83', '', '', '2025-09-15 08:37:38', '2025-09-15 08:37:38', '', 222, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=445', 0, 'acf-field', '', 0), (446, 1, '2025-09-15 08:39:14', '2025-09-15 08:39:14', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:39:14', '2025-09-15 08:39:14', '', 409, 'http://localhost/wordpress/bombora/?p=446', 0, 'revision', '', 0), (447, 1, '2025-09-15 08:54:41', '2025-09-15 08:54:41', '', 'Home Dev', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2025-09-15 08:54:41', '2025-09-15 08:54:41', '', 409, 'http://localhost/wordpress/bombora/?p=447', 0, 'revision', '', 0), (449, 1, '2025-09-15 11:53:06', '2025-09-15 11:53:06', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 11:53:06', '2025-09-15 11:53:06', '', 62, 'http://localhost/wordpress/bombora/?p=449', 0, 'revision', '', 0), (450, 1, '2025-09-15 11:53:26', '2025-09-15 11:53:26', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 11:53:26', '2025-09-15 11:53:26', '', 62, 'http://localhost/wordpress/bombora/?p=450', 0, 'revision', '', 0), (451, 1, '2025-09-15 11:58:31', '2025-09-15 11:58:31', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:0:"";s:13:"rows_per_page";i:20;}', 'Partner Benefit', 'partner_benefit', 'publish', 'closed', 'closed', '', 'field_68c7fe8eba1d7', '', '', '2025-09-15 11:58:31', '2025-09-15 11:58:31', '', 389, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=451', 3, 'acf-field', '', 0), (452, 1, '2025-09-15 11:58:31', '2025-09-15 11:58:31', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Benefit Point', 'benefit_point', 'publish', 'closed', 'closed', '', 'field_68c7ff5aba1d8', '', '', '2025-09-15 12:00:56', '2025-09-15 12:00:56', '', 451, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=452', 1, 'acf-field', '', 0), (453, 1, '2025-09-15 12:00:11', '2025-09-15 12:00:11', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:00:11', '2025-09-15 12:00:11', '', 62, 'http://localhost/wordpress/bombora/?p=453', 0, 'revision', '', 0), (454, 1, '2025-09-15 12:00:56', '2025-09-15 12:00:56', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Benefit Title', 'benefit_title', 'publish', 'closed', 'closed', '', 'field_68c7ffdb22d34', '', '', '2025-09-15 12:00:56', '2025-09-15 12:00:56', '', 451, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=454', 0, 'acf-field', '', 0), (456, 1, '2025-09-15 12:04:21', '2025-09-15 12:04:21', '', 'advisor-check-icon', '', 'inherit', 'open', 'closed', '', 'advisor-check-icon', '', '', '2025-09-15 12:04:21', '2025-09-15 12:04:21', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advisor-check-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (457, 1, '2025-09-15 12:04:22', '2025-09-15 12:04:22', '', 'capability-uplift', '', 'inherit', 'open', 'closed', '', 'capability-uplift', '', '', '2025-09-15 12:04:22', '2025-09-15 12:04:22', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/capability-uplift.svg', 0, 'attachment', 'image/svg+xml', 0), (458, 1, '2025-09-15 12:04:23', '2025-09-15 12:04:23', '', 'compliance-clarity', '', 'inherit', 'open', 'closed', '', 'compliance-clarity', '', '', '2025-09-15 12:59:25', '2025-09-15 12:59:25', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/compliance-clarity.svg', 0, 'attachment', 'image/svg+xml', 0), (459, 1, '2025-09-15 12:04:23', '2025-09-15 12:04:23', '', 'contact-form-bg-pattern', '', 'inherit', 'open', 'closed', '', 'contact-form-bg-pattern', '', '', '2025-09-15 12:04:23', '2025-09-15 12:04:23', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/contact-form-bg-pattern.svg', 0, 'attachment', 'image/svg+xml', 0), (460, 1, '2025-09-15 12:04:24', '2025-09-15 12:04:24', '', 'growth-collective', '', 'inherit', 'open', 'closed', '', 'growth-collective', '', '', '2025-09-15 12:04:24', '2025-09-15 12:04:24', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/growth-collective.svg', 0, 'attachment', 'image/svg+xml', 0), (461, 1, '2025-09-15 12:04:25', '2025-09-15 12:04:25', '', 'light-icon', '', 'inherit', 'open', 'closed', '', 'light-icon', '', '', '2025-09-15 12:04:25', '2025-09-15 12:04:25', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/light-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (462, 1, '2025-09-15 12:04:25', '2025-09-15 12:04:25', '', 'msg-icon', '', 'inherit', 'open', 'closed', '', 'msg-icon', '', '', '2025-09-15 12:06:35', '2025-09-15 12:06:35', '', 62, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/msg-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (465, 1, '2025-09-15 12:06:22', '2025-09-15 12:06:22', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:06:22', '2025-09-15 12:06:22', '', 62, 'http://localhost/wordpress/bombora/?p=465', 0, 'revision', '', 0), (466, 1, '2025-09-15 12:07:27', '2025-09-15 12:07:27', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:07:27', '2025-09-15 12:07:27', '', 62, 'http://localhost/wordpress/bombora/?p=466', 0, 'revision', '', 0), (467, 1, '2025-09-15 12:09:00', '2025-09-15 12:09:00', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:09:00', '2025-09-15 12:09:00', '', 62, 'http://localhost/wordpress/bombora/?p=467', 0, 'revision', '', 0), (468, 1, '2025-09-15 12:12:14', '2025-09-15 12:12:14', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:12:14', '2025-09-15 12:12:14', '', 62, 'http://localhost/wordpress/bombora/?p=468', 0, 'revision', '', 0), (469, 1, '2025-09-15 12:12:18', '2025-09-15 12:12:18', '', 'advise-solution-banner-bg', '', 'inherit', 'open', 'closed', '', 'advise-solution-banner-bg', '', '', '2025-09-15 12:59:45', '2025-09-15 12:59:45', '', 482, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-solution-banner-bg.webp', 0, 'attachment', 'image/webp', 0), (470, 1, '2025-09-15 12:12:53', '2025-09-15 12:12:53', '', 'vision-bg-image', '', 'inherit', 'open', 'closed', '', 'vision-bg-image', '', '', '2025-09-15 13:08:33', '2025-09-15 13:08:33', '', 476, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/vision-bg-image.webp', 0, 'attachment', 'image/webp', 0), (472, 1, '2025-09-15 12:13:41', '2025-09-15 12:13:41', '', 'Beach,And,Waves,From,Top,View.,Turquoise,Water,Background,From', '', 'inherit', 'open', 'closed', '', 'beachandwavesfromtopview-turquoisewaterbackgroundfrom', '', '', '2025-09-17 05:13:08', '2025-09-17 05:13:08', '', 482, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/successful-bg-image.jpg', 0, 'attachment', 'image/jpeg', 0), (474, 1, '2025-09-15 12:25:27', '2025-09-15 12:25:27', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:25:27', '2025-09-15 12:25:27', '', 62, 'http://localhost/wordpress/bombora/?p=474', 0, 'revision', '', 0), (475, 1, '2025-09-15 12:28:07', '2025-09-15 12:28:07', '', 'Specialised Licensee', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-09-15 12:28:07', '2025-09-15 12:28:07', '', 62, 'http://localhost/wordpress/bombora/?p=475', 0, 'revision', '', 0), (476, 1, '2025-09-15 12:31:17', '2025-09-15 12:31:17', '', 'Specialised Licensee Dev', '', 'publish', 'closed', 'closed', '', 'specialised-licensee-dev', '', '', '2025-09-18 09:47:41', '2025-09-18 09:47:41', '', 0, 'http://localhost/wordpress/bombora/?page_id=476', 0, 'page', '', 0), (477, 1, '2025-09-15 12:31:17', '2025-09-15 12:31:17', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:31:17', '2025-09-15 12:31:17', '', 476, 'http://localhost/wordpress/bombora/?p=477', 0, 'revision', '', 0), (478, 1, '2025-09-15 12:54:49', '2025-09-15 12:54:49', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:54:49', '2025-09-15 12:54:49', '', 476, 'http://localhost/wordpress/bombora/?p=478', 0, 'revision', '', 0), (479, 1, '2025-09-15 12:55:12', '2025-09-15 12:55:12', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:55:12', '2025-09-15 12:55:12', '', 476, 'http://localhost/wordpress/bombora/?p=479', 0, 'revision', '', 0), (480, 1, '2025-09-15 12:55:42', '2025-09-15 12:55:42', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:55:42', '2025-09-15 12:55:42', '', 476, 'http://localhost/wordpress/bombora/?p=480', 0, 'revision', '', 0), (481, 1, '2025-09-15 12:56:02', '2025-09-15 12:56:02', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 12:56:02', '2025-09-15 12:56:02', '', 476, 'http://localhost/wordpress/bombora/?p=481', 0, 'revision', '', 0), (482, 1, '2025-09-15 12:56:25', '2025-09-15 12:56:25', '', 'Advice Solutions Dev', '', 'publish', 'closed', 'closed', '', 'advice-solutions-dev', '', '', '2025-09-16 07:09:59', '2025-09-16 07:09:59', '', 0, 'http://localhost/wordpress/bombora/?page_id=482', 0, 'page', '', 0), (483, 1, '2025-09-15 12:56:25', '2025-09-15 12:56:25', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-15 12:56:25', '2025-09-15 12:56:25', '', 482, 'http://localhost/wordpress/bombora/?p=483', 0, 'revision', '', 0), (484, 1, '2025-09-15 12:59:45', '2025-09-15 12:59:45', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-15 12:59:45', '2025-09-15 12:59:45', '', 482, 'http://localhost/wordpress/bombora/?p=484', 0, 'revision', '', 0), (485, 1, '2025-09-15 13:00:25', '2025-09-15 13:00:25', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Feature Title', 'feature_title', 'publish', 'closed', 'closed', '', 'field_68c80dd34fee3', '', '', '2025-09-15 13:00:25', '2025-09-15 13:00:25', '', 126, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=485', 0, 'acf-field', '', 0), (486, 1, '2025-09-15 13:00:31', '2025-09-15 13:00:31', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-15 13:00:31', '2025-09-15 13:00:31', '', 482, 'http://localhost/wordpress/bombora/?p=486', 0, 'revision', '', 0), (487, 1, '2025-09-15 13:06:55', '2025-09-15 13:06:55', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-15 13:06:55', '2025-09-15 13:06:55', '', 482, 'http://localhost/wordpress/bombora/?p=487', 0, 'revision', '', 0), (488, 1, '2025-09-15 13:08:03', '2025-09-15 13:08:03', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c80fa306ba2', '', '', '2025-09-15 13:08:03', '2025-09-15 13:08:03', '', 396, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=488', 0, 'acf-field', '', 0), (489, 1, '2025-09-15 13:08:33', '2025-09-15 13:08:33', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-15 13:08:33', '2025-09-15 13:08:33', '', 476, 'http://localhost/wordpress/bombora/?p=489', 0, 'revision', '', 0), (490, 1, '2025-09-16 07:09:43', '2025-09-16 07:09:43', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-16 07:09:43', '2025-09-16 07:09:43', '', 482, 'http://localhost/wordpress/bombora/?p=490', 0, 'revision', '', 0), (491, 1, '2025-09-16 07:09:59', '2025-09-16 07:09:59', '', 'Advice Solutions Dev', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2025-09-16 07:09:59', '2025-09-16 07:09:59', '', 482, 'http://localhost/wordpress/bombora/?p=491', 0, 'revision', '', 0), (492, 1, '2025-09-16 08:16:33', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-09-16 08:16:33', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?p=492', 0, 'post', '', 0), (493, 1, '2025-09-16 13:22:31', '2025-09-16 13:22:31', '', 'Claims Support Dev', '', 'publish', 'closed', 'closed', '', 'claims-support-dev', '', '', '2025-09-18 09:45:01', '2025-09-18 09:45:01', '', 0, 'http://localhost/wordpress/bombora/?page_id=493', 0, 'page', '', 0), (494, 1, '2025-09-16 13:22:31', '2025-09-16 13:22:31', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-16 13:22:31', '2025-09-16 13:22:31', '', 493, 'http://localhost/wordpress/bombora/?p=494', 0, 'revision', '', 0), (495, 1, '2025-09-16 13:22:56', '2025-09-16 13:22:56', '', 'Partnering Dev', '', 'publish', 'closed', 'closed', '', 'partnering-dev', '', '', '2025-09-17 05:48:16', '2025-09-17 05:48:16', '', 0, 'http://localhost/wordpress/bombora/?page_id=495', 0, 'page', '', 0), (496, 1, '2025-09-16 13:22:56', '2025-09-16 13:22:56', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-16 13:22:56', '2025-09-16 13:22:56', '', 495, 'http://localhost/wordpress/bombora/?p=496', 0, 'revision', '', 0), (497, 1, '2025-09-16 13:23:21', '2025-09-16 13:23:21', '', 'For Individuals/Families & Business Owners Dev', '', 'publish', 'closed', 'closed', '', 'for-individuals-families-business-owners-dev', '', '', '2025-09-18 09:46:23', '2025-09-18 09:46:23', '', 0, 'http://localhost/wordpress/bombora/?page_id=497', 0, 'page', '', 0), (498, 1, '2025-09-16 13:23:21', '2025-09-16 13:23:21', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-16 13:23:21', '2025-09-16 13:23:21', '', 497, 'http://localhost/wordpress/bombora/?p=498', 0, 'revision', '', 0), (501, 1, '2025-09-17 04:51:59', '2025-09-17 04:51:59', '', 'partnering-banner-bg', '', 'inherit', 'open', 'closed', '', 'partnering-banner-bg', '', '', '2025-09-17 05:07:05', '2025-09-17 05:07:05', '', 495, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/partnering-banner-bg.webp', 0, 'attachment', 'image/webp', 0), (502, 1, '2025-09-17 04:52:01', '2025-09-17 04:52:01', '', 'partnering-section-image', '', 'inherit', 'open', 'closed', '', 'partnering-section-image', '', '', '2025-09-17 05:23:29', '2025-09-17 05:23:29', '', 495, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/partnering-section-image.webp', 0, 'attachment', 'image/webp', 0), (503, 1, '2025-09-17 04:56:05', '2025-09-17 04:56:05', '', 'claim-support-banner-bg', '', 'inherit', 'open', 'closed', '', 'claim-support-banner-bg', '', '', '2025-09-17 06:23:25', '2025-09-17 06:23:25', '', 493, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/claim-support-banner-bg.webp', 0, 'attachment', 'image/webp', 0), (504, 1, '2025-09-17 04:56:16', '2025-09-17 04:56:16', '', 'individual-families-image', '', 'inherit', 'open', 'closed', '', 'individual-families-image-2', '', '', '2025-09-17 09:20:49', '2025-09-17 09:20:49', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/individual-families-image-1.webp', 0, 'attachment', 'image/webp', 0), (505, 1, '2025-09-17 04:56:24', '2025-09-17 04:56:24', '', 'owner-safety-image', '', 'inherit', 'open', 'closed', '', 'owner-safety-image-2', '', '', '2025-09-17 09:20:49', '2025-09-17 09:20:49', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/owner-safety-image-1.webp', 0, 'attachment', 'image/webp', 0), (506, 1, '2025-09-17 05:01:11', '2025-09-17 05:01:11', '', 'families-business-owners-bg', '', 'inherit', 'open', 'closed', '', 'families-business-owners-bg', '', '', '2025-09-17 09:16:06', '2025-09-17 09:16:06', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/families-business-owners-bg.webp', 0, 'attachment', 'image/webp', 0), (507, 1, '2025-09-17 05:05:19', '2025-09-17 05:05:19', '', 'advise-claim-image', '', 'inherit', 'open', 'closed', '', 'advise-claim-image', '', '', '2025-09-17 06:46:47', '2025-09-17 06:46:47', '', 493, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/advise-claim-image.webp', 0, 'attachment', 'image/webp', 0), (508, 1, '2025-09-17 05:05:21', '2025-09-17 05:05:21', '', 'business-family', '', 'inherit', 'open', 'closed', '', 'business-family', '', '', '2025-09-17 09:16:06', '2025-09-17 09:16:06', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/business-family.webp', 0, 'attachment', 'image/webp', 0), (509, 1, '2025-09-17 05:07:05', '2025-09-17 05:07:05', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:07:05', '2025-09-17 05:07:05', '', 495, 'http://localhost/wordpress/bombora/?p=509', 0, 'revision', '', 0), (510, 1, '2025-09-17 05:09:22', '2025-09-17 05:09:22', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:09:22', '2025-09-17 05:09:22', '', 495, 'http://localhost/wordpress/bombora/?p=510', 0, 'revision', '', 0), (511, 1, '2025-09-17 05:10:56', '2025-09-17 05:10:56', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:10:56', '2025-09-17 05:10:56', '', 495, 'http://localhost/wordpress/bombora/?p=511', 0, 'revision', '', 0), (512, 1, '2025-09-17 05:11:39', '2025-09-17 05:11:39', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Benefit Description', 'benefit_description', 'publish', 'closed', 'closed', '', 'field_68ca42f71dd3a', '', '', '2025-09-17 05:11:39', '2025-09-17 05:11:39', '', 352, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=512', 1, 'acf-field', '', 0), (513, 1, '2025-09-17 05:14:22', '2025-09-17 05:14:22', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:14:22', '2025-09-17 05:14:22', '', 495, 'http://localhost/wordpress/bombora/?p=513', 0, 'revision', '', 0), (514, 1, '2025-09-17 05:16:04', '2025-09-17 05:16:04', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:16:04', '2025-09-17 05:16:04', '', 495, 'http://localhost/wordpress/bombora/?p=514', 0, 'revision', '', 0), (515, 1, '2025-09-17 05:18:51', '2025-09-17 05:18:51', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:18:51', '2025-09-17 05:18:51', '', 495, 'http://localhost/wordpress/bombora/?p=515', 0, 'revision', '', 0), (516, 1, '2025-09-17 05:22:28', '2025-09-17 05:22:28', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:22:28', '2025-09-17 05:22:28', '', 495, 'http://localhost/wordpress/bombora/?p=516', 0, 'revision', '', 0), (517, 1, '2025-09-17 05:23:29', '2025-09-17 05:23:29', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:23:29', '2025-09-17 05:23:29', '', 495, 'http://localhost/wordpress/bombora/?p=517', 0, 'revision', '', 0), (518, 1, '2025-09-17 05:48:16', '2025-09-17 05:48:16', '', 'Partnering Dev', '', 'inherit', 'closed', 'closed', '', '495-revision-v1', '', '', '2025-09-17 05:48:16', '2025-09-17 05:48:16', '', 495, 'http://localhost/wordpress/bombora/?p=518', 0, 'revision', '', 0), (519, 1, '2025-09-17 06:23:25', '2025-09-17 06:23:25', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:23:25', '2025-09-17 06:23:25', '', 493, 'http://localhost/wordpress/bombora/?p=519', 0, 'revision', '', 0), (520, 1, '2025-09-17 06:24:24', '2025-09-17 06:24:24', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Point Description', 'point_description', 'publish', 'closed', 'closed', '', 'field_68ca53eff354b', '', '', '2025-09-17 06:24:24', '2025-09-17 06:24:24', '', 143, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=520', 2, 'acf-field', '', 0), (522, 1, '2025-09-17 06:26:11', '2025-09-17 06:26:11', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:26:11', '2025-09-17 06:26:11', '', 493, 'http://localhost/wordpress/bombora/?p=522', 0, 'revision', '', 0), (523, 1, '2025-09-17 06:38:05', '2025-09-17 06:38:05', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:38:05', '2025-09-17 06:38:05', '', 493, 'http://localhost/wordpress/bombora/?p=523', 0, 'revision', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (524, 1, '2025-09-17 06:40:32', '2025-09-17 06:40:32', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"group";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"sub_fields";a:0:{}}', 'Solve Claims Section', 'solve_claims_section', 'publish', 'closed', 'closed', '', 'field_68ca5792085d9', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=524', 7, 'acf-field', '', 0), (525, 1, '2025-09-17 06:40:32', '2025-09-17 06:40:32', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Solve Heading', 'solve_heading', 'publish', 'closed', 'closed', '', 'field_68ca57a9085da', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=525', 1, 'acf-field', '', 0), (526, 1, '2025-09-17 06:40:32', '2025-09-17 06:40:32', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Solve Description', 'solve_description', 'publish', 'closed', 'closed', '', 'field_68ca57bb085db', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=526', 2, 'acf-field', '', 0), (527, 1, '2025-09-17 06:40:32', '2025-09-17 06:40:32', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Solve button', 'solve_button', 'publish', 'closed', 'closed', '', 'field_68ca57ca085dc', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=527', 3, 'acf-field', '', 0), (528, 1, '2025-09-17 06:41:01', '2025-09-17 06:41:01', 'a:8:{s:10:"aria-label";s:0:"";s:4:"type";s:3:"tab";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:9:"placement";s:3:"top";s:8:"endpoint";i:0;}', 'Solve Claims Section', 'solve_claims_section_copy', 'publish', 'closed', 'closed', '', 'field_68ca57e833ee9', '', '', '2025-09-17 06:41:01', '2025-09-17 06:41:01', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=528', 6, 'acf-field', '', 0), (529, 1, '2025-09-17 06:43:16', '2025-09-17 06:43:16', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Solve Image', 'solve_image', 'publish', 'closed', 'closed', '', 'field_68ca5873c49b3', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=529', 0, 'acf-field', '', 0), (530, 1, '2025-09-17 06:43:16', '2025-09-17 06:43:16', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:0:"";s:13:"rows_per_page";i:20;}', 'Solve Feature', 'solve_feature', 'publish', 'closed', 'closed', '', 'field_68ca5841c49b0', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 524, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=530', 4, 'acf-field', '', 0), (531, 1, '2025-09-17 06:43:16', '2025-09-17 06:43:16', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Feature title', 'feature_title', 'publish', 'closed', 'closed', '', 'field_68ca5853c49b1', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 530, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=531', 0, 'acf-field', '', 0), (532, 1, '2025-09-17 06:43:16', '2025-09-17 06:43:16', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Feature Description', 'feature_description', 'publish', 'closed', 'closed', '', 'field_68ca5861c49b2', '', '', '2025-09-17 06:43:16', '2025-09-17 06:43:16', '', 530, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=532', 1, 'acf-field', '', 0), (533, 1, '2025-09-17 06:44:28', '2025-09-17 06:44:28', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Advice Image', 'advice_image', 'publish', 'closed', 'closed', '', 'field_68ca58b35aae9', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=533', 6, 'acf-field', '', 0), (534, 1, '2025-09-17 06:44:28', '2025-09-17 06:44:28', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Feature Title', 'feature_title', 'publish', 'closed', 'closed', '', 'field_68ca58995aae7', '', '', '2025-09-17 06:44:28', '2025-09-17 06:44:28', '', 152, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=534', 0, 'acf-field', '', 0), (536, 1, '2025-09-17 06:44:46', '2025-09-17 06:44:46', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:44:46', '2025-09-17 06:44:46', '', 493, 'http://localhost/wordpress/bombora/?p=536', 0, 'revision', '', 0), (537, 1, '2025-09-17 06:46:47', '2025-09-17 06:46:47', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:46:47', '2025-09-17 06:46:47', '', 493, 'http://localhost/wordpress/bombora/?p=537', 0, 'revision', '', 0), (538, 1, '2025-09-17 06:48:12', '2025-09-17 06:48:12', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Advice Feature Title', 'advice_feature_title', 'publish', 'closed', 'closed', '', 'field_68ca599fc5674', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=538', 2, 'acf-field', '', 0), (539, 1, '2025-09-17 06:48:12', '2025-09-17 06:48:12', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Advice Bottom Description', 'bottom_description', 'publish', 'closed', 'closed', '', 'field_68ca596cc5673', '', '', '2025-09-17 06:48:12', '2025-09-17 06:48:12', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=539', 4, 'acf-field', '', 0), (540, 1, '2025-09-17 06:48:49', '2025-09-17 06:48:49', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:48:49', '2025-09-17 06:48:49', '', 493, 'http://localhost/wordpress/bombora/?p=540', 0, 'revision', '', 0), (541, 1, '2025-09-17 06:50:28', '2025-09-17 06:50:28', '', 'solve-image', '', 'inherit', 'open', 'closed', '', 'solve-image', '', '', '2025-09-17 06:50:40', '2025-09-17 06:50:40', '', 493, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/solve-image.webp', 0, 'attachment', 'image/webp', 0), (542, 1, '2025-09-17 06:51:52', '2025-09-17 06:51:52', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-17 06:51:52', '2025-09-17 06:51:52', '', 493, 'http://localhost/wordpress/bombora/?p=542', 0, 'revision', '', 0), (543, 1, '2025-09-17 09:14:05', '2025-09-17 09:14:05', '', 'heart-image', '', 'inherit', 'open', 'closed', '', 'heart-image', '', '', '2025-09-17 09:14:08', '2025-09-17 09:14:08', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/heart-image.svg', 0, 'attachment', 'image/svg+xml', 0), (544, 1, '2025-09-17 09:14:29', '2025-09-17 09:14:29', '', 'tpd-image', '', 'inherit', 'open', 'closed', '', 'tpd-image', '', '', '2025-09-17 09:14:33', '2025-09-17 09:14:33', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/tpd-image.svg', 0, 'attachment', 'image/svg+xml', 0), (545, 1, '2025-09-17 09:14:57', '2025-09-17 09:14:57', '', 'life-insurance', '', 'inherit', 'open', 'closed', '', 'life-insurance-2', '', '', '2025-09-17 09:15:01', '2025-09-17 09:15:01', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/life-insurance.svg', 0, 'attachment', 'image/svg+xml', 0), (546, 1, '2025-09-17 09:16:06', '2025-09-17 09:16:06', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:16:06', '2025-09-17 09:16:06', '', 497, 'http://localhost/wordpress/bombora/?p=546', 0, 'revision', '', 0), (547, 1, '2025-09-17 09:18:30', '2025-09-17 09:18:30', '', 'funding-icon', '', 'inherit', 'open', 'closed', '', 'funding-icon', '', '', '2025-09-17 09:18:35', '2025-09-17 09:18:35', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/funding-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (548, 1, '2025-09-17 09:19:19', '2025-09-17 09:19:19', '', 'keypersone-icon', '', 'inherit', 'open', 'closed', '', 'keypersone-icon', '', '', '2025-09-17 09:19:23', '2025-09-17 09:19:23', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/keypersone-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (549, 1, '2025-09-17 09:19:51', '2025-09-17 09:19:51', '', 'doller-sign', '', 'inherit', 'open', 'closed', '', 'doller-sign', '', '', '2025-09-17 09:19:56', '2025-09-17 09:19:56', '', 497, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/doller-sign.svg', 0, 'attachment', 'image/svg+xml', 0), (550, 1, '2025-09-17 09:20:49', '2025-09-17 09:20:49', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:20:49', '2025-09-17 09:20:49', '', 497, 'http://localhost/wordpress/bombora/?p=550', 0, 'revision', '', 0), (551, 1, '2025-09-17 09:21:54', '2025-09-17 09:21:54', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:21:54', '2025-09-17 09:21:54', '', 497, 'http://localhost/wordpress/bombora/?p=551', 0, 'revision', '', 0), (552, 1, '2025-09-17 09:23:38', '2025-09-17 09:23:38', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:23:38', '2025-09-17 09:23:38', '', 497, 'http://localhost/wordpress/bombora/?p=552', 0, 'revision', '', 0), (553, 1, '2025-09-17 09:26:25', '2025-09-17 09:26:25', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:26:25', '2025-09-17 09:26:25', '', 497, 'http://localhost/wordpress/bombora/?p=553', 0, 'revision', '', 0), (554, 1, '2025-09-17 09:26:56', '2025-09-17 09:26:56', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:26:56', '2025-09-17 09:26:56', '', 497, 'http://localhost/wordpress/bombora/?p=554', 0, 'revision', '', 0), (556, 1, '2025-09-17 09:54:22', '2025-09-17 09:54:22', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 09:54:22', '2025-09-17 09:54:22', '', 497, 'http://localhost/wordpress/bombora/?p=556', 0, 'revision', '', 0), (557, 1, '2025-09-17 10:22:18', '2025-09-17 10:22:18', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 10:22:18', '2025-09-17 10:22:18', '', 497, 'http://localhost/wordpress/bombora/?p=557', 0, 'revision', '', 0), (558, 1, '2025-09-17 10:23:39', '2025-09-17 10:23:39', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 10:23:39', '2025-09-17 10:23:39', '', 497, 'http://localhost/wordpress/bombora/?p=558', 0, 'revision', '', 0), (559, 1, '2025-09-17 10:33:05', '2025-09-17 10:33:05', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-17 10:33:05', '2025-09-17 10:33:05', '', 497, 'http://localhost/wordpress/bombora/?p=559', 0, 'revision', '', 0), (560, 1, '2025-09-17 11:39:35', '2025-09-17 11:39:35', '', 'Need to make a Claim? dev', '', 'publish', 'closed', 'closed', '', 'need-to-make-a-claim-dev', '', '', '2025-09-18 09:46:54', '2025-09-18 09:46:54', '', 0, 'http://localhost/wordpress/bombora/?page_id=560', 0, 'page', '', 0), (561, 1, '2025-09-17 11:39:35', '2025-09-17 11:39:35', '', 'Need to make a Claim? dev', '', 'inherit', 'closed', 'closed', '', '560-revision-v1', '', '', '2025-09-17 11:39:35', '2025-09-17 11:39:35', '', 560, 'http://localhost/wordpress/bombora/?p=561', 0, 'revision', '', 0), (562, 1, '2025-09-17 11:45:07', '2025-09-17 11:45:07', '', 'make-claim-bg', '', 'inherit', 'open', 'closed', '', 'make-claim-bg', '', '', '2025-09-17 11:45:18', '2025-09-17 11:45:18', '', 560, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/make-claim-bg.webp', 0, 'attachment', 'image/webp', 0), (563, 1, '2025-09-17 11:45:31', '2025-09-17 11:45:31', '', 'Need to make a Claim? dev', '', 'inherit', 'closed', 'closed', '', '560-revision-v1', '', '', '2025-09-17 11:45:31', '2025-09-17 11:45:31', '', 560, 'http://localhost/wordpress/bombora/?p=563', 0, 'revision', '', 0), (564, 1, '2025-09-17 11:49:08', '2025-09-17 11:49:08', '', 'steadfast-icon', '', 'inherit', 'open', 'closed', '', 'steadfast-icon', '', '', '2025-09-17 11:49:13', '2025-09-17 11:49:13', '', 560, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/steadfast-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (565, 1, '2025-09-17 11:49:31', '2025-09-17 11:49:31', '', 'guidance-icon', '', 'inherit', 'open', 'closed', '', 'guidance-icon', '', '', '2025-09-17 11:49:37', '2025-09-17 11:49:37', '', 560, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/guidance-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (566, 1, '2025-09-17 11:49:55', '2025-09-17 11:49:55', '', 'communication-ion', '', 'inherit', 'open', 'closed', '', 'communication-ion', '', '', '2025-09-17 11:50:00', '2025-09-17 11:50:00', '', 560, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/communication-ion.svg', 0, 'attachment', 'image/svg+xml', 0), (567, 1, '2025-09-17 11:50:25', '2025-09-17 11:50:25', '', 'strong-outcome-icon', '', 'inherit', 'open', 'closed', '', 'strong-outcome-icon', '', '', '2025-09-17 11:50:29', '2025-09-17 11:50:29', '', 560, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/strong-outcome-icon.svg', 0, 'attachment', 'image/svg+xml', 0), (568, 1, '2025-09-17 11:52:03', '2025-09-17 11:52:03', '', 'Need to make a Claim? dev', '', 'inherit', 'closed', 'closed', '', '560-revision-v1', '', '', '2025-09-17 11:52:03', '2025-09-17 11:52:03', '', 560, 'http://localhost/wordpress/bombora/?p=568', 0, 'revision', '', 0), (569, 1, '2025-09-17 11:53:22', '2025-09-17 11:53:22', '', 'claim-benefit-icon-1', '', 'inherit', 'open', 'closed', '', 'claim-benefit-icon-1', '', '', '2025-09-17 11:53:22', '2025-09-17 11:53:22', '', 560, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/claim-benefit-icon-1.webp', 0, 'attachment', 'image/webp', 0), (570, 1, '2025-09-17 11:53:23', '2025-09-17 11:53:23', '', 'claim-benefit-icon-2', '', 'inherit', 'open', 'closed', '', 'claim-benefit-icon-2', '', '', '2025-09-17 11:53:23', '2025-09-17 11:53:23', '', 560, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/claim-benefit-icon-2.webp', 0, 'attachment', 'image/webp', 0), (571, 1, '2025-09-17 11:53:24', '2025-09-17 11:53:24', '', 'claim-benefit-icon-3', '', 'inherit', 'open', 'closed', '', 'claim-benefit-icon-3', '', '', '2025-09-17 11:53:24', '2025-09-17 11:53:24', '', 560, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/claim-benefit-icon-3.webp', 0, 'attachment', 'image/webp', 0), (572, 1, '2025-09-17 11:53:42', '2025-09-17 11:53:42', '', 'Need to make a Claim? dev', '', 'inherit', 'closed', 'closed', '', '560-revision-v1', '', '', '2025-09-17 11:53:42', '2025-09-17 11:53:42', '', 560, 'http://localhost/wordpress/bombora/?p=572', 0, 'revision', '', 0), (573, 1, '2025-09-17 12:35:12', '2025-09-17 12:35:12', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Sub Heading', 'sub_heading', 'publish', 'closed', 'closed', '', 'field_68caaae7d1aaf', '', '', '2025-09-17 12:35:12', '2025-09-17 12:35:12', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=573', 2, 'acf-field', '', 0), (574, 1, '2025-09-17 12:35:31', '2025-09-17 12:35:31', '', 'Need to make a Claim? dev', '', 'inherit', 'closed', 'closed', '', '560-revision-v1', '', '', '2025-09-17 12:35:31', '2025-09-17 12:35:31', '', 560, 'http://localhost/wordpress/bombora/?p=574', 0, 'revision', '', 0), (575, 1, '2025-09-17 13:05:28', '2025-09-17 13:05:28', '', 'Contact Us Dev', '', 'publish', 'closed', 'closed', '', 'contact-us-dev', '', '', '2025-09-18 09:45:51', '2025-09-18 09:45:51', '', 0, 'http://localhost/wordpress/bombora/?page_id=575', 0, 'page', '', 0), (576, 1, '2025-09-17 13:05:28', '2025-09-17 13:05:28', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-17 13:05:28', '2025-09-17 13:05:28', '', 575, 'http://localhost/wordpress/bombora/?p=576', 0, 'revision', '', 0), (577, 1, '2025-09-17 13:06:02', '2025-09-17 13:06:02', '', 'Our Board Dev', '', 'publish', 'closed', 'closed', '', 'our-board-dev', '', '', '2025-09-18 09:47:21', '2025-09-18 09:47:21', '', 0, 'http://localhost/wordpress/bombora/?page_id=577', 0, 'page', '', 0), (578, 1, '2025-09-17 13:06:02', '2025-09-17 13:06:02', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-17 13:06:02', '2025-09-17 13:06:02', '', 577, 'http://localhost/wordpress/bombora/?p=578', 0, 'revision', '', 0), (579, 1, '2025-09-17 13:24:25', '2025-09-17 13:24:25', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-17 13:24:25', '2025-09-17 13:24:25', '', 577, 'http://localhost/wordpress/bombora/?p=579', 0, 'revision', '', 0), (580, 1, '2025-09-17 13:27:06', '2025-09-17 13:27:06', '', 'geoff-councel', '', 'inherit', 'open', 'closed', '', 'geoff-councel', '', '', '2025-09-18 04:54:57', '2025-09-18 04:54:57', '', 577, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/geoff-councel.webp', 0, 'attachment', 'image/webp', 0), (581, 1, '2025-09-17 13:27:08', '2025-09-17 13:27:08', '', 'kellie-williams', '', 'inherit', 'open', 'closed', '', 'kellie-williams', '', '', '2025-09-17 13:27:08', '2025-09-17 13:27:08', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/kellie-williams.webp', 0, 'attachment', 'image/webp', 0), (582, 1, '2025-09-17 13:27:09', '2025-09-17 13:27:09', '', 'kevin-martin', '', 'inherit', 'open', 'closed', '', 'kevin-martin', '', '', '2025-09-18 04:46:13', '2025-09-18 04:46:13', '', 577, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/kevin-martin.webp', 0, 'attachment', 'image/webp', 0), (583, 1, '2025-09-17 13:27:11', '2025-09-17 13:27:11', '', 'nadeeja-jayaratne', '', 'inherit', 'open', 'closed', '', 'nadeeja-jayaratne', '', '', '2025-09-18 04:54:57', '2025-09-18 04:54:57', '', 577, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/nadeeja-jayaratne.webp', 0, 'attachment', 'image/webp', 0), (584, 1, '2025-09-17 13:27:12', '2025-09-17 13:27:12', '', 'niall-mcconville', '', 'inherit', 'open', 'closed', '', 'niall-mcconville', '', '', '2025-09-18 04:43:27', '2025-09-18 04:43:27', '', 577, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/niall-mcconville.webp', 0, 'attachment', 'image/webp', 0), (585, 1, '2025-09-17 13:27:13', '2025-09-17 13:27:13', '', 'rory-mackenzie', '', 'inherit', 'open', 'closed', '', 'rory-mackenzie', '', '', '2025-09-18 04:46:13', '2025-09-18 04:46:13', '', 577, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/rory-mackenzie.webp', 0, 'attachment', 'image/webp', 0), (586, 1, '2025-09-17 13:27:15', '2025-09-17 13:27:15', '', 'wayne-handley', '', 'inherit', 'open', 'closed', '', 'wayne-handley', '', '', '2025-09-18 04:46:13', '2025-09-18 04:46:13', '', 577, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/wayne-handley.webp', 0, 'attachment', 'image/webp', 0), (587, 1, '2025-09-18 04:43:27', '2025-09-18 04:43:27', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 04:43:27', '2025-09-18 04:43:27', '', 577, 'http://localhost/wordpress/bombora/?p=587', 0, 'revision', '', 0), (588, 1, '2025-09-18 04:46:13', '2025-09-18 04:46:13', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 04:46:13', '2025-09-18 04:46:13', '', 577, 'http://localhost/wordpress/bombora/?p=588', 0, 'revision', '', 0), (589, 1, '2025-09-18 04:49:11', '2025-09-18 04:49:11', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"block";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:0:"";s:13:"rows_per_page";i:20;}', 'Our Team Members', 'our_team_members', 'publish', 'closed', 'closed', '', 'field_68cb8eb3facc0', '', '', '2025-09-18 04:49:11', '2025-09-18 04:49:11', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=589', 3, 'acf-field', '', 0), (590, 1, '2025-09-18 04:49:11', '2025-09-18 04:49:11', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Member Image', 'member_image', 'publish', 'closed', 'closed', '', 'field_68cb8ef6facc1', '', '', '2025-09-18 04:51:00', '2025-09-18 04:51:00', '', 589, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=590', 0, 'acf-field', '', 0), (591, 1, '2025-09-18 04:49:11', '2025-09-18 04:49:11', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Member Name', 'member_name', 'publish', 'closed', 'closed', '', 'field_68cb8f02facc2', '', '', '2025-09-18 04:49:11', '2025-09-18 04:49:11', '', 589, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=591', 1, 'acf-field', '', 0), (592, 1, '2025-09-18 04:49:11', '2025-09-18 04:49:11', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Member Designation', 'designation', 'publish', 'closed', 'closed', '', 'field_68cb8f0efacc3', '', '', '2025-09-18 06:30:14', '2025-09-18 06:30:14', '', 589, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=592', 2, 'acf-field', '', 0), (594, 1, '2025-09-18 04:50:46', '2025-09-18 04:50:46', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 04:50:46', '2025-09-18 04:50:46', '', 577, 'http://localhost/wordpress/bombora/?p=594', 0, 'revision', '', 0), (595, 1, '2025-09-18 04:54:57', '2025-09-18 04:54:57', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 04:54:57', '2025-09-18 04:54:57', '', 577, 'http://localhost/wordpress/bombora/?p=595', 0, 'revision', '', 0), (596, 1, '2025-09-18 04:56:00', '2025-09-18 04:56:00', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Our Board Footer Description', 'our_board_footer_description', 'publish', 'closed', 'closed', '', 'field_68cb90ca8a303', '', '', '2025-09-18 04:56:00', '2025-09-18 04:56:00', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=596', 5, 'acf-field', '', 0), (597, 1, '2025-09-18 04:57:40', '2025-09-18 04:57:40', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 04:57:40', '2025-09-18 04:57:40', '', 577, 'http://localhost/wordpress/bombora/?p=597', 0, 'revision', '', 0), (598, 1, '2025-09-18 05:03:00', '2025-09-18 05:03:00', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Member Social Media Link', 'member_social_media', 'publish', 'closed', 'closed', '', 'field_68cb91cea51d9', '', '', '2025-09-18 05:06:27', '2025-09-18 05:06:27', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=598', 4, 'acf-field', '', 0), (599, 1, '2025-09-18 05:03:00', '2025-09-18 05:03:00', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Icon', 'icon', 'publish', 'closed', 'closed', '', 'field_68cb9236a51da', '', '', '2025-09-18 05:03:00', '2025-09-18 05:03:00', '', 598, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=599', 0, 'acf-field', '', 0), (600, 1, '2025-09-18 05:03:00', '2025-09-18 05:03:00', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Link', 'link', 'publish', 'closed', 'closed', '', 'field_68cb923fa51db', '', '', '2025-09-18 08:18:07', '2025-09-18 08:18:07', '', 598, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=600', 1, 'acf-field', '', 0), (601, 1, '2025-09-18 05:03:00', '2025-09-18 05:03:00', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Member Description', 'member_description', 'publish', 'closed', 'closed', '', 'field_68cb9266a51dc', '', '', '2025-09-18 05:06:27', '2025-09-18 05:06:27', '', 313, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=601', 5, 'acf-field', '', 0), (602, 1, '2025-09-18 05:03:00', '2025-09-18 05:03:00', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"textarea";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:4:"rows";s:0:"";s:11:"placeholder";s:0:"";s:9:"new_lines";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68cb9273a51dd', '', '', '2025-09-18 05:03:00', '2025-09-18 05:03:00', '', 601, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=602', 0, 'acf-field', '', 0), (603, 1, '2025-09-18 05:04:15', '2025-09-18 05:04:15', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 05:04:15', '2025-09-18 05:04:15', '', 577, 'http://localhost/wordpress/bombora/?p=603', 0, 'revision', '', 0), (604, 1, '2025-09-18 05:06:27', '2025-09-18 05:06:27', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Member Profile button', 'member_profile_button', 'publish', 'closed', 'closed', '', 'field_68cb92fded126', '', '', '2025-09-18 05:07:15', '2025-09-18 05:07:15', '', 589, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=604', 3, 'acf-field', '', 0), (605, 1, '2025-09-18 05:06:27', '2025-09-18 05:06:27', 'a:12:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:7:"Add Row";s:13:"rows_per_page";i:20;}', 'Member Social Media Link', 'member_social_media', 'publish', 'closed', 'closed', '', 'field_68cb9310ed127', '', '', '2025-09-18 06:30:14', '2025-09-18 06:30:14', '', 589, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=605', 4, 'acf-field', '', 0), (606, 1, '2025-09-18 05:06:27', '2025-09-18 05:06:27', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Icon', 'icon', 'publish', 'closed', 'closed', '', 'field_68cb9316ed128', '', '', '2025-09-18 05:06:27', '2025-09-18 05:06:27', '', 605, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=606', 0, 'acf-field', '', 0), (607, 1, '2025-09-18 05:06:27', '2025-09-18 05:06:27', 'a:7:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"link";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";}', 'Link', 'link', 'publish', 'closed', 'closed', '', 'field_68cb9320ed129', '', '', '2025-09-18 08:18:27', '2025-09-18 08:18:27', '', 605, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=607', 1, 'acf-field', '', 0), (608, 1, '2025-09-18 05:06:27', '2025-09-18 05:06:27', 'a:13:{s:10:"aria-label";s:0:"";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:6:"layout";s:5:"table";s:10:"pagination";i:0;s:3:"min";s:0:"";s:3:"max";s:0:"";s:9:"collapsed";s:0:"";s:12:"button_label";s:0:"";s:13:"rows_per_page";i:20;}', 'Member Description', 'member_description', 'publish', 'closed', 'closed', '', 'field_68cb933ced12a', '', '', '2025-09-18 05:07:15', '2025-09-18 05:07:15', '', 589, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=608', 5, 'acf-field', '', 0), (609, 1, '2025-09-18 05:06:27', '2025-09-18 05:06:27', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68cb9344ed12b', '', '', '2025-09-18 05:06:27', '2025-09-18 05:06:27', '', 608, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=609', 0, 'acf-field', '', 0), (610, 1, '2025-09-18 05:07:59', '2025-09-18 05:07:59', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 05:07:59', '2025-09-18 05:07:59', '', 577, 'http://localhost/wordpress/bombora/?p=610', 0, 'revision', '', 0), (611, 1, '2025-09-18 05:08:33', '2025-09-18 05:08:33', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 05:08:33', '2025-09-18 05:08:33', '', 577, 'http://localhost/wordpress/bombora/?p=611', 0, 'revision', '', 0), (612, 1, '2025-09-18 05:24:35', '2025-09-18 05:24:35', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 05:24:35', '2025-09-18 05:24:35', '', 577, 'http://localhost/wordpress/bombora/?p=612', 0, 'revision', '', 0), (613, 1, '2025-09-18 05:25:25', '2025-09-18 05:25:25', '', 'leadership-image', '', 'inherit', 'open', 'closed', '', 'leadership-image', '', '', '2025-09-18 05:25:34', '2025-09-18 05:25:34', '', 577, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/leadership-image.svg', 0, 'attachment', 'image/svg+xml', 0), (614, 1, '2025-09-18 05:26:57', '2025-09-18 05:26:57', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 05:26:57', '2025-09-18 05:26:57', '', 577, 'http://localhost/wordpress/bombora/?p=614', 0, 'revision', '', 0), (615, 1, '2025-09-18 05:27:54', '2025-09-18 05:27:54', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 05:27:54', '2025-09-18 05:27:54', '', 577, 'http://localhost/wordpress/bombora/?p=615', 0, 'revision', '', 0), (616, 1, '2025-09-18 05:29:00', '2025-09-18 05:29:00', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 05:29:00', '2025-09-18 05:29:00', '', 577, 'http://localhost/wordpress/bombora/?p=616', 0, 'revision', '', 0), (617, 1, '2025-09-18 07:56:10', '2025-09-18 07:56:10', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 07:56:10', '2025-09-18 07:56:10', '', 577, 'http://localhost/wordpress/bombora/?p=617', 0, 'revision', '', 0), (618, 1, '2025-09-18 08:02:04', '2025-09-18 08:02:04', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 08:02:04', '2025-09-18 08:02:04', '', 577, 'http://localhost/wordpress/bombora/?p=618', 0, 'revision', '', 0), (619, 1, '2025-09-18 08:21:24', '2025-09-18 08:21:24', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 08:21:24', '2025-09-18 08:21:24', '', 577, 'http://localhost/wordpress/bombora/?p=619', 0, 'revision', '', 0), (620, 1, '2025-09-18 08:24:46', '2025-09-18 08:24:46', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 08:24:46', '2025-09-18 08:24:46', '', 577, 'http://localhost/wordpress/bombora/?p=620', 0, 'revision', '', 0), (621, 1, '2025-09-18 08:26:16', '2025-09-18 08:26:16', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 08:26:16', '2025-09-18 08:26:16', '', 577, 'http://localhost/wordpress/bombora/?p=621', 0, 'revision', '', 0), (622, 1, '2025-09-18 08:36:56', '2025-09-18 08:36:56', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-18 08:36:56', '2025-09-18 08:36:56', '', 575, 'http://localhost/wordpress/bombora/?p=622', 0, 'revision', '', 0), (623, 1, '2025-09-18 08:37:23', '2025-09-18 08:37:23', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-18 08:37:23', '2025-09-18 08:37:23', '', 575, 'http://localhost/wordpress/bombora/?p=623', 0, 'revision', '', 0), (624, 1, '2025-09-18 08:38:08', '2025-09-18 08:38:08', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Address', 'address', 'publish', 'closed', 'closed', '', 'field_68cbc4e814caa', '', '', '2025-09-18 08:38:08', '2025-09-18 08:38:08', '', 177, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=624', 1, 'acf-field', '', 0), (625, 1, '2025-09-18 08:38:41', '2025-09-18 08:38:41', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-18 08:38:41', '2025-09-18 08:38:41', '', 575, 'http://localhost/wordpress/bombora/?p=625', 0, 'revision', '', 0), (626, 1, '2025-09-18 08:44:40', '2025-09-18 08:44:40', 'a:16:{s:10:"aria-label";s:0:"";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"return_format";s:5:"array";s:7:"library";s:3:"all";s:9:"min_width";s:0:"";s:10:"min_height";s:0:"";s:8:"min_size";s:0:"";s:9:"max_width";s:0:"";s:10:"max_height";s:0:"";s:8:"max_size";s:0:"";s:10:"mime_types";s:0:"";s:12:"preview_size";s:6:"medium";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68cbc6562d1dc', '', '', '2025-09-18 08:44:40', '2025-09-18 08:44:40', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=626', 0, 'acf-field', '', 0) ; INSERT INTO `yswp_ba_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (627, 1, '2025-09-18 08:44:40', '2025-09-18 08:44:40', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Heading', 'heading', 'publish', 'closed', 'closed', '', 'field_68cbc6692d1dd', '', '', '2025-09-18 08:44:40', '2025-09-18 08:44:40', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=627', 1, 'acf-field', '', 0), (628, 1, '2025-09-18 08:50:15', '2025-09-18 08:50:15', '', 'contact-us-bg-image-min', '', 'inherit', 'open', 'closed', '', 'contact-us-bg-image-min', '', '', '2025-09-18 08:50:30', '2025-09-18 08:50:30', '', 575, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/contact-us-bg-image-min.webp', 0, 'attachment', 'image/webp', 0), (629, 1, '2025-09-18 08:50:39', '2025-09-18 08:50:39', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-18 08:50:39', '2025-09-18 08:50:39', '', 575, 'http://localhost/wordpress/bombora/?p=629', 0, 'revision', '', 0), (630, 1, '2025-09-18 08:53:56', '2025-09-18 08:53:56', 'a:11:{s:10:"aria-label";s:0:"";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:9:"maxlength";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";}', 'Contact Info Heading', 'contact_info_heading', 'publish', 'closed', 'closed', '', 'field_68cbc8858f67a', '', '', '2025-09-18 08:53:56', '2025-09-18 08:53:56', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=630', 3, 'acf-field', '', 0), (631, 1, '2025-09-18 08:54:53', '2025-09-18 08:54:53', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-18 08:54:53', '2025-09-18 08:54:53', '', 575, 'http://localhost/wordpress/bombora/?p=631', 0, 'revision', '', 0), (632, 1, '2025-09-18 09:04:42', '2025-09-18 09:04:42', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-18 09:04:42', '2025-09-18 09:04:42', '', 575, 'http://localhost/wordpress/bombora/?p=632', 0, 'revision', '', 0), (633, 1, '2025-09-18 09:06:41', '2025-09-18 09:06:41', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-18 09:06:41', '2025-09-18 09:06:41', '', 575, 'http://localhost/wordpress/bombora/?p=633', 0, 'revision', '', 0), (634, 1, '2025-09-18 09:11:24', '2025-09-18 09:11:24', 'a:8:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:12:"options_page";s:8:"operator";s:2:"==";s:5:"value";s:22:"theme-general-settings";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";s:12:"show_in_rest";i:0;}', 'Theme Global Settings', 'theme-global-settings', 'publish', 'closed', 'closed', '', 'group_68cbcc4ba011a', '', '', '2025-09-18 09:13:19', '2025-09-18 09:13:19', '', 0, 'http://localhost/wordpress/bombora/?post_type=acf-field-group&p=634', 0, 'acf-field-group', '', 0), (636, 1, '2025-09-18 09:44:43', '2025-09-18 09:44:43', '
\r\n
\r\n
\r\n [text* user-first-name placeholder "First Name*"]\r\n
\r\n
\r\n
\r\n
\r\n [text* user-last-name placeholder "Last Name*"]\r\n
\r\n
\r\n
\r\n
\r\n [email* user-email placeholder "Email*"]\r\n
\r\n
\r\n
\r\n
\r\n [text user-company placeholder "Company"]\r\n
\r\n
\r\n
\r\n
\r\n [tel* user-tel placeholder "Phone*"]\r\n
\r\n
\r\n
\r\n
\r\n [textarea user-msg placeholder] Message [/textarea]\r\n
\r\n
\r\n
\r\n [submit "SUBMIT"] \r\n
\r\n
\n1\n[_site_title] "[your-subject]"\n[_site_title] \n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\nReply-To: [your-email]\n\n1\n1\n\n[_site_title] "[your-subject]"\n[_site_title] \n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\n\n1\n1\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.', 'Claims Form', '', 'publish', 'closed', 'closed', '', 'claims-form', '', '', '2025-09-18 09:44:43', '2025-09-18 09:44:43', '', 0, 'http://localhost/wordpress/bombora/?post_type=wpcf7_contact_form&p=636', 0, 'wpcf7_contact_form', '', 0), (637, 1, '2025-09-18 09:45:01', '2025-09-18 09:45:01', '', 'Claims Support Dev', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2025-09-18 09:45:01', '2025-09-18 09:45:01', '', 493, 'http://localhost/wordpress/bombora/?p=637', 0, 'revision', '', 0), (638, 1, '2025-09-18 09:45:51', '2025-09-18 09:45:51', '', 'Contact Us Dev', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2025-09-18 09:45:51', '2025-09-18 09:45:51', '', 575, 'http://localhost/wordpress/bombora/?p=638', 0, 'revision', '', 0), (639, 1, '2025-09-18 09:46:23', '2025-09-18 09:46:23', '', 'For Individuals/Families & Business Owners Dev', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2025-09-18 09:46:23', '2025-09-18 09:46:23', '', 497, 'http://localhost/wordpress/bombora/?p=639', 0, 'revision', '', 0), (640, 1, '2025-09-18 09:46:54', '2025-09-18 09:46:54', '', 'Need to make a Claim? dev', '', 'inherit', 'closed', 'closed', '', '560-revision-v1', '', '', '2025-09-18 09:46:54', '2025-09-18 09:46:54', '', 560, 'http://localhost/wordpress/bombora/?p=640', 0, 'revision', '', 0), (641, 1, '2025-09-18 09:47:21', '2025-09-18 09:47:21', '', 'Our Board Dev', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2025-09-18 09:47:21', '2025-09-18 09:47:21', '', 577, 'http://localhost/wordpress/bombora/?p=641', 0, 'revision', '', 0), (642, 1, '2025-09-18 09:47:41', '2025-09-18 09:47:41', '', 'Specialised Licensee Dev', '', 'inherit', 'closed', 'closed', '', '476-revision-v1', '', '', '2025-09-18 09:47:41', '2025-09-18 09:47:41', '', 476, 'http://localhost/wordpress/bombora/?p=642', 0, 'revision', '', 0), (643, 1, '2025-09-18 09:48:22', '2025-09-18 09:48:22', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2025-09-18 09:48:27', '2025-09-18 09:48:27', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/favicon-1.png', 0, 'attachment', 'image/png', 0), (644, 1, '2025-09-18 09:48:30', '2025-09-18 09:48:30', 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/cropped-favicon-1.png', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon-2', '', '', '2025-09-18 09:48:30', '2025-09-18 09:48:30', '', 643, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/cropped-favicon-1.png', 0, 'attachment', 'image/png', 0), (645, 1, '2025-09-18 09:54:38', '2025-09-18 09:54:38', '', 'header-bg', '', 'inherit', 'open', 'closed', '', 'header-bg', '', '', '2025-09-18 09:54:38', '2025-09-18 09:54:38', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/header-bg.jpg', 0, 'attachment', 'image/jpeg', 0), (646, 1, '2025-09-18 09:54:40', '2025-09-18 09:54:40', '', 'site-logo', '', 'inherit', 'open', 'closed', '', 'site-logo', '', '', '2025-09-18 09:54:40', '2025-09-18 09:54:40', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/site-logo.png', 0, 'attachment', 'image/png', 0), (647, 1, '2025-09-18 09:54:42', '2025-09-18 09:54:42', '', 'theme-btn', '', 'inherit', 'open', 'closed', '', 'theme-btn', '', '', '2025-09-18 09:54:42', '2025-09-18 09:54:42', '', 0, 'http://localhost/wordpress/bombora/wp-content/uploads/2025/09/theme-btn.png', 0, 'attachment', 'image/png', 0) ; # # End of data contents of table `yswp_ba_posts` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_smush_dir_images` # DROP TABLE IF EXISTS `yswp_ba_smush_dir_images`; # # Table structure of table `yswp_ba_smush_dir_images` # CREATE TABLE `yswp_ba_smush_dir_images` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `path_hash` char(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lossy` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`), UNIQUE KEY `path_hash` (`path_hash`), KEY `image_size` (`image_size`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_smush_dir_images` # # # End of data contents of table `yswp_ba_smush_dir_images` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_term_relationships` # DROP TABLE IF EXISTS `yswp_ba_term_relationships`; # # Table structure of table `yswp_ba_term_relationships` # CREATE TABLE `yswp_ba_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_term_relationships` # INSERT INTO `yswp_ba_term_relationships` ( `object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 1, 0), (42, 2, 0), (44, 2, 0), (46, 2, 0), (47, 2, 0), (56, 1, 0), (60, 1, 0), (73, 2, 0), (74, 2, 0), (75, 2, 0), (76, 2, 0), (77, 2, 0), (78, 2, 0), (79, 2, 0), (80, 2, 0), (81, 3, 0), (82, 3, 0), (83, 3, 0), (84, 3, 0), (85, 3, 0), (86, 3, 0), (87, 4, 0), (88, 4, 0), (89, 4, 0), (90, 4, 0), (91, 4, 0), (92, 5, 0), (93, 5, 0), (94, 6, 0), (95, 7, 0), (96, 7, 0), (107, 8, 0), (108, 8, 0), (109, 8, 0), (110, 8, 0), (111, 1, 0), (134, 1, 0), (166, 1, 0), (179, 1, 0), (225, 1, 0), (264, 1, 0), (302, 1, 0), (337, 1, 0), (378, 1, 0) ; # # End of data contents of table `yswp_ba_term_relationships` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_term_taxonomy` # DROP TABLE IF EXISTS `yswp_ba_term_taxonomy`; # # Table structure of table `yswp_ba_term_taxonomy` # CREATE TABLE `yswp_ba_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_term_taxonomy` # INSERT INTO `yswp_ba_term_taxonomy` ( `term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 0), (2, 2, 'nav_menu', '', 0, 12), (3, 3, 'nav_menu', '', 0, 6), (4, 4, 'nav_menu', '', 0, 5), (5, 5, 'nav_menu', '', 0, 2), (6, 6, 'nav_menu', '', 0, 1), (7, 7, 'nav_menu', '', 0, 2), (8, 8, 'nav_menu', '', 0, 4) ; # # End of data contents of table `yswp_ba_term_taxonomy` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_termmeta` # DROP TABLE IF EXISTS `yswp_ba_termmeta`; # # Table structure of table `yswp_ba_termmeta` # CREATE TABLE `yswp_ba_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_termmeta` # # # End of data contents of table `yswp_ba_termmeta` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_terms` # DROP TABLE IF EXISTS `yswp_ba_terms`; # # Table structure of table `yswp_ba_terms` # CREATE TABLE `yswp_ba_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_terms` # INSERT INTO `yswp_ba_terms` ( `term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', 0), (2, 'Menu 1', 'menu-1', 0), (3, 'bombora-links', 'bombora-links', 0), (4, 'professionals-advisers menu', 'professionals-advisers-menu', 0), (5, 'life insurance menu', 'life-insurance-menu', 0), (6, 'contact us menu', 'contact-us-menu', 0), (7, 'social menu', 'social-menu', 0), (8, 'privacy menu', 'privacy-menu', 0) ; # # End of data contents of table `yswp_ba_terms` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_usermeta` # DROP TABLE IF EXISTS `yswp_ba_usermeta`; # # Table structure of table `yswp_ba_usermeta` # CREATE TABLE `yswp_ba_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_usermeta` # INSERT INTO `yswp_ba_usermeta` ( `umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'bombora'), (2, 1, 'first_name', ''), (3, 1, 'last_name', ''), (4, 1, 'description', ''), (5, 1, 'rich_editing', 'true'), (6, 1, 'syntax_highlighting', 'true'), (7, 1, 'comment_shortcuts', 'false'), (8, 1, 'admin_color', 'fresh'), (9, 1, 'use_ssl', '0'), (10, 1, 'show_admin_bar_front', 'true'), (11, 1, 'locale', ''), (12, 1, 'yswp_ba_capabilities', 'a:1:{s:13:"administrator";b:1;}'), (13, 1, 'yswp_ba_user_level', '10'), (14, 1, 'dismissed_wp_pointers', ''), (15, 1, 'show_welcome_panel', '1'), (16, 1, 'session_tokens', 'a:4:{s:64:"358b6476a1721fcf913513446f304116275f35214b47cf3d63901c7cdd832fcf";a:4:{s:10:"expiration";i:1758615043;s:2:"ip";s:3:"::1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36";s:5:"login";i:1757405443;}s:64:"98ff8638a1f059affefba5158a37f0d0f1bae6a69209a23403d131dd3db9cba9";a:4:{s:10:"expiration";i:1758169749;s:2:"ip";s:3:"::1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36";s:5:"login";i:1757996949;}s:64:"b057fcfdbd90bf20340d891721f9446bbf3aaf6954ab2620da0c810ff1a52aca";a:4:{s:10:"expiration";i:1758255861;s:2:"ip";s:3:"::1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36";s:5:"login";i:1758083061;}s:64:"92ab6ad1fdc58bb693f00b70a7b3a33ca16f04995d2d400d43c3af1bf75283ae";a:4:{s:10:"expiration";i:1758342123;s:2:"ip";s:3:"::1";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36";s:5:"login";i:1758169323;}}'), (17, 1, 'yswp_ba_dashboard_quick_press_last_post_id', '492'), (18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:13:"103.156.142.0";}'), (19, 1, 'managenav-menuscolumnshidden', 'a:3:{i:0;s:15:"title-attribute";i:1;s:3:"xfn";i:2;s:11:"description";}'), (20, 1, 'metaboxhidden_nav-menus', 'a:5:{i:0;s:22:"add-post-type-projects";i:1;s:22:"add-post-type-services";i:2;s:12:"add-post_tag";i:3;s:20:"add-project-category";i:4;s:21:"add-services-category";}'), (21, 1, 'yswp_ba_user-settings', 'libraryContent=browse&editor=tinymce'), (22, 1, 'yswp_ba_user-settings-time', '1757940958'), (23, 1, 'nav_menu_recently_edited', '7'), (24, 1, 'manageedit-acf-taxonomycolumnshidden', 'a:1:{i:0;s:7:"acf-key";}'), (25, 1, 'acf_user_settings', 'a:1:{s:20:"taxonomies-first-run";b:1;}'), (26, 1, 'yswp_ba_persisted_preferences', 'a:6:{s:17:"core/edit-widgets";a:2:{s:26:"isComplementaryAreaVisible";b:1;s:12:"welcomeGuide";b:0;}s:9:"_modified";s:24:"2025-09-12T05:46:45.073Z";s:4:"core";a:3:{s:26:"isComplementaryAreaVisible";b:1;s:24:"enableChoosePatternModal";b:1;s:14:"renderingModes";a:1:{s:17:"twentytwentythree";a:1:{s:4:"page";s:15:"template-locked";}}}s:14:"core/edit-post";a:3:{s:12:"welcomeGuide";b:0;s:23:"metaBoxesMainOpenHeight";i:438;s:20:"welcomeGuideTemplate";b:0;}s:17:"core/block-editor";a:1:{s:25:"linkControlSettingsDrawer";b:1;}s:14:"core/edit-site";a:1:{s:12:"welcomeGuide";b:0;}}'), (27, 1, 'closedpostboxes_page', 'a:0:{}'), (28, 1, 'metaboxhidden_page', 'a:0:{}') ; # # End of data contents of table `yswp_ba_usermeta` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_users` # DROP TABLE IF EXISTS `yswp_ba_users`; # # Table structure of table `yswp_ba_users` # CREATE TABLE `yswp_ba_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_users` # INSERT INTO `yswp_ba_users` ( `ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'bombora', '$wp$2y$10$NXm92nMvaglNAsnkQja6veK18BR6/UqPitgNH5KQTbxxh15mJxfLO', 'bombora', 'creativewordpress1947@gmail.com', 'http://localhost/wordpress/bombora', '2025-09-09 06:52:19', '', 0, 'bombora') ; # # End of data contents of table `yswp_ba_users` # -------------------------------------------------------- # # Add constraints back in and apply any alter data queries. #