# WordPress MySQL database migration # # Generated: Tuesday 16. September 2025 08:16 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=1120 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:12:{i:1758010938;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:1758012738;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:1758012740;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:1758048752;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:1758052338;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:1758067200;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:1758091940;a:2:{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;}}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:1758091952;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:1758091956;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:1758092295;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;}}}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', '0', '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:1:{s:12:"_multiwidget";i:1;}', 'auto'), (106, 'sidebars_widgets', 'a:10:{s:19:"wp_inactive_widgets";a:1:{i:0;s:7:"block-9";}s:9:"sidebar-1";a:0:{}s:5:"login";a:1:{i:0;s:7:"block-2";}s:13:"bombora-links";a:2:{i:0;s:7:"block-3";i:1;s:10:"nav_menu-2";}s:28:"professionals-advisers-links";a:2:{i:0;s:7:"block-4";i:1;s:10:"nav_menu-3";}s:20:"life-insurance-links";a:2:{i:0;s:7:"block-5";i:1;s:10:"nav_menu-4";}s:10:"contact-us";a:6:{i:0;s:7:"block-6";i:1;s:7:"block-7";i:2;s:7:"block-8";i:3;s:10:"nav_menu-5";i:4;s:8:"block-10";i:5;s:10:"nav_menu-6";}s:12:"privacy-menu";a:1:{i:0;s:10:"nav_menu-7";}s:9:"copyright";a:1:{i:0;s:8:"block-11";}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:0:{}', '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:3;s:22:"optimized_images_count";i:5;}', '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:1758010618;}', '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.1.6', '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', '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.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:"count";i:1;s:14:"attachment_ids";s:3:"472";s:11:"lossy_count";i:0;}', 'off') ; # # End of data contents of table `yswp_ba_options` # -------------------------------------------------------- # # Delete any existing table `yswp_ba_postmeta` # DROP TABLE IF EXISTS `yswp_ba_postmeta`; # # Table structure of table `yswp_ba_postmeta` # CREATE TABLE `yswp_ba_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_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 `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5176 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `yswp_ba_postmeta` # INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (2, 3, '_wp_page_template', 'default'), (3, 6, '_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
'), (4, 6, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:30:"[_site_title] "[your-subject]"";s:6:"sender";s:46:"[_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;}'), (5, 6, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:30:"[_site_title] "[your-subject]"";s:6:"sender";s:46:"[_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;}'), (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', '1757663298:1'), (35, 13, '_wp_page_template', 'templates/home.php'), (36, 15, '_edit_lock', '1757414682:1'), (37, 17, '_edit_lock', '1757414698:1'), (38, 19, '_edit_lock', '1757414569:1'), (39, 21, '_edit_lock', '1757414734:1'), (40, 23, '_edit_lock', '1757414603: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'), (312, 64, '_edit_lock', '1757479023:1'), (313, 65, '_edit_lock', '1757939450:1'), (314, 67, '_edit_lock', '1757479060:1'), (315, 69, '_edit_lock', '1757478927:1'), (316, 71, '_edit_lock', '1757479216: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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (350, 75, '_menu_item_target', ''), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (461, 86, '_menu_item_target', ''), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (572, 107, '_menu_item_object_id', '105'), (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', '1757934274:1'), (631, 409, '_wp_page_template', 'templates/home-dev.php'), (632, 179, '_edit_lock', '1757933039: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. ') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (678, 409, '_speciality_section_speciality_heading', 'field_68c139badae06'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (778, 416, '_wp_attached_file', '2025/09/business-woman-scaled.webp'), (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.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (878, 417, '_banner_section_banner_slider_2_banner_heading', 'field_68c13751dade7'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (978, 418, 'speciality_section_speciality_heading', ''), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1078, 420, 'client_relationships_section_bottom_description', ''), (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', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1178, 422, '_advice_section', 'field_68c13825dadf5'), (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:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1278, 426, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1378, 409, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (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.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1478, 429, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (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:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1578, 430, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1678, 430, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (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.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1778, 431, '_banner_section_banner_bottom_point_1_description', 'field_68c1380fdadf4'), (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:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1878, 432, '_banner_section_banner_slider_1_banner_button', 'field_68c1376bdade9'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1978, 432, '_advice_section_advice_point_0_description_point_0_title', 'field_68c3b49ac7c97'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2078, 433, 'banner_section_banner_slider_0_banner_heading', 'Join the Bombora Network and ride the next wave.'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2178, 433, 'advice_section_advice_point_2_heading', 'Scale your Business for Ultimate Success'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2278, 433, 'speciality_section_speciality_points_2_description_point', '3'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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:"";}'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2478, 438, 'speciality_section_speciality_points_2_description_point_0_title', 'Unified Purpose'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2578, 439, '_client_relationships_section_client_relationships_point', 'field_68c13c8ac8231'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2678, 439, '_speciality_section_speciality_points_0_image', 'field_68c139fadae0a'), (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:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2778, 443, '_banner_section_banner_slider_2_banner_button', 'field_68c1376bdade9'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2878, 443, '_advice_section_advice_point_0_description_point_2_title', 'field_68c3b49ac7c97'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2978, 443, '_client_relationships_section_client_relationships_point_2_point_heading', 'field_68c13cdfc8233'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3078, 444, '_banner_section_banner_bottom_point_2_title', 'field_68c3b28b0e129'), (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.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3178, 444, '_speciality_section_speciality_points_1_description_point_2_description', 'field_68c13aa7dae0c'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3278, 446, '_speciality_section_speciality_points', 'field_68c139dadae08'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3378, 446, '_advice_section_advice_point_2_description_point_1_title', 'field_68c3b49ac7c97'), (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'), (3476, 6, '_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";}}}}'), (3478, 378, '_edit_lock', '1758001580:1') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3479, 378, '_edit_last', '1'), (3480, 111, '_edit_lock', '1758006820:1'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3732, 453, 'vision_section', ''), (3733, 453, '_vision_section', 'field_68c142ba42d04'), (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:') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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.'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3932, 466, '_risk_advice_section_risk_advice_points_1_partner_benefit', 'field_68c7fe8eba1d7'), (3933, 467, 'banner_section_banner_image', ''), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4136, 474, 'vision_section', ''), (4137, 474, '_vision_section', 'field_68c142ba42d04'), (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', '1758000324: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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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.'), (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.') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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'), (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:"";}') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4436, 479, '_risk_advice_section_risk_button', 'field_68c1424a42d03'), (4437, 479, 'risk_advice_section', ''), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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:'), (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', '1758008523: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', '') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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.'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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'), (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') ; INSERT INTO `yswp_ba_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (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'), (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') ; # # 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=493 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\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.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2025-09-15 10:49:05', '2025-09-15 10:49:05', '', 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-09 10:44:42', '2025-09-09 10:44:42', '', 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-09 10:45:27', '2025-09-09 10:45:27', '', 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-09 10:45:44', '2025-09-09 10:45:44', '', 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), (64, 1, '2025-09-10 04:37:03', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2025-09-10 04:37:03', '0000-00-00 00:00:00', '', 0, 'http://localhost/wordpress/bombora/?page_id=64', 0, 'page', '', 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-10 04:37:33', '2025-09-10 04:37:33', '', 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-10 04:37:50', '2025-09-10 04:37:50', '', 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-10 04:39:58', '2025-09-10 04:39:58', '', 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), (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) ; 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 (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), (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:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}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-11 12:45:49', '2025-09-11 12:45:49', '', 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:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2648fa8da6', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 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: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_68c26727a4300";}', 'Point', 'point', 'publish', 'closed', 'closed', '', 'field_68c26741a4302', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 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), (148, 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;}', 'Advice Claims Content', 'advice_claims_content', 'publish', 'closed', 'closed', '', 'field_68c26bb5f1fd0', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 147, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=148', 0, '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-11 12:45:49', '2025-09-11 12:45:49', '', 148, '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-11 12:45:49', '2025-09-11 12:45:49', '', 148, '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-11 12:45:49', '2025-09-11 12:45:49', '', 148, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=151', 2, 'acf-field', '', 0), (152, 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: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;s:15:"parent_repeater";s:19:"field_68c26bb5f1fd0";}', 'Advice Content', 'advice_content', 'publish', 'closed', 'closed', '', 'field_68c26b63f1fc9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 148, '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-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=153', 6, '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-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=154', 7, '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-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=161', 8, '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-11 12:45:49', '2025-09-11 12:45:49', '', 134, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=162', 9, '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:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}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-11 12:45:49', '2025-09-11 12:45:49', '', 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:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2c12add0b9', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 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), (169, 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_68c2c106a2eca', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=169', 0, '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-11 12:45:49', '2025-09-11 12:45:49', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=170', 1, '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-11 12:45:49', '2025-09-11 12:45:49', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=171', 2, 'acf-field', '', 0), (172, 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_68c2c106a2ecd', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 168, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=172', 3, '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-11 12:45:49', '2025-09-11 12:45:49', '', 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-11 12:45:49', '2025-09-11 12:45:49', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=175', 0, '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-11 12:45:49', '2025-09-11 12:45:49', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=176', 1, '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: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;}', 'Contact Detail', 'contact_detail', 'publish', 'closed', 'closed', '', 'field_68c2c1f6b7c79', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 174, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=177', 2, 'acf-field', '', 0), (178, 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: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;s:15:"parent_repeater";s:19:"field_68c2c1f6b7c79";}', 'Address Text', 'address_text', 'publish', 'closed', 'closed', '', 'field_68c2c21db7c7a', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 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) ; 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 (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), (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) ; 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 (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), (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-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=219', 8, '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:0:{}}', 'Getting Section', 'getting_section', 'publish', 'closed', 'closed', '', 'field_68c13d5fc8240', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 179, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=220', 9, '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:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}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-11 12:45:50', '2025-09-11 12:45:50', '', 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:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c26d5fbfc33', '', '', '2025-09-11 12:45:49', '2025-09-11 12:45:49', '', 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:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}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-11 12:45:50', '2025-09-11 12:45:50', '', 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:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c27fcc9858c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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: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";s:15:"parent_repeater";s:19:"field_68c2b153c722f";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c2b16dc7230', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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), (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-11 12:45:50', '2025-09-11 12:45:50', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=286', 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 (287, 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: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";s:15:"parent_repeater";s:19:"field_68c2b225929a8";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c2b236929a9', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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-11 12:45:50', '2025-09-11 12:45:50', '', 283, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=290', 3, '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: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";}', 'Background Image', 'background_image', 'publish', 'closed', 'closed', '', 'field_68c2b284929b6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}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-11 12:45:50', '2025-09-11 12:45:50', '', 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:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c2b50d7e30f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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), (305, 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_68c2b4c8ad186', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=305', 0, '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-11 12:45:50', '2025-09-11 12:45:50', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=306', 1, '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-11 12:45:50', '2025-09-11 12:45:50', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=307', 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 (308, 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_68c2b4c8ad189', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 304, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=308', 3, '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:"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;}', 'Board Members', 'board_members', 'publish', 'closed', 'closed', '', 'field_68c2b58f2d05c', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=313', 2, 'acf-field', '', 0), (314, 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_68c2b58f2d05c";}', 'Member Image', 'member_image', 'publish', 'closed', 'closed', '', 'field_68c2b5d92d05f', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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_68c2b58f2d05c";}', 'Member Name', 'member_name', 'publish', 'closed', 'closed', '', 'field_68c2b59f2d05d', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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_68c2b58f2d05c";}', 'Member Designation', 'designation', 'publish', 'closed', 'closed', '', 'field_68c2b5bc2d05e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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:5:"array";s:15:"parent_repeater";s:19:"field_68c2b58f2d05c";}', 'Lean more button', 'lean_more_button', 'publish', 'closed', 'closed', '', 'field_68c2b5f12d060', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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;}', 'Our Board Footer Info', 'our_board_footer_info', 'publish', 'closed', 'closed', '', 'field_68c2b64aa2762', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 310, 'http://localhost/wordpress/bombora/?post_type=acf-field&p=318', 3, '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: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";}', 'Background Image', 'background_image', 'publish', 'closed', 'closed', '', 'field_68c2bd0b3963e', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"post";}}}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-11 12:45:50', '2025-09-11 12:45:50', '', 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:3:"top";s:8:"endpoint";i:0;}', 'Banner Section', '', 'publish', 'closed', 'closed', '', 'field_68c25dda858c3', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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;}', 'Collaborator Feature', 'collaborator_feature', 'publish', 'closed', 'closed', '', 'field_68c25f0e45d92', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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: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";s:15:"parent_repeater";s:19:"field_68c25f0e45d92";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c25f1945d93', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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_68c25f0e45d92";}', 'Description', 'description', 'publish', 'closed', 'closed', '', 'field_68c25fe745d95', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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:14:{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;s:15:"parent_repeater";s:19:"field_68c25f0e45d92";}', 'Benefits', 'benefits', 'publish', 'closed', 'closed', '', 'field_68c25ffe45d96', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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_68c25ffe45d96";}', 'Benefit Point', 'benefit_point', 'publish', 'closed', 'closed', '', 'field_68c2601645d97', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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 Button', 'button', 'publish', 'closed', 'closed', '', 'field_68c2604745d98', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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";}', 'Image', 'image', 'publish', 'closed', 'closed', '', 'field_68c260c945da6', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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: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;}', 'Success Story Point', 'success_story_point', 'publish', 'closed', 'closed', '', 'field_68c2627e583f2', '', '', '2025-09-11 12:45:50', '2025-09-11 12:45:50', '', 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) ; 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 (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), (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) ; 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 (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), (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-15 13:06:55', '2025-09-15 13:06:55', '', 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-15 13:08:33', '2025-09-15 13:08:33', '', 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) ; # # 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:3:{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:"5f53f79a84374d74dad88ac406e6cef2117be4f255ae636cce901039e8b7d806";a:4:{s:10:"expiration";i:1758096750;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:1757923950;}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;}}'), (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. #