🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_1249c384 / ac96****
📍 Localização Atual:
home
Caminho completo: /home
📤 Enviar Arquivo
📁 Nova Pasta
⬆️ Voltar
🏠 Raiz
🗑️ DELETAR
📦 ZIPAR/DEZIPAR
Status
Nome
Tamanho
Modificado
Permissões
Ações
📁 a
-
03/02/2026 22:15
0755
✏️
📁 apmablcosr
-
26/01/2026 16:35
0705
✏️
🗑️
Editando: dup-database__8e5e176-13113542.sql
/* DUPLICATOR-LITE (PHP BUILD MODE) MYSQL SCRIPT CREATED ON : 2024-02-13 11:36:07 */ /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; SET FOREIGN_KEY_CHECKS = 0; CREATE TABLE `pMmibiwXcommentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 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; CREATE TABLE `pMmibiwXcomments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) CHARACTER SET utf8mb4 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) CHARACTER SET utf8mb4 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; CREATE TABLE `pMmibiwXduplicator_packages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `hash` varchar(50) NOT NULL, `status` int(11) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) NOT NULL, `package` longtext NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; CREATE TABLE `pMmibiwXfrmt_form_entry` ( `entry_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `entry_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `form_id` bigint(20) unsigned NOT NULL, `is_spam` tinyint(1) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`entry_id`), KEY `entry_is_spam` (`is_spam`), KEY `entry_type` (`entry_type`), KEY `entry_form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXfrmt_form_entry_meta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `entry_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`meta_id`), KEY `meta_key` (`meta_key`), KEY `meta_entry_id` (`entry_id`), KEY `meta_key_object` (`entry_id`,`meta_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXfrmt_form_views` ( `view_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` bigint(20) unsigned NOT NULL, `page_id` bigint(20) unsigned NOT NULL, `ip` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`view_id`), KEY `view_form_id` (`form_id`), KEY `view_ip` (`ip`), KEY `view_form_object` (`form_id`,`view_id`), KEY `view_form_object_ip` (`form_id`,`view_id`,`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXgdpr_cc_options` ( `id` int(11) NOT NULL AUTO_INCREMENT, `option_key` varchar(255) NOT NULL DEFAULT '1', `option_value` longtext, `site_id` int(11) DEFAULT NULL, `extras` longtext, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8; CREATE TABLE `pMmibiwXitsec_bans` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `host` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'ip', `created_at` datetime NOT NULL, `actor_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `actor_id` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `host` (`host`), KEY `actor` (`actor_type`,`actor_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_dashboard_events` ( `event_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `event_slug` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `event_time` datetime NOT NULL, `event_count` int(11) unsigned NOT NULL DEFAULT '1', `event_consolidated` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`event_id`), UNIQUE KEY `event_slug__time__consolidated` (`event_slug`,`event_time`,`event_consolidated`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_distributed_storage` ( `storage_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `storage_group` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `storage_key` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `storage_chunk` int(11) NOT NULL DEFAULT '0', `storage_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `storage_updated` datetime NOT NULL, PRIMARY KEY (`storage_id`), UNIQUE KEY `storage_group__key__chunk` (`storage_group`,`storage_key`,`storage_chunk`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_fingerprints` ( `fingerprint_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `fingerprint_user` bigint(20) unsigned NOT NULL, `fingerprint_hash` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `fingerprint_created_at` datetime NOT NULL, `fingerprint_approved_at` datetime NOT NULL, `fingerprint_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `fingerprint_snapshot` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `fingerprint_last_seen` datetime NOT NULL, `fingerprint_uses` int(11) NOT NULL DEFAULT '0', `fingerprint_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `fingerprint_uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`fingerprint_id`), UNIQUE KEY `fingerprint_user__hash` (`fingerprint_user`,`fingerprint_hash`), UNIQUE KEY `fingerprint_uuid` (`fingerprint_uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_geolocation_cache` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_host` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_lat` decimal(10,8) NOT NULL, `location_long` decimal(11,8) NOT NULL, `location_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_credit` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_time` datetime NOT NULL, PRIMARY KEY (`location_id`), UNIQUE KEY `location_host` (`location_host`), KEY `location_time` (`location_time`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_lockouts` ( `lockout_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `lockout_type` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `lockout_start` datetime NOT NULL, `lockout_start_gmt` datetime NOT NULL, `lockout_expire` datetime NOT NULL, `lockout_expire_gmt` datetime NOT NULL, `lockout_host` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lockout_user` bigint(20) unsigned DEFAULT NULL, `lockout_username` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lockout_active` int(1) NOT NULL DEFAULT '1', `lockout_context` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`lockout_id`), KEY `lockout_expire_gmt` (`lockout_expire_gmt`), KEY `lockout_host` (`lockout_host`), KEY `lockout_user` (`lockout_user`), KEY `lockout_username` (`lockout_username`), KEY `lockout_active` (`lockout_active`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_logs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0', `module` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `code` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'notice', `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `init_timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `memory_current` bigint(20) unsigned NOT NULL DEFAULT '0', `memory_peak` bigint(20) unsigned NOT NULL DEFAULT '0', `url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `blog_id` bigint(20) NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `remote_ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `module` (`module`), KEY `code` (`code`), KEY `type` (`type`), KEY `timestamp` (`timestamp`), KEY `init_timestamp` (`init_timestamp`), KEY `user_id` (`user_id`), KEY `blog_id` (`blog_id`) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_mutexes` ( `mutex_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `mutex_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `mutex_expires` int(11) unsigned NOT NULL, PRIMARY KEY (`mutex_id`), UNIQUE KEY `mutex_name` (`mutex_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_opaque_tokens` ( `token_id` char(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `token_hashed` char(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `token_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token_data` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `token_created_at` datetime NOT NULL, PRIMARY KEY (`token_id`), UNIQUE KEY `token_hashed` (`token_hashed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_temp` ( `temp_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `temp_type` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `temp_date` datetime NOT NULL, `temp_date_gmt` datetime NOT NULL, `temp_host` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `temp_user` bigint(20) unsigned DEFAULT NULL, `temp_username` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`temp_id`), KEY `temp_date_gmt` (`temp_date_gmt`), KEY `temp_host` (`temp_host`), KEY `temp_user` (`temp_user`), KEY `temp_username` (`temp_username`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXitsec_user_groups` ( `group_id` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `group_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `group_roles` text COLLATE utf8mb4_unicode_520_ci, `group_canonical` text COLLATE utf8mb4_unicode_520_ci, `group_users` text COLLATE utf8mb4_unicode_520_ci, `group_min_role` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `group_created_at` datetime DEFAULT NULL, PRIMARY KEY (`group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXlinks` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) CHARACTER SET utf8mb4 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) CHARACTER SET utf8mb4 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; CREATE TABLE `pMmibiwXoptions` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) CHARACTER SET utf8mb4 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=3170 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXpostmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1010 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXposts` ( `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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text CHARACTER SET utf8mb4 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) CHARACTER SET utf8mb4 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=431 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXterm_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; CREATE TABLE `pMmibiwXterm_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 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=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXtermmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXterms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXusermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXusers` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) CHARACTER SET utf8mb4 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) CHARACTER SET utf8mb4 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXwpsbc_calendar_meta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `calendar_id` bigint(20) NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `calendar_id` (`calendar_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXwpsbc_calendars` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL, `date_modified` datetime NOT NULL, `status` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `ical_hash` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXwpsbc_event_meta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `event_id` bigint(20) NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `event_id` (`event_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXwpsbc_events` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `date_year` smallint(4) NOT NULL, `date_month` smallint(2) NOT NULL, `date_day` smallint(2) NOT NULL, `calendar_id` bigint(10) NOT NULL, `legend_item_id` bigint(10) NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `tooltip` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXwpsbc_legend_item_meta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `legend_item_id` bigint(20) NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `legend_item_id` (`legend_item_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=88 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXwpsbc_legend_items` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `color` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `color_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `is_default` tinyint(1) NOT NULL, `is_visible` tinyint(1) NOT NULL, `calendar_id` bigint(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXwpvivid_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE `pMmibiwXyoast_indexable` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `permalink` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `permalink_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `object_id` bigint(20) DEFAULT NULL, `object_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `object_sub_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `author_id` bigint(20) DEFAULT NULL, `post_parent` bigint(20) DEFAULT NULL, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `breadcrumb_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `is_public` tinyint(1) DEFAULT NULL, `is_protected` tinyint(1) DEFAULT '0', `has_public_posts` tinyint(1) DEFAULT NULL, `number_of_pages` int(11) unsigned DEFAULT NULL, `canonical` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `primary_focus_keyword` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `primary_focus_keyword_score` int(3) DEFAULT NULL, `readability_score` int(3) DEFAULT NULL, `is_cornerstone` tinyint(1) DEFAULT '0', `is_robots_noindex` tinyint(1) DEFAULT '0', `is_robots_nofollow` tinyint(1) DEFAULT '0', `is_robots_noarchive` tinyint(1) DEFAULT '0', `is_robots_noimageindex` tinyint(1) DEFAULT '0', `is_robots_nosnippet` tinyint(1) DEFAULT '0', `twitter_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `twitter_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `open_graph_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `open_graph_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `open_graph_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `open_graph_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_graph_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `open_graph_image_meta` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `link_count` int(11) DEFAULT NULL, `incoming_link_count` int(11) DEFAULT NULL, `prominent_words_version` int(11) unsigned DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `blog_id` bigint(20) NOT NULL DEFAULT '1', `language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schema_page_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schema_article_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `has_ancestors` tinyint(1) DEFAULT '0', `estimated_reading_time_minutes` int(11) DEFAULT NULL, `version` int(11) DEFAULT '1', `object_last_modified` datetime DEFAULT NULL, `object_published_at` datetime DEFAULT NULL, `inclusive_language_score` int(3) DEFAULT NULL, PRIMARY KEY (`id`), KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`), KEY `object_id_and_type` (`object_id`,`object_type`), KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`), KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`), KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`), KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`) ) ENGINE=InnoDB AUTO_INCREMENT=113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXyoast_indexable_hierarchy` ( `indexable_id` int(11) unsigned NOT NULL, `ancestor_id` int(11) unsigned NOT NULL, `depth` int(11) unsigned DEFAULT NULL, `blog_id` bigint(20) NOT NULL DEFAULT '1', PRIMARY KEY (`indexable_id`,`ancestor_id`), KEY `indexable_id` (`indexable_id`), KEY `ancestor_id` (`ancestor_id`), KEY `depth` (`depth`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXyoast_migrations` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `version` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `pMmibiwXyoast_migrations_version` (`version`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXyoast_primary_term` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) DEFAULT NULL, `term_id` bigint(20) DEFAULT NULL, `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `created_at` datetime DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `blog_id` bigint(20) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `post_taxonomy` (`post_id`,`taxonomy`), KEY `post_term` (`post_id`,`term_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; CREATE TABLE `pMmibiwXyoast_seo_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) DEFAULT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `target_post_id` bigint(20) unsigned DEFAULT NULL, `type` varchar(8) DEFAULT NULL, `indexable_id` int(11) unsigned DEFAULT NULL, `target_indexable_id` int(11) unsigned DEFAULT NULL, `height` int(11) unsigned DEFAULT NULL, `width` int(11) unsigned DEFAULT NULL, `size` int(11) unsigned DEFAULT NULL, `language` varchar(32) DEFAULT NULL, `region` varchar(32) DEFAULT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`), KEY `indexable_link_direction` (`indexable_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=187 DEFAULT CHARSET=utf8; /***** TABLE CREATION END *****/ /* INSERT TABLE DATA: pmmibiwxduplicator_packages */ INSERT INTO `pMmibiwXduplicator_packages` VALUES("1", "20230629_abl", "2a764db5735d6c012051_20230629102152", "100", "2023-06-29 10:24:18", "mwilson", "O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2023-06-29 10:21:52\";s:7:\"Version\";s:5:\"1.5.5\";s:9:\"VersionWP\";s:5:\"6.2.2\";s:9:\"VersionDB\";s:6:\"8.0.16\";s:10:\"VersionPHP\";s:5:\"7.4.3\";s:9:\"VersionOS\";s:5:\"WINNT\";s:2:\"ID\";i:1;s:4:\"Name\";s:12:\"20230629_abl\";s:4:\"Hash\";s:35:\"2a764db5735d6c012051_20230629102152\";s:8:\"NameHash\";s:48:\"20230629_abl_2a764db5735d6c012051_20230629102152\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:58:\"20230629_abl_2a764db5735d6c012051_20230629102152_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:11:\"377.24 sec.\";s:7:\"ExeSize\";s:7:\"73.47KB\";s:7:\"ZipSize\";s:9:\"1007.91MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"mwilson\";s:7:\"Archive\";O:11:\"DUP_Archive\":26:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:60:\"20230629_abl_2a764db5735d6c012051_20230629102152_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";s:4:\"Size\";i:1056870958;s:4:\"Dirs\";a:0:{}s:9:\"dirsCount\";i:1695;s:5:\"Files\";a:0:{}s:10:\"filesCount\";i:12041;s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:13735;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:52:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-admin\";i:1;s:55:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-includes\";i:2;s:64:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/languages\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:7:{i:0;s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";i:1;s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";i:2;s:54:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content\";i:3;s:62:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/uploads\";i:4;s:62:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/plugins\";i:5;s:65:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/mu-plugins\";i:6;s:61:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/themes\";}s:31:\"\0DUP_Archive\0relativeFiltersDir\";a:2:{i:0;s:75:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/backups-dup-lite/tmp\";i:1;s:15:\"backups-dup-pro\";}s:24:\"\0DUP_Archive\0listFileObj\";N;s:23:\"\0DUP_Archive\0listDirObj\";N;}s:9:\"Installer\";O:13:\"DUP_Installer\":15:{s:4:\"File\";s:66:\"20230629_abl_2a764db5735d6c012051_20230629102152_installer.php.bak\";s:4:\"Size\";i:75232;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;s:17:\"\0*\0origFileManger\";O:40:\"Duplicator\\Libs\\Snap\\SnapOrigFileManager\":4:{s:18:\"\0*\0persistanceFile\";s:127:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/backups-dup-lite/tmp/original_files_2a764db-29102152/entries_stored.json\";s:18:\"\0*\0origFilesFolder\";s:107:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/backups-dup-lite/tmp/original_files_2a764db-29102152\";s:20:\"\0*\0origFolderEntries\";a:0:{}s:11:\"\0*\0rootPath\";s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";}s:32:\"\0DUP_Installer\0configTransformer\";O:44:\"Duplicator\\Libs\\WpConfig\\WPConfigTransformer\":3:{s:17:\"\0*\0wp_config_path\";s:57:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-config.php\";s:16:\"\0*\0wp_config_src\";s:3186:\"<?php\n\n// BEGIN iThemes Security - Ne modifiez pas ou ne supprimez pas cette ligne\n// iThemes Security Config Details: 2\ndefine( \'DISALLOW_FILE_EDIT\', true ); // Désactivez l’éditeur de code - iThemes Security > Réglages > Ajustements WordPress > Éditeur de code\n// END iThemes Security - Ne modifiez pas ou ne supprimez pas cette ligne\n\ndefine(\'FS_METHOD\', \'direct\');\ndefine( \'FORCE_SSL_ADMIN\', true );\n/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the\n * installation. You don\'t have to use the web site, you can\n * copy this file to \"wp-config.php\" and fill in the values.\n *\n * This file contains the following configurations:\n *\n * * MySQL settings\n * * Secret keys\n * * Database table prefix\n * * ABSPATH\n *\n * @link https://codex.wordpress.org/Editing_wp-config.php\n *\n * @package WordPress\n */\n\n// ** MySQL settings - You can get this info from your web host ** //\n/** The name of the database for WordPress */\ndefine( \'DB_NAME\', \"local\" );\n\n/** MySQL database username */\ndefine( \'DB_USER\', \"root\" );\n\n/** MySQL database password */\ndefine( \'DB_PASSWORD\', \"root\" );\n\n/** MySQL hostname */\ndefine( \'DB_HOST\', \"localhost\" );\n\n/** Database Charset to use in creating database tables. */\ndefine( \'DB_CHARSET\', \'utf8\' );\n\n/** The Database Collate type. Don\'t change this if in doubt. */\ndefine( \'DB_COLLATE\', \'\' );\n\n/**\n * Authentication Unique Keys and Salts.\n *\n * Change these to different unique phrases!\n * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}\n * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.\n *\n * @since 2.6.0\n */\ndefine( \'AUTH_KEY\', \'f8HT![*ID9*4*DV:2<{A+TzQ:1{ix8scFdUt:h`^9]j)5Pqg5#sOB_gz2lpWZR+.\' );\ndefine( \'SECURE_AUTH_KEY\', \'?rKY|t^!^S|u{%x,qCYlz&e7toA{A]h+$n%?{n04P=!tdO+2t*cgYx: |ZayX<q<\' );\ndefine( \'LOGGED_IN_KEY\', \'vax{f =D 7kAk?bw`!wAQ3xRE~J}Y&2$4!xYL/I@nBPf(sYv4e@nXv-o}s+Ou19B\' );\ndefine( \'NONCE_KEY\', \'W#d>MIfEsVUZ+;cQ##E.J(<%V*k#4q.sJyK)Zcw{mkSb6}A^?^1=&+)PR04@x[#q\' );\ndefine( \'AUTH_SALT\', \'3=rH?b&agZwX@19Swhb7.)54.{X{N1S$K3%]-P>DDH9b(Cf^uEyFZXmC-I7RVx[j\' );\ndefine( \'SECURE_AUTH_SALT\', \'h]fdo>s_HQ6QMtY6> O<d;t,-nWe7lw]$5dhJ[=.5VDv]?bV)XQMT|H]5wb 7D}B\' );\ndefine( \'LOGGED_IN_SALT\', \'jbt:em9AD`&NQ.1NyW=ak5wvvLSzE_/,Hzwt@UZ]5p$gpk8ROh..#qG1d0.ei(~Q\' );\ndefine( \'NONCE_SALT\', \'4~=MI3MCv4:Bz0$n}M&FNnB`NvP)C)#?dH%=:s3YF,e^|@tk_<F%EJvXpN?M4Qah\' );\ndefine( \'WP_CACHE_KEY_SALT\', \'hG|LkXFXZ_2{h&)xK/P(0m{9NXB+&KOYtR_2?(9M<X(Bt5@i>flOJd~]4BmBk)(+\' );\n\n/**\n * WordPress Database Table prefix.\n *\n * You can have multiple installations in one database if you give each\n * a unique prefix. Only numbers, letters, and underscores please!\n */\n$table_prefix = \'pMmibiwX\';\n\n\n\n\ndefine( \'WP_ENVIRONMENT_TYPE\', \'local\' );\n/* That\'s all, stop editing! Happy publishing. */\n\n/** Absolute path to the WordPress directory. */\nif ( ! defined( \'ABSPATH\' ) ) {\n define( \'ABSPATH\', dirname( __FILE__ ) . \'/\' );\n}\n\n/** Sets up WordPress vars and included files. */\nrequire_once ABSPATH . \'wp-settings.php\';\n\";s:13:\"\0*\0wp_configs\";a:2:{s:8:\"constant\";a:20:{s:18:\"DISALLOW_FILE_EDIT\";a:3:{s:3:\"src\";s:37:\"define( \'DISALLOW_FILE_EDIT\', true );\";s:5:\"value\";s:4:\"true\";s:5:\"parts\";a:3:{i:0;s:28:\"define( \'DISALLOW_FILE_EDIT\'\";i:1;s:7:\", true \";i:2;s:2:\");\";}}s:9:\"FS_METHOD\";a:3:{s:3:\"src\";s:30:\"define(\'FS_METHOD\', \'direct\');\";s:5:\"value\";s:8:\"\'direct\'\";s:5:\"parts\";a:3:{i:0;s:18:\"define(\'FS_METHOD\'\";i:1;s:10:\", \'direct\'\";i:2;s:2:\");\";}}s:15:\"FORCE_SSL_ADMIN\";a:3:{s:3:\"src\";s:34:\"define( \'FORCE_SSL_ADMIN\', true );\";s:5:\"value\";s:4:\"true\";s:5:\"parts\";a:3:{i:0;s:25:\"define( \'FORCE_SSL_ADMIN\'\";i:1;s:7:\", true \";i:2;s:2:\");\";}}s:7:\"DB_NAME\";a:3:{s:3:\"src\";s:29:\"define( \'DB_NAME\', \"local\" );\";s:5:\"value\";s:7:\"\"local\"\";s:5:\"parts\";a:3:{i:0;s:17:\"define( \'DB_NAME\'\";i:1;s:10:\", \"local\" \";i:2;s:2:\");\";}}s:7:\"DB_USER\";a:3:{s:3:\"src\";s:28:\"define( \'DB_USER\', \"root\" );\";s:5:\"value\";s:6:\"\"root\"\";s:5:\"parts\";a:3:{i:0;s:17:\"define( \'DB_USER\'\";i:1;s:9:\", \"root\" \";i:2;s:2:\");\";}}s:11:\"DB_PASSWORD\";a:3:{s:3:\"src\";s:32:\"define( \'DB_PASSWORD\', \"root\" );\";s:5:\"value\";s:6:\"\"root\"\";s:5:\"parts\";a:3:{i:0;s:21:\"define( \'DB_PASSWORD\'\";i:1;s:9:\", \"root\" \";i:2;s:2:\");\";}}s:7:\"DB_HOST\";a:3:{s:3:\"src\";s:33:\"define( \'DB_HOST\', \"localhost\" );\";s:5:\"value\";s:11:\"\"localhost\"\";s:5:\"parts\";a:3:{i:0;s:17:\"define( \'DB_HOST\'\";i:1;s:14:\", \"localhost\" \";i:2;s:2:\");\";}}s:10:\"DB_CHARSET\";a:3:{s:3:\"src\";s:31:\"define( \'DB_CHARSET\', \'utf8\' );\";s:5:\"value\";s:6:\"\'utf8\'\";s:5:\"parts\";a:3:{i:0;s:20:\"define( \'DB_CHARSET\'\";i:1;s:9:\", \'utf8\' \";i:2;s:2:\");\";}}s:10:\"DB_COLLATE\";a:3:{s:3:\"src\";s:27:\"define( \'DB_COLLATE\', \'\' );\";s:5:\"value\";s:2:\"\'\'\";s:5:\"parts\";a:3:{i:0;s:20:\"define( \'DB_COLLATE\'\";i:1;s:5:\", \'\' \";i:2;s:2:\");\";}}s:8:\"AUTH_KEY\";a:3:{s:3:\"src\";s:98:\"define( \'AUTH_KEY\', \'f8HT![*ID9*4*DV:2<{A+TzQ:1{ix8scFdUt:h`^9]j)5Pqg5#sOB_gz2lpWZR+.\' );\";s:5:\"value\";s:66:\"\'f8HT![*ID9*4*DV:2<{A+TzQ:1{ix8scFdUt:h`^9]j)5Pqg5#sOB_gz2lpWZR+.\'\";s:5:\"parts\";a:3:{i:0;s:18:\"define( \'AUTH_KEY\'\";i:1;s:78:\", \'f8HT![*ID9*4*DV:2<{A+TzQ:1{ix8scFdUt:h`^9]j)5Pqg5#sOB_gz2lpWZR+.\' \";i:2;s:2:\");\";}}s:15:\"SECURE_AUTH_KEY\";a:3:{s:3:\"src\";s:98:\"define( \'SECURE_AUTH_KEY\', \'?rKY|t^!^S|u{%x,qCYlz&e7toA{A]h+$n%?{n04P=!tdO+2t*cgYx: |ZayX<q<\' );\";s:5:\"value\";s:66:\"\'?rKY|t^!^S|u{%x,qCYlz&e7toA{A]h+$n%?{n04P=!tdO+2t*cgYx: |ZayX<q<\'\";s:5:\"parts\";a:3:{i:0;s:25:\"define( \'SECURE_AUTH_KEY\'\";i:1;s:71:\", \'?rKY|t^!^S|u{%x,qCYlz&e7toA{A]h+$n%?{n04P=!tdO+2t*cgYx: |ZayX<q<\' \";i:2;s:2:\");\";}}s:13:\"LOGGED_IN_KEY\";a:3:{s:3:\"src\";s:98:\"define( \'LOGGED_IN_KEY\', \'vax{f =D 7kAk?bw`!wAQ3xRE~J}Y&2$4!xYL/I@nBPf(sYv4e@nXv-o}s+Ou19B\' );\";s:5:\"value\";s:66:\"\'vax{f =D 7kAk?bw`!wAQ3xRE~J}Y&2$4!xYL/I@nBPf(sYv4e@nXv-o}s+Ou19B\'\";s:5:\"parts\";a:3:{i:0;s:23:\"define( \'LOGGED_IN_KEY\'\";i:1;s:73:\", \'vax{f =D 7kAk?bw`!wAQ3xRE~J}Y&2$4!xYL/I@nBPf(sYv4e@nXv-o}s+Ou19B\' \";i:2;s:2:\");\";}}s:9:\"NONCE_KEY\";a:3:{s:3:\"src\";s:98:\"define( \'NONCE_KEY\', \'W#d>MIfEsVUZ+;cQ##E.J(<%V*k#4q.sJyK)Zcw{mkSb6}A^?^1=&+)PR04@x[#q\' );\";s:5:\"value\";s:66:\"\'W#d>MIfEsVUZ+;cQ##E.J(<%V*k#4q.sJyK)Zcw{mkSb6}A^?^1=&+)PR04@x[#q\'\";s:5:\"parts\";a:3:{i:0;s:19:\"define( \'NONCE_KEY\'\";i:1;s:77:\", \'W#d>MIfEsVUZ+;cQ##E.J(<%V*k#4q.sJyK)Zcw{mkSb6}A^?^1=&+)PR04@x[#q\' \";i:2;s:2:\");\";}}s:9:\"AUTH_SALT\";a:3:{s:3:\"src\";s:98:\"define( \'AUTH_SALT\', \'3=rH?b&agZwX@19Swhb7.)54.{X{N1S$K3%]-P>DDH9b(Cf^uEyFZXmC-I7RVx[j\' );\";s:5:\"value\";s:66:\"\'3=rH?b&agZwX@19Swhb7.)54.{X{N1S$K3%]-P>DDH9b(Cf^uEyFZXmC-I7RVx[j\'\";s:5:\"parts\";a:3:{i:0;s:19:\"define( \'AUTH_SALT\'\";i:1;s:77:\", \'3=rH?b&agZwX@19Swhb7.)54.{X{N1S$K3%]-P>DDH9b(Cf^uEyFZXmC-I7RVx[j\' \";i:2;s:2:\");\";}}s:16:\"SECURE_AUTH_SALT\";a:3:{s:3:\"src\";s:98:\"define( \'SECURE_AUTH_SALT\', \'h]fdo>s_HQ6QMtY6> O<d;t,-nWe7lw]$5dhJ[=.5VDv]?bV)XQMT|H]5wb 7D}B\' );\";s:5:\"value\";s:66:\"\'h]fdo>s_HQ6QMtY6> O<d;t,-nWe7lw]$5dhJ[=.5VDv]?bV)XQMT|H]5wb 7D}B\'\";s:5:\"parts\";a:3:{i:0;s:26:\"define( \'SECURE_AUTH_SALT\'\";i:1;s:70:\", \'h]fdo>s_HQ6QMtY6> O<d;t,-nWe7lw]$5dhJ[=.5VDv]?bV)XQMT|H]5wb 7D}B\' \";i:2;s:2:\");\";}}s:14:\"LOGGED_IN_SALT\";a:3:{s:3:\"src\";s:98:\"define( \'LOGGED_IN_SALT\', \'jbt:em9AD`&NQ.1NyW=ak5wvvLSzE_/,Hzwt@UZ]5p$gpk8ROh..#qG1d0.ei(~Q\' );\";s:5:\"value\";s:66:\"\'jbt:em9AD`&NQ.1NyW=ak5wvvLSzE_/,Hzwt@UZ]5p$gpk8ROh..#qG1d0.ei(~Q\'\";s:5:\"parts\";a:3:{i:0;s:24:\"define( \'LOGGED_IN_SALT\'\";i:1;s:72:\", \'jbt:em9AD`&NQ.1NyW=ak5wvvLSzE_/,Hzwt@UZ]5p$gpk8ROh..#qG1d0.ei(~Q\' \";i:2;s:2:\");\";}}s:10:\"NONCE_SALT\";a:3:{s:3:\"src\";s:98:\"define( \'NONCE_SALT\', \'4~=MI3MCv4:Bz0$n}M&FNnB`NvP)C)#?dH%=:s3YF,e^|@tk_<F%EJvXpN?M4Qah\' );\";s:5:\"value\";s:66:\"\'4~=MI3MCv4:Bz0$n}M&FNnB`NvP)C)#?dH%=:s3YF,e^|@tk_<F%EJvXpN?M4Qah\'\";s:5:\"parts\";a:3:{i:0;s:20:\"define( \'NONCE_SALT\'\";i:1;s:76:\", \'4~=MI3MCv4:Bz0$n}M&FNnB`NvP)C)#?dH%=:s3YF,e^|@tk_<F%EJvXpN?M4Qah\' \";i:2;s:2:\");\";}}s:17:\"WP_CACHE_KEY_SALT\";a:3:{s:3:\"src\";s:98:\"define( \'WP_CACHE_KEY_SALT\', \'hG|LkXFXZ_2{h&)xK/P(0m{9NXB+&KOYtR_2?(9M<X(Bt5@i>flOJd~]4BmBk)(+\' );\";s:5:\"value\";s:66:\"\'hG|LkXFXZ_2{h&)xK/P(0m{9NXB+&KOYtR_2?(9M<X(Bt5@i>flOJd~]4BmBk)(+\'\";s:5:\"parts\";a:3:{i:0;s:27:\"define( \'WP_CACHE_KEY_SALT\'\";i:1;s:69:\", \'hG|LkXFXZ_2{h&)xK/P(0m{9NXB+&KOYtR_2?(9M<X(Bt5@i>flOJd~]4BmBk)(+\' \";i:2;s:2:\");\";}}s:19:\"WP_ENVIRONMENT_TYPE\";a:3:{s:3:\"src\";s:41:\"define( \'WP_ENVIRONMENT_TYPE\', \'local\' );\";s:5:\"value\";s:7:\"\'local\'\";s:5:\"parts\";a:3:{i:0;s:29:\"define( \'WP_ENVIRONMENT_TYPE\'\";i:1;s:10:\", \'local\' \";i:2;s:2:\");\";}}s:7:\"ABSPATH\";a:3:{s:3:\"src\";s:48:\" define( \'ABSPATH\', dirname( __FILE__ ) . \'/\' );\";s:5:\"value\";s:25:\"dirname( __FILE__ ) . \'/\'\";s:5:\"parts\";a:3:{i:0;s:18:\" define( \'ABSPATH\'\";i:1;s:28:\", dirname( __FILE__ ) . \'/\' \";i:2;s:2:\");\";}}}s:8:\"variable\";a:1:{s:12:\"table_prefix\";a:3:{s:3:\"src\";s:27:\"$table_prefix = \'pMmibiwX\';\";s:5:\"value\";s:10:\"\'pMmibiwX\'\";s:5:\"parts\";a:2:{i:0;s:15:\"$table_prefix =\";i:1;s:12:\" \'pMmibiwX\';\";}}}}}}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:2302899;s:4:\"File\";s:61:\"20230629_abl_2a764db5735d6c012051_20230629102152_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server - GPL\";s:19:\"sameNameTableExists\";b:0;s:4:\"info\";O:16:\"DUP_DatabaseInfo\":23:{s:9:\"buildMode\";s:3:\"PHP\";s:11:\"charSetList\";a:2:{i:0;s:7:\"utf8mb4\";i:1;s:4:\"utf8\";}s:13:\"collationList\";a:2:{i:0;s:15:\"utf8_general_ci\";i:1;s:22:\"utf8mb4_unicode_520_ci\";}s:10:\"engineList\";a:1:{i:0;s:6:\"InnoDB\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:5:\"local\";s:15:\"tablesBaseCount\";i:40;s:16:\"tablesFinalCount\";i:40;s:20:\"muFilteredTableCount\";i:0;s:14:\"tablesRowCount\";i:1290;s:16:\"tablesSizeOnDisk\";i:7979008;s:10:\"tablesList\";a:40:{s:19:\"pmmibiwxcommentmeta\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:49152;}s:16:\"pmmibiwxcomments\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:98304;}s:27:\"pmmibiwxduplicator_packages\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:1;s:4:\"size\";i:32768;}s:23:\"pmmibiwxfrmt_form_entry\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:65536;}s:28:\"pmmibiwxfrmt_form_entry_meta\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:65536;}s:23:\"pmmibiwxfrmt_form_views\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:81920;}s:23:\"pmmibiwxgdpr_cc_options\";a:3:{s:14:\"inaccurateRows\";i:33;s:12:\"insertedRows\";i:33;s:4:\"size\";i:16384;}s:18:\"pmmibiwxitsec_bans\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:49152;}s:30:\"pmmibiwxitsec_dashboard_events\";a:3:{s:14:\"inaccurateRows\";i:4;s:12:\"insertedRows\";i:3;s:4:\"size\";i:32768;}s:33:\"pmmibiwxitsec_distributed_storage\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:32768;}s:26:\"pmmibiwxitsec_fingerprints\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:49152;}s:31:\"pmmibiwxitsec_geolocation_cache\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:49152;}s:22:\"pmmibiwxitsec_lockouts\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:98304;}s:18:\"pmmibiwxitsec_logs\";a:3:{s:14:\"inaccurateRows\";i:8;s:12:\"insertedRows\";i:10;s:4:\"size\";i:131072;}s:21:\"pmmibiwxitsec_mutexes\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:32768;}s:27:\"pmmibiwxitsec_opaque_tokens\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:32768;}s:18:\"pmmibiwxitsec_temp\";a:3:{s:14:\"inaccurateRows\";i:2;s:12:\"insertedRows\";i:2;s:4:\"size\";i:81920;}s:25:\"pmmibiwxitsec_user_groups\";a:3:{s:14:\"inaccurateRows\";i:5;s:12:\"insertedRows\";i:5;s:4:\"size\";i:16384;}s:13:\"pmmibiwxlinks\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:32768;}s:15:\"pmmibiwxoptions\";a:3:{s:14:\"inaccurateRows\";i:314;s:12:\"insertedRows\";i:321;s:4:\"size\";i:1310720;}s:16:\"pmmibiwxpostmeta\";a:3:{s:14:\"inaccurateRows\";i:468;s:12:\"insertedRows\";i:470;s:4:\"size\";i:344064;}s:13:\"pmmibiwxposts\";a:3:{s:14:\"inaccurateRows\";i:179;s:12:\"insertedRows\";i:230;s:4:\"size\";i:4440064;}s:26:\"pmmibiwxterm_relationships\";a:3:{s:14:\"inaccurateRows\";i:30;s:12:\"insertedRows\";i:30;s:4:\"size\";i:32768;}s:21:\"pmmibiwxterm_taxonomy\";a:3:{s:14:\"inaccurateRows\";i:12;s:12:\"insertedRows\";i:12;s:4:\"size\";i:49152;}s:16:\"pmmibiwxtermmeta\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:1;s:4:\"size\";i:49152;}s:13:\"pmmibiwxterms\";a:3:{s:14:\"inaccurateRows\";i:12;s:12:\"insertedRows\";i:12;s:4:\"size\";i:49152;}s:16:\"pmmibiwxusermeta\";a:3:{s:14:\"inaccurateRows\";i:52;s:12:\"insertedRows\";i:52;s:4:\"size\";i:49152;}s:13:\"pmmibiwxusers\";a:3:{s:14:\"inaccurateRows\";i:2;s:12:\"insertedRows\";i:2;s:4:\"size\";i:65536;}s:27:\"pmmibiwxwpsbc_calendar_meta\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:49152;}s:23:\"pmmibiwxwpsbc_calendars\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:1;s:4:\"size\";i:16384;}s:24:\"pmmibiwxwpsbc_event_meta\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:49152;}s:20:\"pmmibiwxwpsbc_events\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:16384;}s:30:\"pmmibiwxwpsbc_legend_item_meta\";a:3:{s:14:\"inaccurateRows\";i:87;s:12:\"insertedRows\";i:87;s:4:\"size\";i:49152;}s:26:\"pmmibiwxwpsbc_legend_items\";a:3:{s:14:\"inaccurateRows\";i:5;s:12:\"insertedRows\";i:5;s:4:\"size\";i:16384;}s:23:\"pmmibiwxwpvivid_options\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:32768;}s:23:\"pmmibiwxyoast_indexable\";a:3:{s:14:\"inaccurateRows\";i:18;s:12:\"insertedRows\";i:16;s:4:\"size\";i:114688;}s:33:\"pmmibiwxyoast_indexable_hierarchy\";a:3:{s:14:\"inaccurateRows\";i:12;s:12:\"insertedRows\";i:12;s:4:\"size\";i:65536;}s:24:\"pmmibiwxyoast_migrations\";a:3:{s:14:\"inaccurateRows\";i:22;s:12:\"insertedRows\";i:24;s:4:\"size\";i:32768;}s:26:\"pmmibiwxyoast_primary_term\";a:3:{s:14:\"inaccurateRows\";i:0;s:12:\"insertedRows\";i:0;s:4:\"size\";i:49152;}s:23:\"pmmibiwxyoast_seo_links\";a:3:{s:14:\"inaccurateRows\";i:25;s:12:\"insertedRows\";i:25;s:4:\"size\";i:49152;}}s:18:\"varLowerCaseTables\";s:1:\"1\";s:8:\"dbEngine\";s:5:\"MySQL\";s:7:\"version\";s:6:\"8.0.16\";s:14:\"versionComment\";s:28:\"MySQL Community Server - GPL\";s:9:\"viewCount\";i:0;s:9:\"procCount\";i:0;s:9:\"funcCount\";i:0;s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:137:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/backups-dup-lite/tmp/20230629_abl_2a764db5735d6c012051_20230629102152_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2023-06-29 10:21:52\";s:7:\"Version\";s:5:\"1.5.5\";s:9:\"VersionWP\";s:5:\"6.2.2\";s:9:\"VersionDB\";s:6:\"8.0.16\";s:10:\"VersionPHP\";s:5:\"7.4.3\";s:9:\"VersionOS\";s:5:\"WINNT\";s:2:\"ID\";N;s:4:\"Name\";s:12:\"20230629_abl\";s:4:\"Hash\";s:35:\"2a764db5735d6c012051_20230629102152\";s:8:\"NameHash\";s:48:\"20230629_abl_2a764db5735d6c012051_20230629102152\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:84;s:8:\"Database\";r:255;s:13:\"BuildProgress\";r:459;}}}"); INSERT INTO `pMmibiwXduplicator_packages` VALUES("2", "20230629_abl", "8e5e1765c20c5b977729_20240213113542", "21", "2024-02-13 11:36:06", "mwilson", "O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2024-02-13 11:35:42\";s:7:\"Version\";s:5:\"1.5.5\";s:9:\"VersionWP\";s:5:\"6.4.3\";s:9:\"VersionDB\";s:6:\"8.0.16\";s:10:\"VersionPHP\";s:5:\"7.4.3\";s:9:\"VersionOS\";s:5:\"WINNT\";s:2:\"ID\";i:2;s:4:\"Name\";s:12:\"20230629_abl\";s:4:\"Hash\";s:35:\"8e5e1765c20c5b977729_20240213113542\";s:8:\"NameHash\";s:48:\"20230629_abl_8e5e1765c20c5b977729_20240213113542\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:58:\"20230629_abl_8e5e1765c20c5b977729_20240213113542_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";s:4:\"20.5\";s:6:\"WPUser\";s:7:\"mwilson\";s:7:\"Archive\";O:11:\"DUP_Archive\":26:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:60:\"20230629_abl_8e5e1765c20c5b977729_20240213113542_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:9:\"dirsCount\";i:1712;s:5:\"Files\";a:0:{}s:10:\"filesCount\";i:12243;s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2024-02-13 11:35:42\";s:7:\"Version\";s:5:\"1.5.5\";s:9:\"VersionWP\";s:5:\"6.4.3\";s:9:\"VersionDB\";s:6:\"8.0.16\";s:10:\"VersionPHP\";s:5:\"7.4.3\";s:9:\"VersionOS\";s:5:\"WINNT\";s:2:\"ID\";N;s:4:\"Name\";s:12:\"20230629_abl\";s:4:\"Hash\";s:35:\"8e5e1765c20c5b977729_20240213113542\";s:8:\"NameHash\";s:48:\"20230629_abl_8e5e1765c20c5b977729_20240213113542\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":15:{s:4:\"File\";s:66:\"20230629_abl_8e5e1765c20c5b977729_20240213113542_installer.php.bak\";s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:65;s:17:\"\0*\0origFileManger\";N;s:32:\"\0DUP_Installer\0configTransformer\";O:44:\"Duplicator\\Libs\\WpConfig\\WPConfigTransformer\":3:{s:17:\"\0*\0wp_config_path\";s:57:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-config.php\";s:16:\"\0*\0wp_config_src\";N;s:13:\"\0*\0wp_configs\";a:0:{}}}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";s:61:\"20230629_abl_8e5e1765c20c5b977729_20240213113542_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server - GPL\";s:19:\"sameNameTableExists\";b:0;s:4:\"info\";O:16:\"DUP_DatabaseInfo\":23:{s:9:\"buildMode\";s:3:\"PHP\";s:11:\"charSetList\";a:0:{}s:13:\"collationList\";a:0:{}s:10:\"engineList\";a:0:{}s:17:\"isTablesUpperCase\";b:0;s:15:\"isNameUpperCase\";b:0;s:4:\"name\";s:0:\"\";s:15:\"tablesBaseCount\";i:0;s:16:\"tablesFinalCount\";i:0;s:20:\"muFilteredTableCount\";i:0;s:14:\"tablesRowCount\";i:0;s:16:\"tablesSizeOnDisk\";i:0;s:10:\"tablesList\";a:0:{}s:18:\"varLowerCaseTables\";i:1;s:8:\"dbEngine\";s:0:\"\";s:7:\"version\";i:0;s:14:\"versionComment\";i:0;s:9:\"viewCount\";i:0;s:9:\"procCount\";i:0;s:9:\"funcCount\";i:0;s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:137:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/backups-dup-lite/tmp/20230629_abl_8e5e1765c20c5b977729_20240213113542_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:65;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:52:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-admin\";i:1;s:55:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-includes\";i:2;s:64:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/languages\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:7:{i:0;s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";i:1;s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";i:2;s:54:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content\";i:3;s:62:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/uploads\";i:4;s:62:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/plugins\";i:5;s:65:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/mu-plugins\";i:6;s:61:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/themes\";}s:31:\"\0DUP_Archive\0relativeFiltersDir\";a:2:{i:0;s:75:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/backups-dup-lite/tmp\";i:1;s:15:\"backups-dup-pro\";}s:24:\"\0DUP_Archive\0listFileObj\";N;s:23:\"\0DUP_Archive\0listDirObj\";N;}s:9:\"Installer\";r:86;s:8:\"Database\";r:105;s:13:\"BuildProgress\";r:144;}"); /* INSERT TABLE DATA: pmmibiwxgdpr_cc_options */ INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("1", "moove_gdpr_infobar_visibility", "visible", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("2", "moove_gdpr_reject_button_enable", "1", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("3", "moove_gdpr_settings_button_enable", "1", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("4", "moove_gdpr_close_button_enable", "1", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("5", "moove_gdpr_colour_scheme", "2", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("6", "moove_gdpr_nonce", "0615e591f6", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("7", "_wp_http_referer", "/wp-admin/admin.php?page=moove-gdpr&tab=third-party-cookies", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("8", "moove_gdpr_info_bar_content", "<p>Nous utilisons des cookies pour vous offrir la meilleure expérience sur notre site.</p>\n<p>Vous pouvez les désactiver en cliquant sur le bouton prévu.</p>\n", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("9", "moove_gdpr_infobar_accept_button_label", "Accepter", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("10", "moove_gdpr_infobar_reject_button_label", "Rejeter", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("11", "moove_gdpr_infobar_settings_button_label", "Réglages", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("12", "moove_gdpr_infobar_position", "top", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("13", "moove_gdpr_brand_colour", "#0c4da2", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("14", "moove_gdpr_brand_secondary_colour", "#000000", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("15", "moove_gdpr_company_logo", "https://apmabl.local/wp-content/uploads/2021/10/DYNAMIS_LOGO-removebg.png", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("16", "moove_gdpr_logo_position", "left", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("17", "moove_gdpr_button_style", "rounded", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("18", "moove_gdpr_plugin_font_type", "1", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("19", "moove_gdpr_plugin_font_family", "\'Nunito\', sans-serif", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("20", "moove_gdpr_cdn_url", "", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("21", "moove_gdpr_company_logo_id", "188", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("22", "moove_gdpr_strictly_necessary_cookies_functionality", "2", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("23", "moove_gdpr_strictly_necessary_cookies_tab_title", "Cookies strictement nécessaires", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("24", "moove_gdpr_strict_necessary_cookies_tab_content", "Cette option doit être activée à tout moment afin que nous puissions enregistrer vos préférences pour les réglages de cookie.", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("25", "moove_gdpr_strictly_necessary_cookies_warning", "Si vous désactivez ce cookie, nous ne pourrons pas enregistrer vos préférences. Cela signifie que chaque fois que vous visitez ce site, vous devrez activer ou désactiver à nouveau les cookies.", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("26", "moove_gdpr_modal_strictly_secondary_notice", "<p>Veuillez activer d’abord les cookies strictement nécessaires pour que nous puissions enregistrer vos préférences !</p>\n", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("27", "moove_gdpr_third_party_cookies_enable_first_visit", "0", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("28", "moove_gdpr_third_party_cookies_enable", "1", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("29", "moove_gdpr_performance_cookies_tab_title_en", "Cookies tiers", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("30", "moove_gdpr_performance_cookies_tab_content_en", "Ce site utilise Google Analytics pour collecter des informations anonymes telles que le nombre de visiteurs du site et les pages les plus populaires.\r\n\r\nGarder ce cookie activé nous aide à améliorer notre site Web.", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("31", "moove_gdpr_third_party_header_scripts", "<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-Q32GVFNWJ1\"></script>\r\n<script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\'js\', new Date());\r\n\r\n gtag(\'config\', \'G-Q32GVFNWJ1\');\r\n</script>", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("32", "moove_gdpr_third_party_body_scripts", "", "1", NULL); INSERT INTO `pMmibiwXgdpr_cc_options` VALUES("33", "moove_gdpr_third_party_footer_scripts", "", "1", NULL); /* INSERT TABLE DATA: pmmibiwxitsec_dashboard_events */ INSERT INTO `pMmibiwXitsec_dashboard_events` VALUES("3", "local-brute-force", "2021-11-21 00:00:00", "1", "1"); INSERT INTO `pMmibiwXitsec_dashboard_events` VALUES("4", "local-brute-force", "2023-06-05 00:00:00", "1", "1"); INSERT INTO `pMmibiwXitsec_dashboard_events` VALUES("6", "local-brute-force", "2023-06-29 00:00:00", "1", "1"); /* INSERT TABLE DATA: pmmibiwxitsec_logs */ INSERT INTO `pMmibiwXitsec_logs` VALUES("24", "0", "notification_center", "send_scheduled", "a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}", "debug", "2024-02-12 10:23:06", "2024-02-12 10:22:32", "26286064", "28666368", "http://apmabl.local/wp-admin/", "1", "0", "127.0.0.1"); INSERT INTO `pMmibiwXitsec_logs` VALUES("25", "0", "notification_center", "send_scheduled", "a:2:{s:13:\"notifications\";a:1:{i:0;s:6:\"digest\";}s:6:\"silent\";b:0;}", "debug", "2024-02-13 11:15:52", "2024-02-13 11:15:51", "22791640", "23909288", "https://apmabl.local/wp-admin/admin-post.php", "1", "0", "::1"); /* INSERT TABLE DATA: pmmibiwxitsec_user_groups */ INSERT INTO `pMmibiwXitsec_user_groups` VALUES("2053646f-7317-4199-bbcd-93f6041d852f", "Contributeurs/contributrices", "", "contributor", "", "", "2021-10-25 13:45:25"); INSERT INTO `pMmibiwXitsec_user_groups` VALUES("263dec1c-8be4-4547-989a-8c6ca56ad274", "Éditeurs/éditrices", "", "editor", "", "", "2021-10-25 13:45:25"); INSERT INTO `pMmibiwXitsec_user_groups` VALUES("8a3ccb0a-c849-4c81-8d3d-e024a27e1502", "Abonnés/abonnées", "", "subscriber", "", "", "2021-10-25 13:45:25"); INSERT INTO `pMmibiwXitsec_user_groups` VALUES("b5efd994-521a-45b5-9686-d3a0823b45e1", "Administrateurs/administratrices", "", "administrator", "", "", "2021-10-25 13:45:25"); INSERT INTO `pMmibiwXitsec_user_groups` VALUES("ce693982-3ed9-4c03-a223-efde0bf3c4da", "Auteurs/autrices", "", "author", "", "", "2021-10-25 13:45:25"); /* INSERT TABLE DATA: pmmibiwxoptions */ INSERT INTO `pMmibiwXoptions` VALUES("1", "siteurl", "https://apmabl.local", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2", "home", "https://apmabl.local", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3", "blogname", "ABL", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("4", "blogdescription", "ABL Dynamis Consulting", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("5", "users_can_register", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("6", "admin_email", "fred.chatel@live.fr", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("7", "start_of_week", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("8", "use_balanceTags", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("9", "use_smilies", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("10", "require_name_email", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("11", "comments_notify", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("12", "posts_per_rss", "10", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("13", "rss_use_excerpt", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("14", "mailserver_url", "mail.example.com", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("15", "mailserver_login", "login@example.com", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("16", "mailserver_pass", "password", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("17", "mailserver_port", "110", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("18", "default_category", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("19", "default_comment_status", "open", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("20", "default_ping_status", "open", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("21", "default_pingback_flag", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("22", "posts_per_page", "10", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("23", "date_format", "F j, Y", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("24", "time_format", "g:i a", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("25", "links_updated_date_format", "F j, Y g:i a", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("26", "comment_moderation", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("27", "moderation_notify", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("28", "permalink_structure", "/%category%/%postname%", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("30", "hack_file", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("31", "blog_charset", "UTF-8", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("32", "moderation_keys", "", "no"); INSERT INTO `pMmibiwXoptions` VALUES("33", "active_plugins", "a:11:{i:0;s:21:\"polylang/polylang.php\";i:1;s:41:\"better-wp-security/better-wp-security.php\";i:2;s:25:\"duplicator/duplicator.php\";i:3;s:45:\"email-encoder-bundle/email-encoder-bundle.php\";i:4;s:37:\"gdpr-cookie-compliance/moove-gdpr.php\";i:5;s:40:\"send-emails-with-mandrill/wpmandrill.php\";i:6;s:51:\"simple-google-recaptcha/simple-google-recaptcha.php\";i:7;s:45:\"wordpress-protection/wordpress-protection.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";i:9;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:10;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("34", "category_base", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("35", "ping_sites", "http://rpc.pingomatic.com/", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("36", "comment_max_links", "2", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("37", "gmt_offset", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("38", "default_email_category", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("39", "recently_edited", "a:2:{i:0;s:84:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/themes/twentytwenty/style.css\";i:1;s:0:\"\";}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("40", "template", "Divi", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("41", "stylesheet", "Divi", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("42", "comment_registration", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("43", "html_type", "text/html", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("44", "use_trackback", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("45", "default_role", "subscriber", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("46", "db_version", "56657", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("47", "uploads_use_yearmonth_folders", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("48", "upload_path", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("49", "blog_public", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("50", "default_link_category", "2", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("51", "show_on_front", "page", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("52", "tag_base", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("53", "show_avatars", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("54", "avatar_rating", "G", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("55", "upload_url_path", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("56", "thumbnail_size_w", "150", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("57", "thumbnail_size_h", "150", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("58", "thumbnail_crop", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("59", "medium_size_w", "300", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("60", "medium_size_h", "300", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("61", "avatar_default", "mystery", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("62", "large_size_w", "1024", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("63", "large_size_h", "1024", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("64", "image_default_link_type", "none", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("65", "image_default_size", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("66", "image_default_align", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("67", "close_comments_for_old_posts", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("68", "close_comments_days_old", "14", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("69", "thread_comments", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("70", "thread_comments_depth", "5", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("71", "page_comments", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("72", "comments_per_page", "50", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("73", "default_comments_page", "newest", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("74", "comment_order", "asc", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("75", "sticky_posts", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("76", "widget_categories", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("77", "widget_text", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("78", "widget_rss", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("79", "uninstall_plugins", "a:3:{s:41:\"better-wp-security/better-wp-security.php\";a:2:{i:0;s:10:\"ITSEC_Core\";i:1;s:16:\"handle_uninstall\";}s:28:\"migrate-guru/migrateguru.php\";a:2:{i:0;s:10:\"MGWPAction\";i:1;s:9:\"uninstall\";}s:35:\"ionos-assistant/ionos-assistant.php\";a:2:{i:0;s:40:\"Ionos\\PluginStateHookHandler\\PluginState\";i:1;s:5:\"dummy\";}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("80", "timezone_string", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("81", "page_for_posts", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("82", "page_on_front", "5", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("83", "default_post_format", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("84", "link_manager_enabled", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("85", "finished_splitting_shared_terms", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("86", "site_icon", "191", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("87", "medium_large_size_w", "768", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("88", "medium_large_size_h", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("89", "wp_page_for_privacy_policy", "3", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("90", "show_comments_cookies_opt_in", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("91", "admin_email_lifespan", "1701514321", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("92", "disallowed_keys", "", "no"); INSERT INTO `pMmibiwXoptions` VALUES("93", "comment_previously_approved", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("94", "auto_plugin_theme_update_emails", "a:0:{}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("95", "auto_update_core_dev", "enabled", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("96", "auto_update_core_minor", "enabled", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("97", "auto_update_core_major", "enabled", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("98", "wp_force_deactivated_plugins", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("99", "initial_db_version", "49752", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("100", "pMmibiwXuser_roles", "a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:68:{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:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";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;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("101", "fresh_site", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("102", "widget_block", "a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("103", "sidebars_widgets", "a:9:{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\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("104", "cron", "a:19:{i:1707825426;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:1707825943;a:1:{s:16:\"wpm_update_stats\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1707826523;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"12ca8767a64eac20d01836398698c811\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:11:\"flush-files\";}s:8:\"interval\";i:3600;}}}i:1707833629;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1707833630;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1707861426;a:3:{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;}}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;}}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:1707862502;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1707864973;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1707865295;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:1707884718;a:1:{s:15:\"itsec_cron_test\";a:1:{s:32:\"0cd3a766824a43067aa80ccb9691d0fa\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1707884718;}}}}i:1707904626;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1707905740;a:2:{s:38:\"ionos_assistant_cron_update_meta_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:44:\"ionos_assistant_cron_cleanup_expired_options\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1707905757;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:1707905829;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:1707909323;a:1:{s:10:\"itsec_cron\";a:7:{s:32:\"91ed9e6ce3fd2e95cc140964d5c85e55\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:19:\"identify-server-ips\";}s:8:\"interval\";i:86400;}s:32:\"de1a6e58e1b94847566fa6a96efc8463\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:17:\"enable-encryption\";}s:8:\"interval\";i:86400;}s:32:\"3ec3d6914daf50bcdb5e5b065213e29b\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:17:\"purge-log-entries\";}s:8:\"interval\";i:86400;}s:32:\"c0ae31dfe60fdb9da055aa838519db0f\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:12:\"clear-tokens\";}s:8:\"interval\";i:86400;}s:32:\"7a0fd5d064c59cf40c3df9ad0bb6e63d\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:11:\"clear-locks\";}s:8:\"interval\";i:86400;}s:32:\"abcdd2161b38ff88bddcea9ec08412b6\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:28:\"dashboard-consolidate-events\";}s:8:\"interval\";i:86400;}s:32:\"aa768a35ceed34e467f270ebdc5d82f4\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:14:\"purge-lockouts\";}s:8:\"interval\";i:86400;}}}i:1708339059;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1708423026;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1709131586;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("105", "widget_pages", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("106", "widget_calendar", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("107", "widget_archives", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("108", "widget_media_audio", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("109", "widget_media_image", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("110", "widget_media_gallery", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("111", "widget_media_video", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("112", "widget_meta", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("113", "widget_search", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("114", "widget_tag_cloud", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("115", "widget_nav_menu", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("116", "widget_custom_html", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("118", "WPLANG", "fr_FR", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("120", "ionos_market", "FR", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("121", "ionos_install_mode", "standard", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("126", "recovery_keys", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("127", "theme_mods_twentytwentyone", "a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1633962079;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\";}}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("128", "https_detection_errors", "a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:28:\"La demande HTTPS a échoué.\";}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("138", "finished_updating_comment_type", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("174", "nav_menu_options", "a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("185", "current_theme", "Divi", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("186", "theme_mods_twentytwenty", "a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1633963586;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\";}}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("187", "theme_switched", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("188", "widget_recent-posts", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("190", "widget_recent-comments", "a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("196", "theme_mods_Divi", "a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:12:\"primary-menu\";i:2;s:14:\"secondary-menu\";i:0;s:11:\"footer-menu\";i:0;}s:18:\"custom_css_post_id\";i:58;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("197", "et_pb_cache_notice", "a:1:{s:6:\"4.10.8\";s:6:\"ignore\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("202", "et_core_version", "4.10.8", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("204", "et_divi", "a:164:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.10.8\";s:31:\"divi_previous_installed_version\";s:0:\"\";s:29:\"divi_latest_installed_version\";s:6:\"4.10.8\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:22:\"builder_global_presets\";O:8:\"stdClass\":0:{}s:29:\"custom_defaults_migrated_flag\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:4:\"left\";s:21:\"et_fb_pref_modal_snap\";s:4:\"true\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:1100;s:33:\"et_fb_pref_modal_dimension_height\";i:454;s:27:\"et_fb_pref_modal_position_x\";i:107;s:27:\"et_fb_pref_modal_position_y\";i:201;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:9:\"divi_logo\";s:73:\"https://apmabl.local/wp-content/uploads/2021/10/DYNAMIS_LOGO-removebg.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:15:\"divi_custom_css\";s:0:\"\";s:29:\"divi_dynamic_module_framework\";s:5:\"false\";s:16:\"divi_dynamic_css\";s:5:\"false\";s:18:\"divi_dynamic_icons\";s:2:\"on\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:5:\"false\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:2:\"on\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:3:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:3:\"off\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:12:\"divi_favicon\";s:0:\"\";s:8:\"hide_nav\";b:1;s:12:\"header_style\";s:4:\"left\";s:12:\"vertical_nav\";b:0;s:14:\"primary_nav_bg\";s:7:\"#3d3d3d\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("205", "widget_aboutmewidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("206", "widget_adsensewidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("207", "widget_advwidget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("208", "shop_catalog_image_size", "a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("209", "shop_single_image_size", "a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("210", "shop_thumbnail_image_size", "a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("211", "et_safe_mode_plugins_allowlist", "a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("212", "et_support_center_installed", "true", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("213", "et_images_temp_folder", "C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/uploads/et_temp", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("214", "et_schedule_clean_images_last_time", "1707733386", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("215", "et_bfb_settings", "a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("217", "et_pb_builder_options", "a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("218", "et_support_center_setup_done", "processed", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("235", "et_account_status", "active", "no"); INSERT INTO `pMmibiwXoptions` VALUES("386", "auto_update_themes", "a:0:{}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("415", "et_google_api_settings", "a:3:{s:7:\"api_key\";s:0:\"\";s:16:\"use_google_fonts\";s:2:\"on\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("416", "et_automatic_updates_options", "a:2:{s:8:\"username\";s:10:\"FredChatel\";s:7:\"api_key\";s:40:\"1a6ed1b1a925180d03471c8b73060e1e3d476398\";}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("421", "et_support_site_id", "0U^gPku(AN@pLz)O7Zc$", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("423", "et_pb_contact_form_7f964359adb81ebf34384d57645de7a7", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("431", "recently_activated", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("451", "category_children", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("455", "et_pb_signup_2f7ea54c5cf4fb74821666ecc74de351", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("457", "et_pb_signup_d5aeb7d494e3c38b2d8a63992091be69", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("492", "et_pb_contact_form_c4949ad6abce72f5390c1d45d62424ef", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("493", "et_pb_signup_0cc67f1a9745a7bf572bfd3e934bace0", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("505", "et_pb_signup_b21f448d22d23a24d71a2218f21def6f", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("541", "et_pb_contact_form_a9ffd21f96fd0a88f91bbae280ab167d", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("648", "wpsbc_version", "2.0.7", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("649", "wpsbc_first_activation", "1635147899", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("654", "widget_wpsbc_calendar", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("655", "widget_wpsimplebookingcalendar_widget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("656", "auto_update_plugins", "a:18:{i:0;s:45:\"email-encoder-bundle/email-encoder-bundle.php\";i:1;s:37:\"gdpr-cookie-compliance/moove-gdpr.php\";i:2;s:35:\"ionos-assistant/ionos-assistant.php\";i:3;s:41:\"better-wp-security/better-wp-security.php\";i:4;s:21:\"polylang/polylang.php\";i:5;s:40:\"send-emails-with-mandrill/wpmandrill.php\";i:6;s:51:\"simple-google-recaptcha/simple-google-recaptcha.php\";i:7;s:35:\"google-site-kit/google-site-kit.php\";i:8;s:45:\"wordpress-protection/wordpress-protection.php\";i:9;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";i:11;s:39:\"yoast-test-helper/yoast-test-helper.php\";i:12;s:40:\"wordpress-seo-premium/wp-seo-premium.php\";i:13;s:25:\"wpseo-video/video-seo.php\";i:14;s:25:\"wpseo-local/local-seo.php\";i:15;s:39:\"wpseo-woocommerce/wpseo-woocommerce.php\";i:16;s:25:\"wpseo-news/wpseo-news.php\";i:17;s:57:\"acf-content-analysis-for-yoast-seo/yoast-acf-analysis.php\";}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("682", "WpFc_api_key", "c3bf132b1ec2d9fba55e0e4ce9d65ff0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("729", "WP_Email_Encoder_Bundle_options", "a:17:{s:7:\"protect\";s:1:\"1\";s:13:\"protect_using\";s:15:\"with_javascript\";s:10:\"filter_rss\";s:1:\"1\";s:11:\"image_color\";s:5:\"0,0,0\";s:22:\"image_background_color\";s:5:\"0,0,0\";s:18:\"image_text_opacity\";s:1:\"0\";s:24:\"image_background_opacity\";s:3:\"127\";s:15:\"image_font_size\";s:1:\"4\";s:15:\"image_underline\";s:1:\"0\";s:10:\"skip_posts\";s:0:\"\";s:15:\"protection_text\";s:17:\"*protected email*\";s:10:\"class_name\";s:9:\"mail-link\";s:16:\"custom_href_attr\";s:0:\"\";s:18:\"show_encoded_check\";s:1:\"1\";s:20:\"display_encoder_form\";s:1:\"1\";s:10:\"powered_by\";s:1:\"1\";s:19:\"foggy_email_api_key\";s:0:\"\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("730", "email-encoder-bundle-version", "2.2.1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("749", "et_pb_contact_form_9aca12fe3cd72f71fa7c1f29467d24b0", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("777", "gdpr_cc_db_created", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("781", "moove_gdpr_plugin_settings", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("801", "polylang", "a:16:{s:7:\"browser\";i:0;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";b:0;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"3.5.4\";s:16:\"first_activation\";i:1635167963;s:12:\"default_lang\";s:2:\"en\";s:9:\"nav_menus\";a:1:{s:4:\"Divi\";a:3:{s:12:\"primary-menu\";a:1:{s:2:\"en\";i:2;}s:14:\"secondary-menu\";a:1:{s:2:\"en\";i:0;}s:11:\"footer-menu\";a:1:{s:2:\"en\";i:0;}}}s:16:\"previous_version\";s:5:\"3.4.3\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("802", "polylang_wpml_strings", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("807", "widget_polylang", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("861", "itsec-storage", "a:5:{s:6:\"global\";a:34:{s:11:\"write_files\";b:1;s:10:\"nginx_file\";s:0:\"\";s:14:\"lockout_period\";i:15;s:16:\"blacklist_period\";i:7;s:9:\"blacklist\";b:1;s:15:\"blacklist_count\";i:3;s:15:\"lockout_message\";s:5:\"error\";s:20:\"user_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:25:\"community_lockout_message\";s:77:\"Your IP address has been flagged as a threat by the iThemes Security network.\";s:19:\"automatic_temp_auth\";b:1;s:18:\"lockout_white_list\";a:1:{i:0;s:13:\"91.163.22.220\";}s:8:\"log_type\";s:8:\"database\";s:12:\"log_rotation\";i:60;s:17:\"file_log_rotation\";i:180;s:12:\"log_location\";s:84:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/uploads/ithemes-security/logs\";s:5:\"proxy\";s:9:\"automatic\";s:12:\"proxy_header\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"allow_tracking\";b:0;s:14:\"hide_admin_bar\";b:0;s:16:\"show_error_codes\";b:0;s:5:\"build\";i:4126;s:13:\"initial_build\";i:4124;s:20:\"activation_timestamp\";i:1635168532;s:11:\"cron_status\";i:1;s:8:\"use_cron\";b:1;s:14:\"cron_test_time\";i:1707884718;s:10:\"server_ips\";a:5:{i:0;s:13:\"217.160.0.128\";i:1;s:23:\"2001:8d8:100f:f000::23d\";i:2;s:13:\"82.165.85.241\";i:3;s:9:\"127.0.0.1\";i:4;s:3:\"::1\";}s:24:\"licensed_hostname_prompt\";b:0;s:16:\"onboard_complete\";b:1;s:13:\"enabled_tools\";a:0:{}s:18:\"enable_remote_help\";b:0;s:13:\"feature_flags\";a:0:{}s:12:\"manage_group\";a:1:{i:0;s:36:\"b5efd994-521a-45b5-9686-d3a0823b45e1\";}s:8:\"log_info\";s:0:\"\";}s:10:\"__extended\";a:0:{}s:9:\"dashboard\";a:2:{s:8:\"migrated\";b:0;s:5:\"group\";a:1:{i:0;s:36:\"b5efd994-521a-45b5-9686-d3a0823b45e1\";}}s:19:\"notification-center\";a:8:{s:9:\"last_sent\";a:1:{s:6:\"digest\";i:1707822951;}s:9:\"resend_at\";a:0:{}s:4:\"data\";a:1:{s:6:\"digest\";a:0:{}}s:15:\"last_mail_error\";s:0:\"\";s:10:\"from_email\";s:0:\"\";s:18:\"default_recipients\";a:1:{s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}}s:13:\"notifications\";a:3:{s:6:\"digest\";a:5:{s:8:\"schedule\";s:5:\"daily\";s:7:\"enabled\";b:1;s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}s:14:\"recipient_type\";s:7:\"default\";s:7:\"subject\";N;}s:7:\"lockout\";a:4:{s:7:\"enabled\";b:1;s:9:\"user_list\";a:1:{i:0;s:18:\"role:administrator\";}s:14:\"recipient_type\";s:7:\"default\";s:7:\"subject\";N;}s:6:\"backup\";a:2:{s:10:\"email_list\";a:1:{i:0;s:19:\"fred.chatel@live.fr\";}s:7:\"subject\";N;}}s:12:\"admin_emails\";a:0:{}}s:16:\"wordpress-tweaks\";a:7:{s:11:\"file_editor\";b:1;s:14:\"disable_xmlrpc\";s:6:\"enable\";s:22:\"allow_xmlrpc_multiauth\";b:0;s:8:\"rest_api\";s:14:\"default-access\";s:21:\"valid_user_login_type\";s:4:\"both\";s:21:\"force_unique_nicename\";b:0;s:27:\"disable_unused_author_pages\";b:0;}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("867", "itsec_temp_whitelist_ip", "a:1:{s:3:\"::1\";i:1707909356;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("918", "yoast_migrations_free", "a:1:{s:7:\"version\";s:5:\"20.10\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("919", "wpseo", "a:102:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:5:\"20.10\";s:16:\"previous_version\";s:4:\"20.8\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1635171230;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:22:\"/%category%/%postname%\";s:8:\"home_url\";s:20:\"https://apmabl.local\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:11:{s:8:\"language\";s:8:\"language\";s:17:\"post_translations\";s:17:\"post_translations\";s:13:\"term_language\";s:13:\"term_language\";s:17:\"term_translations\";s:17:\"term_translations\";s:15:\"layout_category\";s:15:\"layout_category\";s:11:\"layout_pack\";s:11:\"layout_pack\";s:11:\"layout_type\";s:11:\"layout_type\";s:5:\"scope\";s:5:\"scope\";s:12:\"module_width\";s:12:\"module_width\";s:16:\"project_category\";s:16:\"project_category\";s:11:\"project_tag\";s:11:\"project_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:7:\"project\";}s:28:\"last_known_public_taxonomies\";a:5:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:16:\"project_category\";i:4;s:11:\"project_tag\";}s:23:\"last_known_no_unindexed\";a:1:{s:31:\"wpseo_unindexed_post_link_count\";i:1707734286;}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("920", "wpseo_titles", "a:143:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:50:\"%%name%%, auteur/autrice sur %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:65:\"Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:38:\"Page non trouvée %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:64:\"L’article %%POSTLINK%% est apparu en premier sur %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:30:\"Erreur 404 : Page introuvable\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:13:\"Archives pour\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:7:\"Accueil\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:18:\"Vous avez cherché\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:13:\"title-project\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-project\";s:0:\"\";s:15:\"noindex-project\";b:0;s:26:\"display-metabox-pt-project\";b:1;s:26:\"post_types-project-maintax\";i:0;s:24:\"schema-page-type-project\";s:7:\"WebPage\";s:27:\"schema-article-type-project\";s:4:\"None\";s:20:\"social-title-project\";s:9:\"%%title%%\";s:26:\"social-description-project\";s:0:\"\";s:24:\"social-image-url-project\";s:0:\"\";s:23:\"social-image-id-project\";i:0;s:23:\"title-ptarchive-project\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-project\";s:0:\"\";s:25:\"bctitle-ptarchive-project\";s:0:\"\";s:25:\"noindex-ptarchive-project\";b:0;s:30:\"social-title-ptarchive-project\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-project\";s:0:\"\";s:34:\"social-image-url-ptarchive-project\";s:0:\"\";s:33:\"social-image-id-ptarchive-project\";i:0;s:18:\"title-tax-category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:27:\"Archives des %%term_title%%\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:27:\"Archives des %%term_title%%\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:27:\"Archives des %%term_title%%\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:26:\"title-tax-project_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-project_category\";s:0:\"\";s:36:\"display-metabox-tax-project_category\";b:1;s:28:\"noindex-tax-project_category\";b:0;s:33:\"social-title-tax-project_category\";s:27:\"Archives des %%term_title%%\";s:39:\"social-description-tax-project_category\";s:0:\"\";s:37:\"social-image-url-tax-project_category\";s:0:\"\";s:36:\"social-image-id-tax-project_category\";i:0;s:34:\"taxonomy-project_category-ptparent\";i:0;s:21:\"title-tax-project_tag\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-project_tag\";s:0:\"\";s:31:\"display-metabox-tax-project_tag\";b:1;s:23:\"noindex-tax-project_tag\";b:0;s:28:\"social-title-tax-project_tag\";s:27:\"Archives des %%term_title%%\";s:34:\"social-description-tax-project_tag\";s:0:\"\";s:32:\"social-image-url-tax-project_tag\";s:0:\"\";s:31:\"social-image-id-tax-project_tag\";i:0;s:29:\"taxonomy-project_tag-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("921", "wpseo_social", "a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("942", "wpseo_ryte", "a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1636549272;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("947", "wpseo_sitemap_1_cache_validator", "3VHfZ", "no"); INSERT INTO `pMmibiwXoptions` VALUES("948", "wpseo_sitemap_page_cache_validator", "4cDzu", "no"); INSERT INTO `pMmibiwXoptions` VALUES("955", "et_pb_contact_form_66b513e947dc2e40a53a28f99adfaf73", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("961", "pll_dismissed_notices", "a:2:{i:0;s:6:\"wizard\";i:1;s:6:\"review\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("993", "wpseo_sitemap_cache_validator_global", "3LGz9", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1046", "wpseo_sitemap_post_cache_validator", "3VHgd", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1054", "wpseo_sitemap_category_cache_validator", "4cDzV", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1060", "wpseo_sitemap_37_cache_validator", "3LMAQ", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1061", "wpseo_sitemap_143_cache_validator", "3LMB1", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1475", "wordpress_protection_db_version", "8", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1481", "WordPressProtection_DTS", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1482", "WordPressProtection_DKS", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1483", "WordPressProtection_DRC", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1484", "WordPressProtection_ATTR", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1486", "forminator_free_install_date", "1635615732", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1487", "wpmudev_recommended_plugins_registered", "a:1:{s:25:\"forminator/forminator.php\";a:1:{s:13:\"registered_at\";i:1635615732;}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1488", "forminator_version", "1.15.4", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1493", "widget_forminator_widget", "a:1:{s:12:\"_multiwidget\";i:1;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1495", "forminator_form_privacy_settings", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1496", "forminator_posts_map", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1503", "et_pb_contact_form_e5733d5c226e97b8d3e851216708c44e", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1594", "et_pb_contact_form_6c1dc2ba43d8b697da6f1c207da84046", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1742", "wpseo_sitemap_270_cache_validator", "3LqxJ", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1830", "wpseo_sitemap_301_cache_validator", "4M71A", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1913", "et_pb_contact_form_14a6f97f2ac67bd944fdcaece04d3ff6", "off", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1938", "auto_core_update_notified", "a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"fred.chatel@live.fr\";s:7:\"version\";s:5:\"6.4.3\";s:9:\"timestamp\";i:1707733539;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("1967", "rewrite_rules", "a:291:{s:10:\"project/?$\";s:35:\"index.php?lang=en&post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?lang=en&post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?lang=en&post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:53:\"index.php?lang=en&post_type=project&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";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:58:\"index.php?lang=en&post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=en&post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:52:\"index.php?lang=en&post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?lang=en&post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:41:\"index.php?lang=en&post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=layout_category&term=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=layout_category&term=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:51:\"index.php?taxonomy=layout_category&term=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_pack&term=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_pack&term=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_pack&term=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_type&term=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_type&term=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_type&term=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:52:\"index.php?taxonomy=scope&term=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?taxonomy=scope&term=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:41:\"index.php?taxonomy=scope&term=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:59:\"index.php?taxonomy=module_width&term=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?taxonomy=module_width&term=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:48:\"index.php?taxonomy=module_width&term=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:41:\"itsec-dashboard/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"itsec-dashboard/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"itsec-dashboard/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"itsec-dashboard/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"itsec-dashboard/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"itsec-dashboard/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"itsec-dashboard/(.+?)/embed/?$\";s:48:\"index.php?itsec-dashboard=$matches[1]&embed=true\";s:34:\"itsec-dashboard/(.+?)/trackback/?$\";s:42:\"index.php?itsec-dashboard=$matches[1]&tb=1\";s:42:\"itsec-dashboard/(.+?)/page/?([0-9]{1,})/?$\";s:55:\"index.php?itsec-dashboard=$matches[1]&paged=$matches[2]\";s:49:\"itsec-dashboard/(.+?)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?itsec-dashboard=$matches[1]&cpage=$matches[2]\";s:38:\"itsec-dashboard/(.+?)(?:/([0-9]+))?/?$\";s:54:\"index.php?itsec-dashboard=$matches[1]&page=$matches[2]\";s:43:\"itsec-dash-card/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"itsec-dash-card/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"itsec-dash-card/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"itsec-dash-card/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"itsec-dash-card/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"itsec-dash-card/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"itsec-dash-card/([^/]+)/embed/?$\";s:48:\"index.php?itsec-dash-card=$matches[1]&embed=true\";s:36:\"itsec-dash-card/([^/]+)/trackback/?$\";s:42:\"index.php?itsec-dash-card=$matches[1]&tb=1\";s:44:\"itsec-dash-card/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?itsec-dash-card=$matches[1]&paged=$matches[2]\";s:51:\"itsec-dash-card/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?itsec-dash-card=$matches[1]&cpage=$matches[2]\";s:40:\"itsec-dash-card/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?itsec-dash-card=$matches[1]&page=$matches[2]\";s:32:\"itsec-dash-card/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"itsec-dash-card/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"itsec-dash-card/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"itsec-dash-card/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"itsec-dash-card/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"itsec-dash-card/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=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:35:\"index.php?lang=en&&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:35:\"index.php?lang=en&&feed=$matches[1]\";s:8:\"embed/?$\";s:29:\"index.php?lang=en&&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:36:\"index.php?lang=en&&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:46:\"index.php?lang=en&&page_id=5&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?lang=en&&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?lang=en&&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:29:\"index.php?lang=en&&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?lang=en&s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?lang=en&s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:42:\"index.php?lang=en&s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?lang=en&s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:31:\"index.php?lang=en&s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=en&author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=en&author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:52:\"index.php?lang=en&author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?lang=en&author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:41:\"index.php?lang=en&author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:88:\"index.php?lang=en&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:88:\"index.php?lang=en&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:82:\"index.php?lang=en&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:89:\"index.php?lang=en&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:71:\"index.php?lang=en&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:72:\"index.php?lang=en&year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:72:\"index.php?lang=en&year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:66:\"index.php?lang=en&year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:73:\"index.php?lang=en&year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:55:\"index.php?lang=en&year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?lang=en&year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?lang=en&year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:45:\"index.php?lang=en&year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:52:\"index.php?lang=en&year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:34:\"index.php?lang=en&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:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1988", "sgr_version", "3", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1989", "sgr_login_disable", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1990", "sgr_badge_hide", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1991", "sgr_site_key", "6LdvkygdAAAAAPvqPmU4WNokZdZ1YHiyjuJkWG5q", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1992", "sgr_secret_key", "6LdvkygdAAAAAN-eugAwu6gJhIzuxnx2f8kzSScC", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1993", "et_core_api_spam_options", "a:2:{i:0;b:0;s:8:\"accounts\";a:1:{s:9:\"recaptcha\";a:1:{s:3:\"ABL\";a:2:{s:8:\"site_key\";s:40:\"6LdvkygdAAAAAPvqPmU4WNokZdZ1YHiyjuJkWG5q\";s:10:\"secret_key\";s:40:\"6LdvkygdAAAAAN-eugAwu6gJhIzuxnx2f8kzSScC\";}}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1994", "et_pb_contact_form_7245c881cef57af08bfec5f406f4ba6e", "on", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("1999", "et_pb_contact_form_5902636ad1809e078328d6ac2c420f9e", "on", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2105", "et_pb_contact_form_9e056e558e6dfe8040b30aebc68d0a60", "on", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2181", "_transient_health-check-site-status-result", "{\"good\":18,\"recommended\":3,\"critical\":0}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2182", "wpseo_sitemap_426_cache_validator", "5KGtC", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2223", "googlesitekit_db_version", "1.3.0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2224", "googlesitekit_has_connected_admins", "0", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2237", "_transient_googlesitekit_verification_meta_tags", "a:0:{}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2330", "wpseo_sitemap_30_cache_validator", "4cDzl", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2331", "wpseo_sitemap_94_cache_validator", "4cDzL", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2332", "wpseo_sitemap_92_cache_validator", "4cDAm", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2333", "wpseo_sitemap_86_cache_validator", "4cDAF", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2334", "wpseo_sitemap_96_cache_validator", "4cDAW", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2335", "wpseo_sitemap_271_cache_validator", "4cDBe", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2336", "wpseo_sitemap_9_cache_validator", "4cDBB", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2337", "wpseo_sitemap_11_cache_validator", "4cDC2", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2338", "wpseo_sitemap_427_cache_validator", "4cDCj", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2419", "itsec_dismissed_notices", "a:2:{i:0;s:25:\"network-brute-force-promo\";i:1;s:21:\"release-new-ui-launch\";}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2499", "user_count", "2", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2500", "db_upgraded", "", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2552", "updraftplus_version", "1.23.4", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2560", "updraft_updraftvault", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a373b677418304c44d5c5805cce9f8e4\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2561", "updraft_dropbox", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-12a4111b0dc4d90b28a9507612af447e\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2562", "updraft_s3", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-4cc5c4cca5e8a643de73157de7bcdfb5\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2563", "updraft_cloudfiles", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6c7101523c8cc4e9981766b8e994e8aa\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2564", "updraft_googledrive", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-fbb14ca2e290c4582b84f0146834bd6c\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2565", "updraft_onedrive", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-b73af24df57e2e3d7651a0c9de03a4f7\";a:0:{}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2566", "updraft_ftp", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-36174f6972cab4744b697d00ad0a3b6c\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2567", "updraft_azure", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f0218ec27f837a2a90ce41f1e447d423\";a:0:{}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2568", "updraft_sftp", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f6aebb73d7712d6df044bbe1aaff54ac\";a:0:{}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2569", "updraft_googlecloud", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-718afddac26527dd960325de34d2f20e\";a:0:{}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2570", "updraft_backblaze", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-69753aaaa754320b4f23c8b445e2dafd\";a:0:{}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2571", "updraft_webdav", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-327a5768b91e8dae4019883fa4ab620e\";a:0:{}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2572", "updraft_s3generic", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a9f6e6044c1252fb4fe62747d8e136ff\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2573", "updraft_pcloud", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a6bbfab3d1f6201f3e320a5b4e15a14c\";a:0:{}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2574", "updraft_openstack", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1c5a91d2fb728632e741ef93f0fb3828\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2575", "updraft_dreamobjects", "a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3ecfe2c9c8fe5ae5d696d6dca51e44f9\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2576", "updraftplus-addons_siteid", "ffdde2bc7c300fe006567b65377d2ada", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2577", "updraft_lastmessage", "La sauvegarde a apparemment réussi et est maintenant terminée (Juin 06 11:00:17)", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2578", "updraftplus_unlocked_fd", "1", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2579", "updraftplus_last_lock_time_fd", "2023-06-06 10:56:11", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2580", "updraftplus_semaphore_fd", "0", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2581", "updraft_last_scheduled_fd", "1686048971", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2584", "updraft_backup_history", "a:1:{i:1686048971;a:19:{s:7:\"plugins\";a:1:{i:0;s:51:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-plugins.zip\";}s:12:\"plugins-size\";i:25360062;s:6:\"themes\";a:1:{i:0;s:50:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-themes.zip\";}s:11:\"themes-size\";i:23009372;s:7:\"uploads\";a:1:{i:0;s:51:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-uploads.zip\";}s:12:\"uploads-size\";i:300234324;s:6:\"others\";a:1:{i:0;s:50:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-others.zip\";}s:11:\"others-size\";i:2785342;s:2:\"db\";s:45:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-db.gz\";s:7:\"db-size\";i:210475;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"6dbe18a7fcfd2b6f7b0b0bce0b8ef93d36be1e98\";s:7:\"themes0\";s:40:\"69d5cf033520b4f13533ddf41ba2c30e2fb0197d\";s:8:\"uploads0\";s:40:\"c600ae9e43bd069ed6e228341ec6cbf5415c917a\";s:7:\"others0\";s:40:\"2c50b78e830f5115d791a3919b79ba9bd98d7774\";s:3:\"db0\";s:40:\"8d3bc1a70150d96b21cc6e1d7ab8b6c28d9d5fa7\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"b6953edc56e3fa209ec5f8e69e9aa279a399fdc855a33d2772baa10c660e9cf9\";s:7:\"themes0\";s:64:\"ec29ce9e5553c64bbd37d1a05e92cf71a4a6faf60c58d972ced834855e673eb8\";s:8:\"uploads0\";s:64:\"1461db5039c2adf85f2a26a826d0e69078a4d072e9103dd65c7628f347236e4d\";s:7:\"others0\";s:64:\"4fcbccb9e116ae161caefa81bf1380ae69951f727127239609bdc37264ab2944\";s:3:\"db0\";s:64:\"30de1c28dc1350b17d1a84742a7909a63772c1fd204c802ae64b7917d77abbb8\";}}s:5:\"nonce\";s:12:\"2e5d4dfdf71b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1686048971;s:6:\"themes\";i:1686049139;s:7:\"uploads\";i:1686049185;s:6:\"others\";i:1686049201;}s:18:\"created_by_version\";s:6:\"1.23.4\";s:21:\"last_saved_by_version\";s:6:\"1.23.4\";s:12:\"is_multisite\";b:0;}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2586", "updraft_last_backup", "a:6:{s:26:\"nonincremental_backup_time\";i:1686048971;s:11:\"backup_time\";i:1686048971;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:51:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-plugins.zip\";}s:12:\"plugins-size\";i:25360062;s:6:\"themes\";a:1:{i:0;s:50:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-themes.zip\";}s:11:\"themes-size\";i:23009372;s:7:\"uploads\";a:1:{i:0;s:51:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-uploads.zip\";}s:12:\"uploads-size\";i:300234324;s:6:\"others\";a:1:{i:0;s:50:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-others.zip\";}s:11:\"others-size\";i:2785342;s:2:\"db\";s:45:\"backup_2023-06-06-1056_ABL_2e5d4dfdf71b-db.gz\";s:7:\"db-size\";i:210475;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"6dbe18a7fcfd2b6f7b0b0bce0b8ef93d36be1e98\";s:7:\"themes0\";s:40:\"69d5cf033520b4f13533ddf41ba2c30e2fb0197d\";s:8:\"uploads0\";s:40:\"c600ae9e43bd069ed6e228341ec6cbf5415c917a\";s:7:\"others0\";s:40:\"2c50b78e830f5115d791a3919b79ba9bd98d7774\";s:3:\"db0\";s:40:\"8d3bc1a70150d96b21cc6e1d7ab8b6c28d9d5fa7\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"b6953edc56e3fa209ec5f8e69e9aa279a399fdc855a33d2772baa10c660e9cf9\";s:7:\"themes0\";s:64:\"ec29ce9e5553c64bbd37d1a05e92cf71a4a6faf60c58d972ced834855e673eb8\";s:8:\"uploads0\";s:64:\"1461db5039c2adf85f2a26a826d0e69078a4d072e9103dd65c7628f347236e4d\";s:7:\"others0\";s:64:\"4fcbccb9e116ae161caefa81bf1380ae69951f727127239609bdc37264ab2944\";s:3:\"db0\";s:64:\"30de1c28dc1350b17d1a84742a7909a63772c1fd204c802ae64b7917d77abbb8\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"2e5d4dfdf71b\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2587", "updraftplus_tour_cancelled_on", "backup_now_btn_success", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2611", "bvmgredirect", "no", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2612", "bvActivateTime", "1686049328", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2617", "bvSecretKey", "5zijIH7w0MaA1MTpe4s9p6lPI06LnoH6", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2618", "bvAccountsList", "a:1:{s:32:\"b73bace770b9d9ff741e5c8df351f92e\";a:1:{s:6:\"secret\";s:32:\"8e95ac05fda4cd3f05aba2486e6f5f52\";}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2684", "wpvivid_email_setting", "a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2685", "wpvivid_compress_setting", "a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2686", "wpvivid_local_setting", "a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2687", "wpvivid_upload_setting", "a:1:{s:15:\"remote_selected\";a:0:{}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2688", "wpvivid_common_setting", "a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups\\wpvivid_log\";s:16:\"max_backup_count\";i:3;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"512M\";s:12:\"migrate_size\";s:4:\"2048\";}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2689", "wpvivid_init", "init", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2690", "wpvivid_backup_list", "a:2:{s:21:\"wpvivid-647f3b163bbb1\";a:11:{s:4:\"type\";s:6:\"Manual\";s:11:\"create_time\";i:1686059801;s:13:\"manual_delete\";i:0;s:5:\"local\";a:1:{s:4:\"path\";s:14:\"wpvividbackups\";}s:8:\"compress\";a:1:{s:13:\"compress_type\";s:3:\"zip\";}s:10:\"save_local\";i:1;s:13:\"backup_prefix\";s:12:\"apmabl.local\";s:3:\"log\";s:118:\"C:\\Users\\Mike\\Local Sites\\apmabl\\app\\public/wp-content\\wpvividbackups\\wpvivid_log\\wpvivid-647f3b163bbb1_backup_log.txt\";s:6:\"backup\";a:2:{s:6:\"result\";s:7:\"success\";s:5:\"files\";a:2:{i:0;a:2:{s:9:\"file_name\";s:74:\"apmabl.local_wpvivid-647f3b163bbb1_2023-06-06-13-56_backup_all.part001.zip\";s:4:\"size\";i:334473879;}i:1;a:2:{s:9:\"file_name\";s:74:\"apmabl.local_wpvivid-647f3b163bbb1_2023-06-06-13-56_backup_all.part002.zip\";s:4:\"size\";i:15338739;}}}s:6:\"remote\";a:0:{}s:4:\"lock\";s:1:\"0\";}s:21:\"wpvivid-647f46734df04\";a:11:{s:4:\"type\";s:6:\"Manual\";s:11:\"create_time\";i:1686062709;s:13:\"manual_delete\";i:0;s:5:\"local\";a:1:{s:4:\"path\";s:14:\"wpvividbackups\";}s:8:\"compress\";a:1:{s:13:\"compress_type\";s:3:\"zip\";}s:10:\"save_local\";i:1;s:13:\"backup_prefix\";s:12:\"apmabl.local\";s:3:\"log\";s:118:\"C:\\Users\\Mike\\Local Sites\\apmabl\\app\\public/wp-content\\wpvividbackups\\wpvivid_log\\wpvivid-647f46734df04_backup_log.txt\";s:6:\"backup\";a:2:{s:6:\"result\";s:7:\"success\";s:5:\"files\";a:2:{i:0;a:2:{s:9:\"file_name\";s:74:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_all.part001.zip\";s:4:\"size\";i:334274678;}i:1;a:2:{s:9:\"file_name\";s:74:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_all.part002.zip\";s:4:\"size\";i:15338739;}}}s:6:\"remote\";a:0:{}s:4:\"lock\";s:1:\"0\";}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2691", "wpvivid_remote_init", "init", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2697", "wpvivid_check_htaccess_rule_free", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2698", "wpvivid_need_review", "not", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2702", "clean_task", "a:0:{}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2705", "wpvivid_backup_success_count", "2", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2706", "wpvivid_backup_reports", "a:2:{s:21:\"wpvivid-647f3b163bbb1\";a:3:{s:7:\"task_id\";s:21:\"wpvivid-647f3b163bbb1\";s:11:\"backup_time\";i:1686059801;s:6:\"status\";s:34:\"The last backup message not found.\";}s:21:\"wpvivid-647f46734df04\";a:3:{s:7:\"task_id\";s:21:\"wpvivid-647f46734df04\";s:11:\"backup_time\";i:1686062709;s:6:\"status\";s:34:\"The last backup message not found.\";}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2707", "wpvivid_last_msg", "a:7:{s:2:\"id\";s:21:\"wpvivid-647f46734df04\";s:4:\"type\";s:6:\"Manual\";s:7:\"options\";a:22:{s:7:\"ismerge\";s:1:\"1\";s:4:\"lock\";s:1:\"0\";s:12:\"backup_files\";s:5:\"files\";s:5:\"local\";s:1:\"1\";s:6:\"remote\";s:1:\"0\";s:4:\"type\";s:6:\"Manual\";s:13:\"backup_prefix\";s:12:\"apmabl.local\";s:11:\"file_prefix\";s:51:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45\";s:13:\"log_file_name\";s:28:\"wpvivid-647f46734df04_backup\";s:13:\"log_file_path\";s:118:\"C:\\Users\\Mike\\Local Sites\\apmabl\\app\\public/wp-content\\wpvividbackups\\wpvivid_log\\wpvivid-647f46734df04_backup_log.txt\";s:6:\"prefix\";s:51:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45\";s:3:\"dir\";s:69:\"C:\\Users\\Mike\\Local Sites\\apmabl\\app\\public/wp-content/wpvividbackups\";s:10:\"backup_dir\";s:14:\"wpvividbackups\";s:14:\"exclude-tables\";a:6:{i:0;s:19:\"pMmibiwXwpvivid_log\";i:1;s:33:\"pMmibiwXwpvivid_increment_big_ids\";i:2;s:23:\"pMmibiwXwpvivid_options\";i:3;s:27:\"pMmibiwXwpvivid_record_task\";i:4;s:24:\"pMmibiwXwpvivid_merge_db\";i:5;s:25:\"pMmibiwXwpvivid_merge_ids\";}s:14:\"include-tables\";a:0:{}s:13:\"exclude_files\";a:14:{i:0;s:99:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/plugins\\/wpvivid\\-backuprestore#\";i:1;s:87:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/plugins\\/wp\\-cerber#\";i:2;s:79:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/plugins\\/\\.#\";i:3;s:97:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/plugins\\/wpvivid\\-backup\\-pro#\";i:4;s:93:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/plugins\\/wpvividdashboard#\";i:5;s:75:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/updraft#\";i:6;s:75:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/upgrade#\";i:7;s:73:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/cache#\";i:8;s:73:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/cache#\";i:9;s:83:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/wpvivid_uploads#\";i:10;s:83:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/WPvivid_Uploads#\";i:11;s:75:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/wpvivid#\";i:12;s:82:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/wpvividbackups#\";i:13;s:92:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-content\\/wpvivid_uploads\\\\Isolate#\";}s:13:\"include_files\";a:2:{i:0;s:64:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-admin#\";i:1;s:67:\"#^C\\:\\/Users\\/Mike\\/Local Sites\\/apmabl\\/app\\/public\\/wp\\-includes#\";}s:15:\"include_plugins\";a:0:{}s:14:\"include_themes\";a:0:{}s:10:\"save_local\";i:1;s:14:\"backup_options\";a:1:{s:8:\"compress\";a:1:{s:13:\"compress_type\";s:3:\"zip\";}}s:14:\"remote_options\";b:0;}s:6:\"status\";a:7:{s:15:\"task_start_time\";i:1686062707;s:13:\"task_end_time\";i:1686062857;s:10:\"start_time\";i:1686062709;s:8:\"run_time\";i:1686062857;s:7:\"timeout\";i:1686062853;s:3:\"str\";s:7:\"running\";s:12:\"resume_count\";i:0;}s:7:\"setting\";a:11:{s:17:\"db_connect_method\";s:4:\"wpdb\";s:12:\"memory_limit\";s:4:\"256M\";s:18:\"max_execution_time\";i:180;s:23:\"compress_file_use_cache\";b:0;s:19:\"compress_file_count\";i:500;s:13:\"max_file_size\";i:200;s:17:\"max_sql_file_size\";i:200;s:17:\"exclude_file_size\";i:0;s:16:\"max_resume_count\";i:6;s:10:\"zip_method\";s:10:\"ziparchive\";s:8:\"is_merge\";b:1;}s:4:\"data\";a:3:{s:5:\"doing\";s:6:\"backup\";s:6:\"backup\";a:3:{s:5:\"doing\";s:12:\"backup_merge\";s:8:\"progress\";i:100;s:7:\"sub_job\";a:6:{s:13:\"backup_themes\";a:2:{s:8:\"progress\";s:35:\"Sauvegarde backup_themes terminée.\";s:8:\"job_data\";a:0:{}}s:13:\"backup_plugin\";a:2:{s:8:\"progress\";s:35:\"Sauvegarde backup_plugin terminée.\";s:8:\"job_data\";a:0:{}}s:14:\"backup_uploads\";a:2:{s:8:\"progress\";s:36:\"Sauvegarde backup_uploads terminée.\";s:8:\"job_data\";a:0:{}}s:14:\"backup_content\";a:2:{s:8:\"progress\";s:36:\"Sauvegarde backup_content terminée.\";s:8:\"job_data\";a:0:{}}s:11:\"backup_core\";a:2:{s:8:\"progress\";s:33:\"Sauvegarde backup_core terminée.\";s:8:\"job_data\";a:0:{}}s:12:\"backup_merge\";a:2:{s:8:\"progress\";s:34:\"Sauvegarde backup_merge terminée.\";s:8:\"job_data\";a:0:{}}}}s:6:\"upload\";a:5:{s:5:\"doing\";s:0:\"\";s:8:\"finished\";i:0;s:8:\"progress\";i:0;s:8:\"job_data\";a:0:{}s:7:\"sub_job\";a:0:{}}}s:4:\"jobs\";a:6:{i:0;a:6:{s:11:\"backup_type\";s:13:\"backup_themes\";s:8:\"finished\";i:1;s:8:\"progress\";i:0;s:10:\"file_index\";i:1;s:5:\"index\";i:2000;s:8:\"zip_file\";a:1:{s:69:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_themes.zip\";a:2:{s:8:\"filename\";s:69:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_themes.zip\";s:8:\"finished\";i:1;}}}i:1;a:6:{s:11:\"backup_type\";s:13:\"backup_plugin\";s:8:\"finished\";i:1;s:8:\"progress\";i:0;s:10:\"file_index\";i:1;s:5:\"index\";i:5500;s:8:\"zip_file\";a:1:{s:69:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_plugin.zip\";a:2:{s:8:\"filename\";s:69:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_plugin.zip\";s:8:\"finished\";i:1;}}}i:2;a:6:{s:11:\"backup_type\";s:14:\"backup_uploads\";s:8:\"finished\";i:1;s:8:\"progress\";i:0;s:10:\"file_index\";i:1;s:5:\"index\";i:1000;s:8:\"zip_file\";a:1:{s:70:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_uploads.zip\";a:2:{s:8:\"filename\";s:70:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_uploads.zip\";s:8:\"finished\";i:1;}}}i:3;a:6:{s:11:\"backup_type\";s:14:\"backup_content\";s:8:\"finished\";i:1;s:8:\"progress\";i:0;s:10:\"file_index\";i:1;s:5:\"index\";i:500;s:8:\"zip_file\";a:1:{s:70:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_content.zip\";a:2:{s:8:\"filename\";s:70:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_content.zip\";s:8:\"finished\";i:1;}}}i:4;a:6:{s:11:\"backup_type\";s:11:\"backup_core\";s:8:\"finished\";i:1;s:8:\"progress\";i:0;s:10:\"file_index\";i:1;s:5:\"index\";i:3000;s:8:\"zip_file\";a:1:{s:67:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_core.zip\";a:2:{s:8:\"filename\";s:67:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_core.zip\";s:8:\"finished\";i:1;}}}i:5;a:7:{s:11:\"backup_type\";s:12:\"backup_merge\";s:8:\"finished\";i:1;s:8:\"progress\";i:0;s:10:\"file_index\";i:2;s:10:\"child_file\";a:2:{s:70:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_content.zip\";a:6:{s:9:\"file_type\";s:10:\"wp-content\";s:9:\"root_flag\";s:10:\"wp-content\";s:11:\"php_version\";s:5:\"7.3.5\";s:13:\"mysql_version\";s:6:\"8.0.16\";s:10:\"wp_version\";s:5:\"6.2.2\";s:4:\"file\";s:78:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_content.part001.zip\";}s:67:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_core.zip\";a:6:{s:9:\"file_type\";s:7:\"wp-core\";s:12:\"include_path\";a:2:{i:0;s:11:\"wp-includes\";i:1;s:8:\"wp-admin\";}s:7:\"wp_core\";i:1;s:9:\"root_flag\";s:4:\"root\";s:8:\"home_url\";s:20:\"https://apmabl.local\";s:4:\"file\";s:75:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_core.part001.zip\";}}s:5:\"index\";i:5;s:8:\"zip_file\";a:2:{s:74:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_all.part001.zip\";a:3:{s:8:\"filename\";s:74:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_all.part001.zip\";s:8:\"finished\";i:1;s:4:\"json\";a:7:{s:9:\"has_child\";i:1;s:8:\"home_url\";s:20:\"https://apmabl.local\";s:9:\"root_flag\";s:6:\"custom\";s:11:\"php_version\";s:5:\"7.3.5\";s:13:\"mysql_version\";s:6:\"8.0.16\";s:10:\"wp_version\";s:5:\"6.2.2\";s:10:\"child_file\";a:3:{s:69:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_themes.zip\";a:7:{s:9:\"file_type\";s:6:\"themes\";s:9:\"root_flag\";s:10:\"wp-content\";s:11:\"php_version\";s:5:\"7.3.5\";s:13:\"mysql_version\";s:6:\"8.0.16\";s:10:\"wp_version\";s:5:\"6.2.2\";s:6:\"themes\";a:6:{s:4:\"Divi\";a:1:{s:4:\"slug\";s:4:\"Divi\";}s:14:\"twentynineteen\";a:1:{s:4:\"slug\";s:14:\"twentynineteen\";}s:12:\"twentytwenty\";a:1:{s:4:\"slug\";s:12:\"twentytwenty\";}s:15:\"twentytwentyone\";a:1:{s:4:\"slug\";s:15:\"twentytwentyone\";}s:17:\"twentytwentythree\";a:1:{s:4:\"slug\";s:17:\"twentytwentythree\";}s:15:\"twentytwentytwo\";a:1:{s:4:\"slug\";s:15:\"twentytwentytwo\";}}s:4:\"file\";s:77:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_themes.part001.zip\";}s:69:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_plugin.zip\";a:7:{s:9:\"file_type\";s:6:\"plugin\";s:9:\"root_flag\";s:10:\"wp-content\";s:11:\"php_version\";s:5:\"7.3.5\";s:13:\"mysql_version\";s:6:\"8.0.16\";s:10:\"wp_version\";s:5:\"6.2.2\";s:6:\"plugin\";a:12:{s:20:\"email-encoder-bundle\";a:1:{s:4:\"slug\";s:20:\"email-encoder-bundle\";}s:22:\"gdpr-cookie-compliance\";a:1:{s:4:\"slug\";s:22:\"gdpr-cookie-compliance\";}s:15:\"ionos-assistant\";a:1:{s:4:\"slug\";s:15:\"ionos-assistant\";}s:18:\"better-wp-security\";a:1:{s:4:\"slug\";s:18:\"better-wp-security\";}s:8:\"polylang\";a:1:{s:4:\"slug\";s:8:\"polylang\";}s:25:\"send-emails-with-mandrill\";a:1:{s:4:\"slug\";s:25:\"send-emails-with-mandrill\";}s:23:\"simple-google-recaptcha\";a:1:{s:4:\"slug\";s:23:\"simple-google-recaptcha\";}s:15:\"google-site-kit\";a:1:{s:4:\"slug\";s:15:\"google-site-kit\";}s:20:\"wordpress-protection\";a:1:{s:4:\"slug\";s:20:\"wordpress-protection\";}s:16:\"wp-fastest-cache\";a:1:{s:4:\"slug\";s:16:\"wp-fastest-cache\";}s:13:\"wordpress-seo\";a:1:{s:4:\"slug\";s:13:\"wordpress-seo\";}s:17:\"yoast-test-helper\";a:1:{s:4:\"slug\";s:17:\"yoast-test-helper\";}}s:4:\"file\";s:77:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_plugin.part001.zip\";}s:70:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_uploads.zip\";a:6:{s:9:\"file_type\";s:6:\"upload\";s:9:\"root_flag\";s:10:\"wp-content\";s:11:\"php_version\";s:5:\"7.3.5\";s:13:\"mysql_version\";s:6:\"8.0.16\";s:10:\"wp_version\";s:5:\"6.2.2\";s:4:\"file\";s:78:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_uploads.part001.zip\";}}}}s:74:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_all.part002.zip\";a:3:{s:8:\"filename\";s:74:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_all.part002.zip\";s:8:\"finished\";i:1;s:4:\"json\";a:7:{s:9:\"has_child\";i:1;s:8:\"home_url\";s:20:\"https://apmabl.local\";s:9:\"root_flag\";s:6:\"custom\";s:11:\"php_version\";s:5:\"7.3.5\";s:13:\"mysql_version\";s:6:\"8.0.16\";s:10:\"wp_version\";s:5:\"6.2.2\";s:10:\"child_file\";a:2:{s:70:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_content.zip\";a:6:{s:9:\"file_type\";s:10:\"wp-content\";s:9:\"root_flag\";s:10:\"wp-content\";s:11:\"php_version\";s:5:\"7.3.5\";s:13:\"mysql_version\";s:6:\"8.0.16\";s:10:\"wp_version\";s:5:\"6.2.2\";s:4:\"file\";s:78:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_content.part001.zip\";}s:67:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_core.zip\";a:6:{s:9:\"file_type\";s:7:\"wp-core\";s:12:\"include_path\";a:2:{i:0;s:11:\"wp-includes\";i:1;s:8:\"wp-admin\";}s:7:\"wp_core\";i:1;s:9:\"root_flag\";s:4:\"root\";s:8:\"home_url\";s:20:\"https://apmabl.local\";s:4:\"file\";s:75:\"apmabl.local_wpvivid-647f46734df04_2023-06-06-14-45_backup_core.part001.zip\";}}}}}}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("2722", "wpvivid_task_list", "a:0:{}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2731", "wpvivid_import_list_cache", "a:0:{}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2732", "wpvivid_importer_task_list", "a:0:{}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2733", "wpvivid_list_cache", "a:1:{i:428;a:2:{s:2:\"id\";s:3:\"428\";s:7:\"checked\";i:0;}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("2893", "wpseo_sitemap_428_cache_validator", "wimo", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3043", "duplicator_version_plugin", "1.5.5", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3045", "duplicator_uninstall_package", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3046", "duplicator_uninstall_settings", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3047", "duplicator_settings", "a:17:{s:7:\"version\";s:5:\"1.5.5\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:2;i:0;b:0;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3048", "duplicator_activated", "a:1:{s:4:\"lite\";i:1688034090;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3053", "duplicator_notifications", "a:4:{s:6:\"update\";i:1707822946;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3054", "duplicator_package_active", "O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2024-02-13 11:35:42\";s:7:\"Version\";s:5:\"1.5.5\";s:9:\"VersionWP\";s:5:\"6.4.3\";s:9:\"VersionDB\";s:6:\"8.0.16\";s:10:\"VersionPHP\";s:5:\"7.4.3\";s:9:\"VersionOS\";s:5:\"WINNT\";s:2:\"ID\";N;s:4:\"Name\";s:12:\"20230629_abl\";s:4:\"Hash\";s:35:\"8e5e1765c20c5b977729_20240213113542\";s:8:\"NameHash\";s:48:\"20230629_abl_8e5e1765c20c5b977729_20240213113542\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:58:\"20230629_abl_8e5e1765c20c5b977729_20240213113542_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":26:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:9:\"dirsCount\";i:1712;s:5:\"Files\";a:0:{}s:10:\"filesCount\";i:12243;s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2024-02-13 11:35:42\";s:7:\"Version\";s:5:\"1.5.5\";s:9:\"VersionWP\";s:5:\"6.4.3\";s:9:\"VersionDB\";s:6:\"8.0.16\";s:10:\"VersionPHP\";s:5:\"7.4.3\";s:9:\"VersionOS\";s:5:\"WINNT\";s:2:\"ID\";N;s:4:\"Name\";s:12:\"20230629_abl\";s:4:\"Hash\";s:35:\"8e5e1765c20c5b977729_20240213113542\";s:8:\"NameHash\";s:48:\"20230629_abl_8e5e1765c20c5b977729_20240213113542\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":15:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:65;s:17:\"\0*\0origFileManger\";N;s:32:\"\0DUP_Installer\0configTransformer\";O:44:\"Duplicator\\Libs\\WpConfig\\WPConfigTransformer\":3:{s:17:\"\0*\0wp_config_path\";s:57:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-config.php\";s:16:\"\0*\0wp_config_src\";N;s:13:\"\0*\0wp_configs\";a:0:{}}}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server - GPL\";s:19:\"sameNameTableExists\";N;s:4:\"info\";O:16:\"DUP_DatabaseInfo\":23:{s:9:\"buildMode\";s:3:\"PHP\";s:11:\"charSetList\";a:0:{}s:13:\"collationList\";a:0:{}s:10:\"engineList\";a:0:{}s:17:\"isTablesUpperCase\";b:0;s:15:\"isNameUpperCase\";b:0;s:4:\"name\";s:0:\"\";s:15:\"tablesBaseCount\";i:0;s:16:\"tablesFinalCount\";i:0;s:20:\"muFilteredTableCount\";i:0;s:14:\"tablesRowCount\";i:0;s:16:\"tablesSizeOnDisk\";i:0;s:10:\"tablesList\";a:0:{}s:18:\"varLowerCaseTables\";i:1;s:8:\"dbEngine\";s:0:\"\";s:7:\"version\";i:0;s:14:\"versionComment\";i:0;s:9:\"viewCount\";i:0;s:9:\"procCount\";i:0;s:9:\"funcCount\";i:0;s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:65;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:65;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:52:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-admin\";i:1;s:55:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-includes\";i:2;s:64:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/languages\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:7:{i:0;s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";i:1;s:43:\"C:/Users/Mike/Local Sites/apmabl/app/public\";i:2;s:54:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content\";i:3;s:62:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/uploads\";i:4;s:62:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/plugins\";i:5;s:65:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/mu-plugins\";i:6;s:61:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/themes\";}s:31:\"\0DUP_Archive\0relativeFiltersDir\";a:2:{i:0;s:75:\"C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/backups-dup-lite/tmp\";i:1;s:15:\"backups-dup-pro\";}s:24:\"\0DUP_Archive\0listFileObj\";N;s:23:\"\0DUP_Archive\0listDirObj\";N;}s:9:\"Installer\";r:86;s:8:\"Database\";r:105;s:13:\"BuildProgress\";r:144;}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3109", "_site_transient_update_core", "O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-6.4.3.zip\";s:6:\"locale\";s:5:\"fr_FR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-6.4.3.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.3\";s:7:\"version\";s:5:\"6.4.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1707822925;s:15:\"version_checked\";s:5:\"6.4.3\";s:12:\"translations\";a:0:{}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3110", "_site_transient_update_themes", "O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1707822955;s:7:\"checked\";a:7:{s:4:\"Divi\";s:6:\"4.10.8\";s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:6:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.6.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:4:\"Divi\";a:4:{s:11:\"new_version\";s:4:\"4.24\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=1a6ed1b1a925180d03471c8b73060e1e3d476398&username=FredChatel\";}}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.0.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:16:\"twentytwentyfour\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:19:\"2023-12-05 16:03:18\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/translation/theme/twentytwentyfour/1.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3111", "_site_transient_et_update_themes", "O:8:\"stdClass\":3:{s:7:\"checked\";a:7:{s:4:\"Divi\";s:6:\"4.10.8\";s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:4:{s:11:\"new_version\";s:4:\"4.24\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=1a6ed1b1a925180d03471c8b73060e1e3d476398&username=FredChatel\";}}s:12:\"last_checked\";i:1707822955;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3112", "_site_transient_update_plugins", "O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1707822980;s:8:\"response\";a:5:{s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:7:\"1.5.8.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicator.1.5.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:41:\"better-wp-security/better-wp-security.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/better-wp-security\";s:4:\"slug\";s:18:\"better-wp-security\";s:6:\"plugin\";s:41:\"better-wp-security/better-wp-security.php\";s:11:\"new_version\";s:5:\"9.3.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/better-wp-security/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/better-wp-security.9.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=2980272\";s:3:\"svg\";s:63:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=2980272\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-wp-security/assets/banner-1544x500.png?rev=2980272\";s:2:\"1x\";s:73:\"https://ps.w.org/better-wp-security/assets/banner-772x250.png?rev=2980272\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"7.3\";}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.95\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.95.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2899202\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2899202\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2899202\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2899202\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"22.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:5:\"7.2.5\";}s:39:\"yoast-test-helper/yoast-test-helper.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/yoast-test-helper\";s:4:\"slug\";s:17:\"yoast-test-helper\";s:6:\"plugin\";s:39:\"yoast-test-helper/yoast-test-helper.php\";s:11:\"new_version\";s:4:\"1.18\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/yoast-test-helper/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/yoast-test-helper.1.18.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/yoast-test-helper/assets/icon.svg?rev=2419879\";s:3:\"svg\";s:62:\"https://ps.w.org/yoast-test-helper/assets/icon.svg?rev=2419879\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/yoast-test-helper/assets/banner-1544x500.png?rev=2280137\";s:2:\"1x\";s:72:\"https://ps.w.org/yoast-test-helper/assets/banner-772x250.png?rev=2280137\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:5:\"7.2.5\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:45:\"email-encoder-bundle/email-encoder-bundle.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/email-encoder-bundle\";s:4:\"slug\";s:20:\"email-encoder-bundle\";s:6:\"plugin\";s:45:\"email-encoder-bundle/email-encoder-bundle.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/email-encoder-bundle/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/email-encoder-bundle.2.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/email-encoder-bundle/assets/icon-256x256.png?rev=2056506\";s:2:\"1x\";s:73:\"https://ps.w.org/email-encoder-bundle/assets/icon-128x128.png?rev=2056506\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/email-encoder-bundle/assets/banner-1544x500.png?rev=2910623\";s:2:\"1x\";s:75:\"https://ps.w.org/email-encoder-bundle/assets/banner-772x250.png?rev=2910623\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:37:\"gdpr-cookie-compliance/moove-gdpr.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/gdpr-cookie-compliance\";s:4:\"slug\";s:22:\"gdpr-cookie-compliance\";s:6:\"plugin\";s:37:\"gdpr-cookie-compliance/moove-gdpr.php\";s:11:\"new_version\";s:6:\"4.13.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/gdpr-cookie-compliance/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/gdpr-cookie-compliance.4.13.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/gdpr-cookie-compliance/assets/icon-256x256.png?rev=2376316\";s:2:\"1x\";s:75:\"https://ps.w.org/gdpr-cookie-compliance/assets/icon-128x128.png?rev=2376316\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/gdpr-cookie-compliance/assets/banner-1544x500.png?rev=3024937\";s:2:\"1x\";s:77:\"https://ps.w.org/gdpr-cookie-compliance/assets/banner-772x250.png?rev=3024937\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:21:\"polylang/polylang.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/polylang\";s:4:\"slug\";s:8:\"polylang\";s:6:\"plugin\";s:21:\"polylang/polylang.php\";s:11:\"new_version\";s:5:\"3.5.4\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/polylang/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/polylang.3.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/polylang/assets/icon-256x256.png?rev=1331499\";s:2:\"1x\";s:61:\"https://ps.w.org/polylang/assets/icon-128x128.png?rev=1331499\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/polylang/assets/banner-1544x500.png?rev=1405299\";s:2:\"1x\";s:63:\"https://ps.w.org/polylang/assets/banner-772x250.png?rev=1405299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:40:\"send-emails-with-mandrill/wpmandrill.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"w.org/plugins/send-emails-with-mandrill\";s:4:\"slug\";s:25:\"send-emails-with-mandrill\";s:6:\"plugin\";s:40:\"send-emails-with-mandrill/wpmandrill.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/send-emails-with-mandrill/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/send-emails-with-mandrill.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/send-emails-with-mandrill/assets/icon-256x256.png?rev=1920659\";s:2:\"1x\";s:78:\"https://ps.w.org/send-emails-with-mandrill/assets/icon-256x256.png?rev=1920659\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/send-emails-with-mandrill/assets/banner-1544x500.jpg?rev=1920659\";s:2:\"1x\";s:80:\"https://ps.w.org/send-emails-with-mandrill/assets/banner-772x250.jpg?rev=1920659\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:45:\"wordpress-protection/wordpress-protection.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/wordpress-protection\";s:4:\"slug\";s:20:\"wordpress-protection\";s:6:\"plugin\";s:45:\"wordpress-protection/wordpress-protection.php\";s:11:\"new_version\";s:1:\"8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/wordpress-protection/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wordpress-protection.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-protection/assets/icon-256x256.png?rev=1006111\";s:2:\"1x\";s:73:\"https://ps.w.org/wordpress-protection/assets/icon-128x128.png?rev=1006111\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/wordpress-protection/assets/banner-772x250.jpg?rev=810317\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:12:\"Wordpress 2+\";}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.1.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}}s:7:\"checked\";a:12:{s:25:\"duplicator/duplicator.php\";s:5:\"1.5.5\";s:45:\"email-encoder-bundle/email-encoder-bundle.php\";s:5:\"2.2.1\";s:37:\"gdpr-cookie-compliance/moove-gdpr.php\";s:6:\"4.13.1\";s:41:\"better-wp-security/better-wp-security.php\";s:5:\"8.1.6\";s:21:\"polylang/polylang.php\";s:5:\"3.5.4\";s:40:\"send-emails-with-mandrill/wpmandrill.php\";s:5:\"1.3.1\";s:51:\"simple-google-recaptcha/simple-google-recaptcha.php\";s:3:\"4.0\";s:45:\"wordpress-protection/wordpress-protection.php\";s:1:\"8\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:5:\"1.2.3\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.87\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"20.10\";s:39:\"yoast-test-helper/yoast-test-helper.php\";s:4:\"1.17\";}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3113", "_site_transient_et_update_all_plugins", "O:8:\"stdClass\":3:{s:7:\"checked\";a:12:{s:25:\"duplicator/duplicator.php\";s:5:\"1.5.5\";s:45:\"email-encoder-bundle/email-encoder-bundle.php\";s:5:\"2.2.1\";s:37:\"gdpr-cookie-compliance/moove-gdpr.php\";s:6:\"4.13.1\";s:41:\"better-wp-security/better-wp-security.php\";s:5:\"8.1.6\";s:21:\"polylang/polylang.php\";s:5:\"3.5.4\";s:40:\"send-emails-with-mandrill/wpmandrill.php\";s:5:\"1.3.1\";s:51:\"simple-google-recaptcha/simple-google-recaptcha.php\";s:3:\"4.0\";s:45:\"wordpress-protection/wordpress-protection.php\";s:1:\"8\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:5:\"1.2.3\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.87\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"20.10\";s:39:\"yoast-test-helper/yoast-test-helper.php\";s:4:\"1.17\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1707822954;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3114", "_site_transient_timeout_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9", "1708338341", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3115", "_site_transient_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9", "a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3117", "wpseo_sitemap_429_cache_validator", "3IpRe", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3121", "_transient_timeout_et_core_version", "1707909342", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3122", "_transient_et_core_version", "4.10.8", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3124", "wp_attachment_pages_enabled", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3127", "can_compress_scripts", "1", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3128", "new_admin_email", "mike@apm-abl.com", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3129", "adminhash", "a:2:{s:4:\"hash\";s:32:\"b6a4d503adfa8631470895f82a92ddfa\";s:8:\"newemail\";s:16:\"mike@apm-abl.com\";}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3134", "_et_builder_gf_feature_cache", "a:2:{i:0;s:75:\"{\"gph\":-1,\"divi\":\"4.10.8\",\"wp\":\"6.4.3\",\"enable_all_character_sets\":\"false\"}\";i:1;a:2:{s:155:\"https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext&display=swap\";a:1:{s:12:\"google-fonts\";s:7912:\"/* Original: https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVc.ttf) format(\'truetype\');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVQ.woff) format(\'woff\');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVI.woff2) format(\'woff2\');}\";}s:216:\"https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700|Nunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext&display=swap\";a:1:{s:12:\"google-fonts\";s:12550:\"/* Original: https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700|Nunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXAHg6bf.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83AHg6bf.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHg6bf.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3cHg6bf.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSncHg6bf.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXcHg6bf.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHcHg6bf.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshdTo3ig.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTo3ig.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3ig.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmdTo3ig.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTo3ig.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTo3ig.ttf) format(\'truetype\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTo3ig.ttf) format(\'truetype\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvsUhiYA.ttf) format(\'truetype\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUhiYA.ttf) format(\'truetype\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYA.ttf) format(\'truetype\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUhiYA.ttf) format(\'truetype\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUhiYA.ttf) format(\'truetype\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUhiYA.ttf) format(\'truetype\');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXAHg6bc.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83AHg6bc.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHg6bc.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3cHg6bc.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSncHg6bc.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXcHg6bc.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHcHg6bc.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshdTo3iQ.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTo3iQ.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3iQ.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmdTo3iQ.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTo3iQ.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTo3iQ.woff) format(\'woff\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTo3iQ.woff) format(\'woff\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvsUhiYw.woff) format(\'woff\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUhiYw.woff) format(\'woff\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYw.woff) format(\'woff\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUhiYw.woff) format(\'woff\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUhiYw.woff) format(\'woff\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUhiYw.woff) format(\'woff\');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXAHg6ba.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83AHg6ba.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHg6ba.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3cHg6ba.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSncHg6ba.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXcHg6ba.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHcHg6ba.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshdTo3jw.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTo3jw.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3jw.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmdTo3jw.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTo3jw.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTo3jw.woff2) format(\'woff2\');}@font-face {font-family: \'Nunito\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTo3jw.woff2) format(\'woff2\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvsUhiZQ.woff2) format(\'woff2\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUhiZQ.woff2) format(\'woff2\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZQ.woff2) format(\'woff2\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUhiZQ.woff2) format(\'woff2\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUhiZQ.woff2) format(\'woff2\');}@font-face {font-family: \'Oswald\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUhiZQ.woff2) format(\'woff2\');}\";}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3136", "_et_builder_da_feature_cache", "a:2:{i:0;s:39:\"{\"gph\":-1,\"divi\":\"4.10.8\",\"wp\":\"6.4.3\"}\";i:1;a:1:{s:8:\"notfound\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:18:\"et_pb_contact_form\";i:4;s:19:\"et_pb_contact_field\";i:5;s:10:\"et_pb_text\";i:6;s:25:\"et_pb_social_media_follow\";i:7;s:33:\"et_pb_social_media_follow_network\";}s:29:\"_et_dynamic_cached_attributes\";a:4:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}}}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3141", "_site_transient_timeout_itsec_wp_upload_dir", "1707909335", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3142", "_site_transient_itsec_wp_upload_dir", "a:6:{s:4:\"path\";s:70:\"C:\\Users\\Mike\\Local Sites\\apmabl\\app\\public/wp-content/uploads/2024/02\";s:3:\"url\";s:47:\"https://apmabl.local/wp-content/uploads/2024/02\";s:6:\"subdir\";s:8:\"/2024/02\";s:7:\"basedir\";s:62:\"C:\\Users\\Mike\\Local Sites\\apmabl\\app\\public/wp-content/uploads\";s:7:\"baseurl\";s:39:\"https://apmabl.local/wp-content/uploads\";s:5:\"error\";b:0;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3143", "_transient_timeout_et_core_path", "1707909342", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3144", "_transient_et_core_path", "C:/Users/Mike/Local Sites/apmabl/app/public/wp-content/themes/Divi/core", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3147", "_site_transient_timeout_theme_roots", "1707824754", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3148", "_site_transient_theme_roots", "a:7:{s:4:\"Divi\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3151", "_site_transient_timeout_browser_3090a376b3015855b898100772c30da9", "1708427758", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3152", "_site_transient_browser_3090a376b3015855b898100772c30da9", "a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"122.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3153", "_transient_pll_languages_list", "a:1:{i:0;a:22:{s:4:\"name\";s:7:\"English\";s:4:\"slug\";s:2:\"en\";s:10:\"term_group\";i:0;s:7:\"term_id\";i:8;s:6:\"locale\";s:5:\"en_GB\";s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"en-GB\";s:8:\"facebook\";s:5:\"en_GB\";s:8:\"home_url\";s:21:\"https://apmabl.local/\";s:10:\"search_url\";s:21:\"https://apmabl.local/\";s:4:\"host\";N;s:13:\"page_on_front\";i:5;s:14:\"page_for_posts\";i:0;s:9:\"flag_code\";s:2:\"gb\";s:8:\"flag_url\";s:61:\"https://apmabl.local/wp-content/plugins/polylang/flags/gb.png\";s:4:\"flag\";s:636:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAt1BMVEWSmb66z+18msdig8La3u+tYX9IaLc7W7BagbmcUW+kqMr/q6n+//+hsNv/lIr/jIGMnNLJyOP9/fyQttT/wb3/////aWn+YWF5kNT0oqz0i4ueqtIZNJjhvt/8gn//WVr/6+rN1+o9RKZwgcMPJpX/VFT9UEn+RUX8Ozv2Ly+FGzdYZrfU1e/8LS/lQkG/mbVUX60AE231hHtcdMb0mp3qYFTFwNu3w9prcqSURGNDaaIUMX5FNW5wYt7AAAAAjklEQVR4AR3HNUJEMQCGwf+L8RR36ajR+1+CEuvRdd8kK9MNAiRQNgJmVDAt1yM6kSzYVJUsPNssAk5N7ZFKjVNFAY4co6TAOI+kyQm+LFUEBEKKzuWUNB7rSH/rSnvOulOGk+QlXTBqMIrfYX4tSe2nP3iRa/KNK7uTmWJ5a9+erZ3d+18od4ytiZdvZyuKWy8o3UpTVAAAAABJRU5ErkJggg==\" alt=\"English\" width=\"16\" height=\"11\" style=\"width: 16px; height: 11px;\" />\";s:15:\"custom_flag_url\";s:0:\"\";s:11:\"custom_flag\";s:0:\"\";s:6:\"active\";b:1;s:9:\"fallbacks\";a:0:{}s:10:\"is_default\";b:1;s:10:\"term_props\";a:2:{s:8:\"language\";a:3:{s:7:\"term_id\";i:8;s:16:\"term_taxonomy_id\";i:8;s:5:\"count\";i:8;}s:13:\"term_language\";a:3:{s:7:\"term_id\";i:9;s:16:\"term_taxonomy_id\";i:9;s:5:\"count\";i:3;}}}}", "yes"); INSERT INTO `pMmibiwXoptions` VALUES("3154", "_transient_timeout_wpseo-statistics-totals", "1707909366", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3155", "_transient_wpseo-statistics-totals", "a:1:{i:1;a:2:{s:6:\"scores\";a:0:{}s:8:\"division\";b:0;}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3156", "_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e", "1707866168", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3157", "_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e", "a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:25:\"Switzerland Community Day\";s:3:\"url\";s:60:\"https://events.wordpress.org/switzerland/2024/community-day/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2024-03-23 00:00:00\";s:8:\"end_date\";s:19:\"2024-03-23 00:00:00\";s:20:\"start_unix_timestamp\";i:1711148400;s:18:\"end_unix_timestamp\";i:1711148400;s:8:\"location\";a:4:{s:8:\"location\";s:11:\"Switzerland\";s:7:\"country\";s:2:\"CH\";s:8:\"latitude\";d:46.938397899999998;s:9:\"longitude\";d:7.1352020999999999;}}}}", "no"); INSERT INTO `pMmibiwXoptions` VALUES("3161", "itsec_cron", "a:2:{s:6:\"single\";a:0:{}s:9:\"recurring\";a:8:{s:11:\"flush-files\";a:1:{s:4:\"data\";a:0:{}}s:19:\"identify-server-ips\";a:1:{s:4:\"data\";a:0:{}}s:17:\"enable-encryption\";a:1:{s:4:\"data\";a:0:{}}s:17:\"purge-log-entries\";a:1:{s:4:\"data\";a:0:{}}s:12:\"clear-tokens\";a:1:{s:4:\"data\";a:0:{}}s:11:\"clear-locks\";a:1:{s:4:\"data\";a:0:{}}s:28:\"dashboard-consolidate-events\";a:1:{s:4:\"data\";a:0:{}}s:14:\"purge-lockouts\";a:1:{s:4:\"data\";a:0:{}}}}", "no"); /* INSERT TABLE DATA: pmmibiwxpostmeta */ INSERT INTO `pMmibiwXpostmeta` VALUES("3", "5", "_edit_lock", "1636660370:1"); INSERT INTO `pMmibiwXpostmeta` VALUES("4", "7", "_edit_lock", "1635610134:1"); INSERT INTO `pMmibiwXpostmeta` VALUES("15", "12", "_menu_item_type", "post_type"); INSERT INTO `pMmibiwXpostmeta` VALUES("16", "12", "_menu_item_menu_item_parent", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("17", "12", "_menu_item_object_id", "7"); INSERT INTO `pMmibiwXpostmeta` VALUES("18", "12", "_menu_item_object", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("19", "12", "_menu_item_target", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("20", "12", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("21", "12", "_menu_item_xfn", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("22", "12", "_menu_item_url", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("24", "13", "_menu_item_type", "post_type"); INSERT INTO `pMmibiwXpostmeta` VALUES("25", "13", "_menu_item_menu_item_parent", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("26", "13", "_menu_item_object_id", "5"); INSERT INTO `pMmibiwXpostmeta` VALUES("27", "13", "_menu_item_object", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("28", "13", "_menu_item_target", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("29", "13", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("30", "13", "_menu_item_xfn", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("31", "13", "_menu_item_url", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("33", "14", "_edit_lock", "1635615214:1"); INSERT INTO `pMmibiwXpostmeta` VALUES("34", "16", "_edit_lock", "1635612391:1"); INSERT INTO `pMmibiwXpostmeta` VALUES("35", "18", "_menu_item_type", "post_type"); INSERT INTO `pMmibiwXpostmeta` VALUES("36", "18", "_menu_item_menu_item_parent", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("37", "18", "_menu_item_object_id", "16"); INSERT INTO `pMmibiwXpostmeta` VALUES("38", "18", "_menu_item_object", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("39", "18", "_menu_item_target", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("40", "18", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("41", "18", "_menu_item_xfn", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("42", "18", "_menu_item_url", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("44", "19", "_menu_item_type", "post_type"); INSERT INTO `pMmibiwXpostmeta` VALUES("45", "19", "_menu_item_menu_item_parent", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("46", "19", "_menu_item_object_id", "14"); INSERT INTO `pMmibiwXpostmeta` VALUES("47", "19", "_menu_item_object", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("48", "19", "_menu_item_target", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("49", "19", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("50", "19", "_menu_item_xfn", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("51", "19", "_menu_item_url", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("55", "5", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("56", "5", "_et_gb_content_width", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("57", "5", "_edit_last", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("58", "5", "_et_pb_post_hide_nav", "default"); INSERT INTO `pMmibiwXpostmeta` VALUES("59", "5", "_et_pb_page_layout", "et_right_sidebar"); INSERT INTO `pMmibiwXpostmeta` VALUES("60", "5", "_et_pb_side_nav", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("64", "16", "_edit_last", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("65", "16", "_et_pb_post_hide_nav", "default"); INSERT INTO `pMmibiwXpostmeta` VALUES("66", "16", "_et_pb_page_layout", "et_right_sidebar"); INSERT INTO `pMmibiwXpostmeta` VALUES("67", "16", "_et_pb_side_nav", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("68", "14", "_edit_last", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("69", "14", "_et_pb_post_hide_nav", "default"); INSERT INTO `pMmibiwXpostmeta` VALUES("70", "14", "_et_pb_page_layout", "et_right_sidebar"); INSERT INTO `pMmibiwXpostmeta` VALUES("71", "14", "_et_pb_side_nav", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("73", "14", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("74", "14", "_et_gb_content_width", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("75", "26", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("76", "14", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("77", "14", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("78", "14", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("79", "14", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"14\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("80", "14", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("81", "14", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("82", "14", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("83", "14", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("84", "14", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("85", "14", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("86", "14", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("87", "14", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("105", "35", "_edit_lock", "1635164894:1"); INSERT INTO `pMmibiwXpostmeta` VALUES("106", "35", "_edit_last", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("107", "35", "_et_pb_post_hide_nav", "default"); INSERT INTO `pMmibiwXpostmeta` VALUES("108", "35", "_et_pb_page_layout", "et_right_sidebar"); INSERT INTO `pMmibiwXpostmeta` VALUES("109", "35", "_et_pb_side_nav", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("119", "38", "_menu_item_type", "post_type"); INSERT INTO `pMmibiwXpostmeta` VALUES("120", "38", "_menu_item_menu_item_parent", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("121", "38", "_menu_item_object_id", "35"); INSERT INTO `pMmibiwXpostmeta` VALUES("122", "38", "_menu_item_object", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("123", "38", "_menu_item_target", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("124", "38", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("125", "38", "_menu_item_xfn", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("126", "38", "_menu_item_url", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("128", "13", "_wp_old_date", "2021-10-11"); INSERT INTO `pMmibiwXpostmeta` VALUES("129", "19", "_wp_old_date", "2021-10-11"); INSERT INTO `pMmibiwXpostmeta` VALUES("130", "18", "_wp_old_date", "2021-10-11"); INSERT INTO `pMmibiwXpostmeta` VALUES("131", "12", "_wp_old_date", "2021-10-11"); INSERT INTO `pMmibiwXpostmeta` VALUES("133", "35", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("134", "35", "_et_gb_content_width", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("138", "35", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("139", "35", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("140", "35", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("141", "35", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"35\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("142", "35", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("143", "35", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("144", "35", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("145", "35", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("146", "35", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("147", "35", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("148", "35", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("149", "35", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("150", "35", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("158", "35", "_et_pb_page_z_index", "71"); INSERT INTO `pMmibiwXpostmeta` VALUES("161", "55", "_edit_lock", "1635164821:1"); INSERT INTO `pMmibiwXpostmeta` VALUES("162", "55", "_edit_last", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("163", "55", "_et_pb_post_hide_nav", "default"); INSERT INTO `pMmibiwXpostmeta` VALUES("164", "55", "_et_pb_page_layout", "et_right_sidebar"); INSERT INTO `pMmibiwXpostmeta` VALUES("165", "55", "_et_pb_side_nav", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("166", "55", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("167", "55", "_et_gb_content_width", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("173", "55", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("174", "55", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("175", "55", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("176", "55", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"55\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("177", "55", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("178", "55", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("179", "55", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("180", "55", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("181", "55", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("182", "55", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("183", "55", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("184", "55", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("185", "55", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("348", "109", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("349", "109", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("353", "109", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("354", "109", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("355", "109", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("356", "109", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"109\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("357", "109", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("358", "109", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("359", "109", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("360", "109", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("361", "109", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("362", "109", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("363", "109", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("364", "109", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("392", "128", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("393", "128", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("421", "128", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("422", "128", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("423", "128", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("424", "128", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"128\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("425", "128", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("426", "128", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("427", "128", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("428", "128", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("429", "128", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("430", "128", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("431", "128", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("432", "128", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("448", "139", "_et_autogenerated_title", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("449", "139", "_et_default", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("450", "139", "_et_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("451", "139", "_et_header_layout_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("452", "139", "_et_header_layout_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("453", "139", "_et_body_layout_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("454", "139", "_et_body_layout_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("455", "139", "_et_footer_layout_id", "128"); INSERT INTO `pMmibiwXpostmeta` VALUES("456", "139", "_et_footer_layout_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("457", "140", "_et_autogenerated_title", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("458", "140", "_et_default", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("459", "140", "_et_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("460", "140", "_et_header_layout_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("461", "140", "_et_header_layout_enabled", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("462", "140", "_et_body_layout_id", "109"); INSERT INTO `pMmibiwXpostmeta` VALUES("463", "140", "_et_body_layout_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("464", "140", "_et_footer_layout_id", "128"); INSERT INTO `pMmibiwXpostmeta` VALUES("465", "140", "_et_footer_layout_enabled", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("505", "140", "_et_use_on", "singular:post_type:post:all"); INSERT INTO `pMmibiwXpostmeta` VALUES("506", "122", "_et_template", "139"); INSERT INTO `pMmibiwXpostmeta` VALUES("507", "122", "_et_template", "140"); INSERT INTO `pMmibiwXpostmeta` VALUES("508", "149", "_wp_attached_file", "2021/10/business_962316__480.webp"); INSERT INTO `pMmibiwXpostmeta` VALUES("509", "149", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:33:\"2021/10/business_962316__480.webp\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"business_962316__480-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business_962316__480-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"business_962316__480-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"business_962316__480-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"business_962316__480-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"business_962316__480-400x480.webp\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/webp\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"business_962316__480-480x360.webp\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/webp\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("510", "150", "_wp_attached_file", "2021/10/business_2846221_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("511", "150", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:33:\"2021/10/business_2846221_1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"business_2846221_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"business_2846221_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"business_2846221_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"business_2846221_1920-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:34:\"business_2846221_1920-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"business_2846221_1920-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("512", "151", "_wp_attached_file", "2021/10/connect_1586220_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("513", "151", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2021/10/connect_1586220_1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"connect_1586220_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"connect_1586220_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"connect_1586220_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"connect_1586220_1920-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:33:\"connect_1586220_1920-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"connect_1586220_1920-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("514", "152", "_wp_attached_file", "2021/10/fire_4349710_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("515", "152", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1066;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2021/10/fire_4349710_1920.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"fire_4349710_1920-167x300.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"fire_4349710_1920-569x1024.jpg\";s:5:\"width\";i:569;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"fire_4349710_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"fire_4349710_1920-768x1383.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"fire_4349710_1920-853x1536.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"fire_4349710_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"fire_4349710_1920-1066x675.jpg\";s:5:\"width\";i:1066;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"fire_4349710_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"fire_4349710_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"fire_4349710_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:31:\"fire_4349710_1920-1066x1800.jpg\";s:5:\"width\";i:1066;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"fire_4349710_1920-980x1765.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"fire_4349710_1920-480x865.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("516", "153", "_wp_attached_file", "2021/10/gears_2291916_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("517", "153", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2021/10/gears_2291916_1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"gears_2291916_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"gears_2291916_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"gears_2291916_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"gears_2291916_1920-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"gears_2291916_1920-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"gears_2291916_1920-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("518", "154", "_wp_attached_file", "2021/10/istockphoto_499147276-170667a.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("519", "154", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:509;s:6:\"height\";i:340;s:4:\"file\";s:41:\"2021/10/istockphoto_499147276-170667a.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"istockphoto_499147276-170667a-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"istockphoto_499147276-170667a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"istockphoto_499147276-170667a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"istockphoto_499147276-170667a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"istockphoto_499147276-170667a-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:41:\"istockphoto_499147276-170667a-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:80:\"Group of business people assembling jigsaw puzzle, team support and help concept\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"ALotOfPeople\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("520", "155", "_wp_attached_file", "2021/10/istockphoto_650197668-612x612-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("521", "155", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"file\";s:43:\"2021/10/istockphoto_650197668-612x612-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"istockphoto_650197668-612x612-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"istockphoto_650197668-612x612-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:43:\"istockphoto_650197668-612x612-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:43:\"istockphoto_650197668-612x612-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:43:\"istockphoto_650197668-612x612-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:43:\"istockphoto_650197668-612x612-1-400x408.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:43:\"istockphoto_650197668-612x612-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:66:\"Shoes and arrows pointing in different directions on asphalt floor\";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:66:\"Shoes and arrows pointing in different directions on asphalt floor\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("522", "156", "_wp_attached_file", "2021/10/istockphoto_817442226-612x612-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("523", "156", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"file\";s:43:\"2021/10/istockphoto_817442226-612x612-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"istockphoto_817442226-612x612-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"istockphoto_817442226-612x612-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:43:\"istockphoto_817442226-612x612-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:43:\"istockphoto_817442226-612x612-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:43:\"istockphoto_817442226-612x612-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:43:\"istockphoto_817442226-612x612-1-400x408.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:43:\"istockphoto_817442226-612x612-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:121:\"Man creating statistics in modern office. He working on digital devices while sitting at table and turning back to camera\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("524", "157", "_wp_attached_file", "2021/10/istockphoto_1014697378-612x612-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("525", "157", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:612;s:6:\"height\";i:374;s:4:\"file\";s:44:\"2021/10/istockphoto_1014697378-612x612-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"istockphoto_1014697378-612x612-1-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"istockphoto_1014697378-612x612-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1014697378-612x612-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1014697378-612x612-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1014697378-612x612-1-510x374.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"istockphoto_1014697378-612x612-1-400x374.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:44:\"istockphoto_1014697378-612x612-1-480x293.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:172:\"Sport webstore site template mock up isolated, 3d illustration. Training web page interface mockup. Internet website template. Web store screen layout for computer display.\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("526", "158", "_wp_attached_file", "2021/10/istockphoto_1084132256-612x612-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("527", "158", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:612;s:6:\"height\";i:395;s:4:\"file\";s:44:\"2021/10/istockphoto_1084132256-612x612-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"istockphoto_1084132256-612x612-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"istockphoto_1084132256-612x612-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1084132256-612x612-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1084132256-612x612-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1084132256-612x612-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"istockphoto_1084132256-612x612-1-400x395.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:44:\"istockphoto_1084132256-612x612-1-480x310.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:187:\"Hands holding tablet with sport webstore mock up on screen, isolated. Healthy lifestyle web page interface mockup. Internet website template. Web store screen layout for computer display.\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("528", "159", "_wp_attached_file", "2021/10/istockphoto_1223991436-612x612-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("529", "159", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"file\";s:44:\"2021/10/istockphoto_1223991436-612x612-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"istockphoto_1223991436-612x612-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"istockphoto_1223991436-612x612-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1223991436-612x612-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1223991436-612x612-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"istockphoto_1223991436-612x612-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"istockphoto_1223991436-612x612-1-400x408.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:44:\"istockphoto_1223991436-612x612-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:139:\"Hand holding virtual target board and arrow with bokeh background. Keeping and setup objectives and target for business investment concept.\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("530", "160", "_wp_attached_file", "2021/10/laptops_593296__340.webp"); INSERT INTO `pMmibiwXpostmeta` VALUES("531", "160", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:510;s:6:\"height\";i:340;s:4:\"file\";s:32:\"2021/10/laptops_593296__340.webp\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"laptops_593296__340-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"laptops_593296__340-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"laptops_593296__340-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"laptops_593296__340-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"laptops_593296__340-400x340.webp\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/webp\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"laptops_593296__340-480x320.webp\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("532", "161", "_wp_attached_file", "2021/10/macro_1452987_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("533", "161", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1252;s:4:\"file\";s:30:\"2021/10/macro_1452987_1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"macro_1452987_1920-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"macro_1452987_1920-1536x1002.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1002;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"macro_1452987_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"macro_1452987_1920-1080x704.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"macro_1452987_1920-1280x835.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:835;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-980x639.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"macro_1452987_1920-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("534", "162", "_wp_attached_file", "2021/10/office_594132__340.webp"); INSERT INTO `pMmibiwXpostmeta` VALUES("535", "162", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:510;s:6:\"height\";i:340;s:4:\"file\";s:31:\"2021/10/office_594132__340.webp\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"office_594132__340-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"office_594132__340-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"office_594132__340-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"office_594132__340-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"office_594132__340-400x340.webp\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/webp\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"office_594132__340-480x320.webp\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("536", "163", "_wp_attached_file", "2021/10/office_1209640_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("537", "163", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:31:\"2021/10/office_1209640_1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"office_1209640_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"office_1209640_1920-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"office_1209640_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"office_1209640_1920-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"office_1209640_1920-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"office_1209640_1920-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("538", "164", "_wp_attached_file", "2021/10/phoenix_2773439_1280.png"); INSERT INTO `pMmibiwXpostmeta` VALUES("539", "164", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1274;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2021/10/phoenix_2773439_1280.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"phoenix_2773439_1280-1019x1024.png\";s:5:\"width\";i:1019;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-768x772.png\";s:5:\"width\";i:768;s:6:\"height\";i:772;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"phoenix_2773439_1280-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"phoenix_2773439_1280-1080x1085.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1085;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-980x985.png\";s:5:\"width\";i:980;s:6:\"height\";i:985;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"phoenix_2773439_1280-480x482.png\";s:5:\"width\";i:480;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("540", "165", "_wp_attached_file", "2021/10/phoenix_4655584_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("541", "165", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1242;s:4:\"file\";s:32:\"2021/10/phoenix_4655584_1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"phoenix_4655584_1920-1024x662.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"phoenix_4655584_1920-1536x994.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"phoenix_4655584_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"phoenix_4655584_1920-1080x699.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:33:\"phoenix_4655584_1920-1280x828.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:828;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-980x634.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:634;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"phoenix_4655584_1920-480x311.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("542", "166", "_wp_attached_file", "2021/10/rubik_2477165_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("543", "166", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2021/10/rubik_2477165_1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"rubik_2477165_1920-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"rubik_2477165_1920-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"rubik_2477165_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"rubik_2477165_1920-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"rubik_2477165_1920-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"rubik_2477165_1920-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("544", "167", "_wp_attached_file", "2021/10/sunset_1807524_1920.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("545", "167", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1177;s:4:\"file\";s:31:\"2021/10/sunset_1807524_1920.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"sunset_1807524_1920-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"sunset_1807524_1920-1536x942.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:942;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"sunset_1807524_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"sunset_1807524_1920-1080x662.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"sunset_1807524_1920-1280x785.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-980x601.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"sunset_1807524_1920-480x294.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("548", "171", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("549", "171", "_et_pb_show_page_creation", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("550", "172", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("551", "172", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("552", "173", "_wp_attached_file", "2021/10/consultant-09.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("553", "173", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1370;s:4:\"file\";s:25:\"2021/10/consultant-09.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"consultant-09-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"consultant-09-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"consultant-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"consultant-09-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"consultant-09-1536x822.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"consultant-09-2048x1096.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1096;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"consultant-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"consultant-09-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"consultant-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"consultant-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"consultant-09-1080x578.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"consultant-09-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"consultant-09-1280x685.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"consultant-09-980x524.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"consultant-09-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("554", "174", "_wp_attached_file", "2021/10/consutant-03.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("555", "174", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:632;s:4:\"file\";s:24:\"2021/10/consutant-03.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"consutant-03-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"consutant-03-1024x337.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"consutant-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"consutant-03-768x253.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"consutant-03-1536x506.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"consutant-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"consutant-03-1080x632.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"consutant-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"consutant-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"consutant-03-1080x356.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"consutant-03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"consutant-03-1280x421.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"consutant-03-980x323.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"consutant-03-480x158.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("556", "176", "_et_autogenerated_title", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("557", "176", "_et_default", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("558", "176", "_et_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("559", "176", "_et_header_layout_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("560", "176", "_et_header_layout_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("561", "176", "_et_body_layout_id", "172"); INSERT INTO `pMmibiwXpostmeta` VALUES("562", "176", "_et_body_layout_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("563", "176", "_et_footer_layout_id", "128"); INSERT INTO `pMmibiwXpostmeta` VALUES("564", "176", "_et_footer_layout_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("565", "177", "_et_autogenerated_title", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("566", "177", "_et_default", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("567", "177", "_et_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("568", "177", "_et_header_layout_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("569", "177", "_et_header_layout_enabled", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("570", "177", "_et_body_layout_id", "109"); INSERT INTO `pMmibiwXpostmeta` VALUES("571", "177", "_et_body_layout_enabled", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("572", "177", "_et_footer_layout_id", "128"); INSERT INTO `pMmibiwXpostmeta` VALUES("573", "177", "_et_footer_layout_enabled", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("574", "177", "_et_use_on", "singular:post_type:post:all"); INSERT INTO `pMmibiwXpostmeta` VALUES("577", "172", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("578", "172", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("579", "172", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("580", "172", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"172\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("581", "172", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("582", "172", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("583", "172", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("584", "172", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("585", "172", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("586", "172", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("587", "172", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("588", "172", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("590", "5", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("591", "5", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("592", "5", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("593", "5", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"5\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("594", "5", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("595", "5", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("596", "5", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("597", "5", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("598", "5", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("599", "5", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("600", "5", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("601", "5", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("602", "5", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("607", "188", "_wp_attached_file", "2021/10/DYNAMIS_LOGO-removebg.png"); INSERT INTO `pMmibiwXpostmeta` VALUES("608", "188", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:689;s:6:\"height\";i:462;s:4:\"file\";s:33:\"2021/10/DYNAMIS_LOGO-removebg.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"DYNAMIS_LOGO-removebg-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"DYNAMIS_LOGO-removebg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"DYNAMIS_LOGO-removebg-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"DYNAMIS_LOGO-removebg-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"DYNAMIS_LOGO-removebg-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"DYNAMIS_LOGO-removebg-400x462.png\";s:5:\"width\";i:400;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"DYNAMIS_LOGO-removebg-480x322.png\";s:5:\"width\";i:480;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("610", "189", "_wp_attached_file", "2021/10/ABL-Logo-Seul.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("611", "189", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:279;s:6:\"height\";i:195;s:4:\"file\";s:25:\"2021/10/ABL-Logo-Seul.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABL-Logo-Seul-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("613", "190", "_wp_attached_file", "2021/10/ABL-Logo-Seul-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("614", "190", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:284;s:6:\"height\";i:253;s:4:\"file\";s:27:\"2021/10/ABL-Logo-Seul-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ABL-Logo-Seul-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"ABL-Logo-Seul-1-284x250.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("615", "191", "_wp_attached_file", "2021/10/cropped-ABL-Logo-Seul-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("616", "191", "_wp_attachment_context", "site-icon"); INSERT INTO `pMmibiwXpostmeta` VALUES("617", "191", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:35:\"2021/10/cropped-ABL-Logo-Seul-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-400x512.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:35:\"cropped-ABL-Logo-Seul-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:33:\"cropped-ABL-Logo-Seul-1-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("624", "195", "_wp_attached_file", "2021/10/cycle-in-the-railway-yard-1577908.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("625", "195", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1196;s:6:\"height\";i:822;s:4:\"file\";s:45:\"2021/10/cycle-in-the-railway-yard-1577908.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"cycle-in-the-railway-yard-1577908-1024x704.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"cycle-in-the-railway-yard-1577908-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:46:\"cycle-in-the-railway-yard-1577908-1080x742.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-980x674.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:45:\"cycle-in-the-railway-yard-1577908-480x330.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("633", "176", "_et_theme_builder_marked_as_unused", "2021-10-25 12:13:16"); INSERT INTO `pMmibiwXpostmeta` VALUES("634", "177", "_et_theme_builder_marked_as_unused", "2021-10-25 12:13:16"); INSERT INTO `pMmibiwXpostmeta` VALUES("635", "172", "_et_theme_builder_marked_as_unused", "2021-10-25 12:13:16"); INSERT INTO `pMmibiwXpostmeta` VALUES("636", "171", "_et_theme_builder_marked_as_unused", "2021-10-25 12:13:16"); INSERT INTO `pMmibiwXpostmeta` VALUES("664", "217", "_wp_attached_file", "2021/10/consultant-11.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("665", "217", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1370;s:4:\"file\";s:25:\"2021/10/consultant-11.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"consultant-11-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"consultant-11-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"consultant-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"consultant-11-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"consultant-11-1536x822.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"consultant-11-2048x1096.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1096;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"consultant-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"consultant-11-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"consultant-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"consultant-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"consultant-11-1080x578.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"consultant-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"consultant-11-1280x685.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"consultant-11-980x524.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"consultant-11-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("670", "220", "_wp_attached_file", "2021/10/business_01.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("671", "220", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1290;s:6:\"height\";i:861;s:4:\"file\";s:23:\"2021/10/business_01.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"business_01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"business_01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"business_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"business_01-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"business_01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"business_01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"business_01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"business_01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"business_01-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"business_01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"business_01-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"business_01-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"business_01-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("672", "221", "_wp_attached_file", "2021/10/11-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("673", "221", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:721;s:4:\"file\";s:16:\"2021/10/11-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"11-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"11-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"11-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"11-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"11-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"11-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"11-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"11-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:16:\"11-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:16:\"11-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("674", "14", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("675", "16", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("676", "16", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("677", "16", "_et_pb_old_content", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("679", "16", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("680", "16", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("681", "16", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("682", "16", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"16\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("683", "16", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("684", "16", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("685", "16", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("686", "16", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("687", "16", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("688", "16", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("689", "16", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("690", "16", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("691", "228", "_wp_attached_file", "2021/10/bicycles-1536111.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("692", "228", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1733;s:6:\"height\";i:1300;s:4:\"file\";s:28:\"2021/10/bicycles-1536111.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bicycles-1536111-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"bicycles-1536111-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"bicycles-1536111-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:29:\"bicycles-1536111-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"bicycles-1536111-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("694", "233", "_pll_strings_translations", "a:2:{i:0;a:2:{i:0;s:22:\"ABL Dynamis Consulting\";i:1;s:22:\"ABL Dynamis Consulting\";}i:1;a:2:{i:0;s:3:\"ABL\";i:1;s:3:\"ABL\";}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("696", "234", "_wp_attached_file", "2021/10/cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("697", "234", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:78:\"2021/10/cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:73:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:73:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-2048x1361.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:72:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:72:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-1080x718.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:73:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:72:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-1280x851.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:851;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-980x651.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:71:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:13:\"Nadezhda Zima\";s:6:\"camera\";s:6:\"NEX-5R\";s:7:\"caption\";s:51:\"Bicycle travel improves well-being, health and mood\";s:17:\"created_timestamp\";s:10:\"1407666622\";s:9:\"copyright\";s:13:\"Nadezhda Zima\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:54:\"cycling, biking, traveling by bicycle, bicycle luggage\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:52:{i:0;s:7:\"cycling\";i:1;s:7:\"bicycle\";i:2;s:4:\"road\";i:3;s:6:\"travel\";i:4;s:8:\"outdoors\";i:5;s:6:\"action\";i:6;s:3:\"men\";i:7;s:14:\"transportation\";i:8;s:7:\"healthy\";i:9;s:7:\"journey\";i:10;s:4:\"view\";i:11;s:4:\"life\";i:12;s:3:\"man\";i:13;s:5:\"sport\";i:14;s:8:\"activity\";i:15;s:6:\"person\";i:16;s:6:\"nature\";i:17;s:5:\"adult\";i:18;s:3:\"one\";i:19;s:5:\"cycle\";i:20;s:3:\"bag\";i:21;s:9:\"adventure\";i:22;s:6:\"helmet\";i:23;s:4:\"bike\";i:24;s:5:\"young\";i:25;s:6:\"summer\";i:26;s:3:\"sky\";i:27;s:4:\"lane\";i:28;s:6:\"motion\";i:29;s:4:\"real\";i:30;s:5:\"wheel\";i:31;s:6:\"forest\";i:32;s:5:\"speed\";i:33;s:8:\"exercise\";i:34;s:8:\"concepts\";i:35;s:8:\"woodland\";i:36;s:7:\"natural\";i:37;s:7:\"pursuit\";i:38;s:10:\"friendship\";i:39;s:11:\"masculinity\";i:40;s:9:\"vacations\";i:41;s:8:\"sunlight\";i:42;s:4:\"mode\";i:43;s:3:\"day\";i:44;s:6:\"casual\";i:45;s:6:\"family\";i:46;s:9:\"transport\";i:47;s:5:\"cloud\";i:48;s:12:\"recreational\";i:49;s:13:\"environmental\";i:50;s:7:\"morning\";i:51;s:6:\"modern\";}}s:14:\"original_image\";s:63:\"cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("698", "235", "_wp_attached_file", "2021/10/bike-next-to-a-wall-1153454-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("699", "235", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1704;s:4:\"file\";s:46:\"2021/10/bike-next-to-a-wall-1153454-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"bike-next-to-a-wall-1153454-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"bike-next-to-a-wall-1153454-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"bike-next-to-a-wall-1153454-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"bike-next-to-a-wall-1153454-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:40:\"bike-next-to-a-wall-1153454-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:41:\"bike-next-to-a-wall-1153454-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:40:\"bike-next-to-a-wall-1153454-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:39:\"bike-next-to-a-wall-1153454-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:14:\"Michel Mayerle\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1247327749\";s:9:\"copyright\";s:19:\"www.ulrich-media.ch\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:31:\"bike-next-to-a-wall-1153454.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("700", "236", "_wp_attached_file", "2021/10/bicycles-1536111-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("701", "236", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1733;s:6:\"height\";i:1300;s:4:\"file\";s:30:\"2021/10/bicycles-1536111-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"bicycles-1536111-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"bicycles-1536111-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"bicycles-1536111-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"bicycles-1536111-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"bicycles-1536111-1-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"bicycles-1536111-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("702", "237", "_wp_attached_file", "2021/10/cycle-in-the-railway-yard-1577908-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("703", "237", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1196;s:6:\"height\";i:822;s:4:\"file\";s:47:\"2021/10/cycle-in-the-railway-yard-1577908-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"cycle-in-the-railway-yard-1577908-1-1024x704.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:48:\"cycle-in-the-railway-yard-1577908-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:48:\"cycle-in-the-railway-yard-1577908-1-1080x742.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-980x674.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:47:\"cycle-in-the-railway-yard-1577908-1-480x330.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("704", "238", "_wp_attached_file", "2021/10/1506-JOURNEE-ARGON18-5.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("705", "238", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:733;s:6:\"height\";i:1100;s:4:\"file\";s:34:\"2021/10/1506-JOURNEE-ARGON18-5.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"1506-JOURNEE-ARGON18-5-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"1506-JOURNEE-ARGON18-5-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1506-JOURNEE-ARGON18-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"1506-JOURNEE-ARGON18-5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"1506-JOURNEE-ARGON18-5-733x675.jpg\";s:5:\"width\";i:733;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"1506-JOURNEE-ARGON18-5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"1506-JOURNEE-ARGON18-5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"1506-JOURNEE-ARGON18-5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:34:\"1506-JOURNEE-ARGON18-5-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:13:\"Antoine Buche\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1434381342\";s:9:\"copyright\";s:26:\"Antoine Buche Photographie\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("706", "239", "_wp_attached_file", "2021/10/1404-Titan-Desert-9.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("707", "239", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:31:\"2021/10/1404-Titan-Desert-9.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-9-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-9-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-9-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-9-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-9-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:10:\"MARC GASCH\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1399020210\";s:9:\"copyright\";s:10:\"MARC GASCH\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("708", "240", "_wp_attached_file", "2021/10/1404-Titan-Desert-47.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("709", "240", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:4:\"file\";s:32:\"2021/10/1404-Titan-Desert-47.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-47-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-47-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-47-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-47-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-47-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-47-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-47-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-47-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-47-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-47-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-47-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-47-1365x1800.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-47-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-47-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-47-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:10:\"MARC GASCH\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1398931269\";s:9:\"copyright\";s:10:\"MARC GASCH\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("710", "241", "_wp_attached_file", "2021/10/1404-Titan-Desert-3.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("711", "241", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:31:\"2021/10/1404-Titan-Desert-3.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-3-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"1404-Titan-Desert-3-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"1404-Titan-Desert-3-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1398860911\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:30:\"31-MICHAEL WILSON-MASTER-ASSOS\";}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("712", "242", "_wp_attached_file", "2021/10/1404-Titan-Desert-188.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("713", "242", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:33:\"2021/10/1404-Titan-Desert-188.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-188-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-188-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-188-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-188-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-188-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-188-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:28:\"Javier Martinez de la Puente\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1398943264\";s:9:\"copyright\";s:30:\"@Javier Martínez de la Puente\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:30:\"31-MICHAEL WILSON-MASTER-ASSOS\";}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("714", "243", "_wp_attached_file", "2021/10/1404-Titan-Desert-191.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("715", "243", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:33:\"2021/10/1404-Titan-Desert-191.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-191-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-191-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-191-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-191-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-191-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-191-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:28:\"Javier Martinez de la Puente\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1399025509\";s:9:\"copyright\";s:30:\"@Javier Martínez de la Puente\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:30:\"31-MICHAEL WILSON-MASTER-ASSOS\";}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("716", "244", "_wp_attached_file", "2021/10/1404-Titan-Desert-285-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("717", "244", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:40:\"2021/10/1404-Titan-Desert-285-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-285-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-285-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-285-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-285-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-285-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-285-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-285-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-285-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:30:\"@Javier Martínez de la Puente\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"1404-Titan-Desert-285.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("718", "245", "_wp_attached_file", "2021/10/1404-Titan-Desert-238.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("719", "245", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:2448;s:4:\"file\";s:33:\"2021/10/1404-Titan-Desert-238.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-238-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-238-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-238-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"1404-Titan-Desert-238-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-238-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-238-2448x1800.jpg\";s:5:\"width\";i:2448;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:35:\"1404-Titan-Desert-238-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"1404-Titan-Desert-238-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1398943155\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00046104195481789\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("720", "246", "_wp_attached_file", "2021/10/0904-Sardinia-Final-Stage-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("721", "246", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1510;s:4:\"file\";s:44:\"2021/10/0904-Sardinia-Final-Stage-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"0904-Sardinia-Final-Stage-1024x604.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"0904-Sardinia-Final-Stage-1536x906.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:906;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"0904-Sardinia-Final-Stage-2048x1208.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"0904-Sardinia-Final-Stage-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:38:\"0904-Sardinia-Final-Stage-1080x637.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:39:\"0904-Sardinia-Final-Stage-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:38:\"0904-Sardinia-Final-Stage-1280x755.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-980x578.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"0904-Sardinia-Final-Stage-480x283.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1240560772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:29:\"0904-Sardinia-Final-Stage.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("722", "247", "_wp_attached_file", "2021/10/0708-Grand-Raid-14-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("723", "247", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:37:\"2021/10/0708-Grand-Raid-14-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"0708-Grand-Raid-14-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"0708-Grand-Raid-14-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"0708-Grand-Raid-14-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"0708-Grand-Raid-14-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"0708-Grand-Raid-14-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"0708-Grand-Raid-14-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"0708-Grand-Raid-14-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"0708-Grand-Raid-14-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:9:\"946695151\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"13\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:22:\"0708-Grand-Raid-14.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("724", "248", "_wp_attached_file", "2021/10/0204-Grand-Bec-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("725", "248", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:28:\"2021/10/0204-Grand-Bec-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"0204-Grand-Bec-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"0204-Grand-Bec-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"0204-Grand-Bec-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"0204-Grand-Bec-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:29:\"0204-Grand-Bec-1-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"0204-Grand-Bec-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"FinePix6800 ZOOM\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1019382744\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"8.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("738", "255", "_wp_attached_file", "2021/10/Presse-papier01.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("739", "255", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:511;s:6:\"height\";i:538;s:4:\"file\";s:27:\"2021/10/Presse-papier01.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Presse-papier01-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Presse-papier01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"Presse-papier01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"Presse-papier01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"Presse-papier01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"Presse-papier01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:27:\"Presse-papier01-480x505.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("744", "7", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("745", "7", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("746", "7", "_et_pb_old_content", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("748", "258", "_wp_attached_file", "2021/10/consultant-06.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("749", "258", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1370;s:4:\"file\";s:25:\"2021/10/consultant-06.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"consultant-06-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"consultant-06-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"consultant-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"consultant-06-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"consultant-06-1536x822.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"consultant-06-2048x1096.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1096;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"consultant-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"consultant-06-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"consultant-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"consultant-06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"consultant-06-1080x578.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"consultant-06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"consultant-06-1280x685.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"consultant-06-980x524.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"consultant-06-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("750", "259", "_wp_attached_file", "2021/10/laptop.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("751", "259", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:800;s:6:\"height\";i:988;s:4:\"file\";s:18:\"2021/10/laptop.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"laptop-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"laptop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"laptop-768x948.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:948;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"laptop-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"laptop-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"laptop-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"laptop-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"laptop-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"laptop-480x593.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("752", "7", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("753", "7", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("754", "7", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("755", "7", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"7\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("756", "7", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("757", "7", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("758", "7", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("759", "7", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("760", "7", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("761", "7", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("762", "7", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("763", "7", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("765", "7", "_edit_last", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("766", "7", "_et_pb_post_hide_nav", "default"); INSERT INTO `pMmibiwXpostmeta` VALUES("767", "7", "_et_pb_page_layout", "et_right_sidebar"); INSERT INTO `pMmibiwXpostmeta` VALUES("768", "7", "_et_pb_side_nav", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("769", "7", "_yoast_wpseo_title", "Client Testimonials for ABL Holding Bike Consulting France and Europe"); INSERT INTO `pMmibiwXpostmeta` VALUES("770", "7", "_yoast_wpseo_content_score", "90"); INSERT INTO `pMmibiwXpostmeta` VALUES("771", "7", "_yoast_wpseo_estimated-reading-time-minutes", "5"); INSERT INTO `pMmibiwXpostmeta` VALUES("772", "7", "_yoast_wpseo_metadesc", "This is what our clients have said about our B2B and B2C sales and marketing consulting services · We have been quoted as being very professionnal and diligent, success and results driven. We have a proven track record of developping brands in the French and European Market."); INSERT INTO `pMmibiwXpostmeta` VALUES("773", "268", "_wp_attached_file", "2021/10/98-05-Mike-with-Maxim-bottle.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("774", "268", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1452;s:6:\"height\";i:916;s:4:\"file\";s:40:\"2021/10/98-05-Mike-with-Maxim-bottle.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"98-05-Mike-with-Maxim-bottle-1024x646.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"98-05-Mike-with-Maxim-bottle-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:41:\"98-05-Mike-with-Maxim-bottle-1080x681.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:41:\"98-05-Mike-with-Maxim-bottle-1280x807.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-980x618.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:40:\"98-05-Mike-with-Maxim-bottle-480x303.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("787", "273", "_edit_lock", "1635611975:1"); INSERT INTO `pMmibiwXpostmeta` VALUES("788", "273", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("789", "273", "_et_gb_content_width", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("790", "273", "_edit_last", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("791", "273", "_et_pb_post_hide_nav", "default"); INSERT INTO `pMmibiwXpostmeta` VALUES("792", "273", "_et_pb_page_layout", "et_right_sidebar"); INSERT INTO `pMmibiwXpostmeta` VALUES("793", "273", "_et_pb_side_nav", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("794", "273", "_yoast_wpseo_content_score", "60"); INSERT INTO `pMmibiwXpostmeta` VALUES("795", "273", "_yoast_wpseo_estimated-reading-time-minutes", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("797", "273", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("798", "273", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("799", "273", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("800", "273", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"273\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("801", "273", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("802", "273", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("803", "273", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("804", "273", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("805", "273", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("806", "273", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("807", "273", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("808", "273", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("809", "273", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("810", "278", "_edit_lock", "1635610267:1"); INSERT INTO `pMmibiwXpostmeta` VALUES("811", "278", "_et_pb_use_builder", "on"); INSERT INTO `pMmibiwXpostmeta` VALUES("812", "278", "_et_gb_content_width", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("813", "278", "_edit_last", "1"); INSERT INTO `pMmibiwXpostmeta` VALUES("814", "278", "_et_pb_post_hide_nav", "default"); INSERT INTO `pMmibiwXpostmeta` VALUES("815", "278", "_et_pb_page_layout", "et_right_sidebar"); INSERT INTO `pMmibiwXpostmeta` VALUES("816", "278", "_et_pb_side_nav", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("817", "278", "_yoast_wpseo_content_score", "90"); INSERT INTO `pMmibiwXpostmeta` VALUES("818", "278", "_yoast_wpseo_estimated-reading-time-minutes", "2"); INSERT INTO `pMmibiwXpostmeta` VALUES("820", "278", "_et_pb_built_for_post_type", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("821", "278", "_et_pb_ab_subjects", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("822", "278", "_et_pb_enable_shortcode_tracking", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("823", "278", "_et_pb_ab_current_shortcode", "[et_pb_split_track id=\"278\" /]"); INSERT INTO `pMmibiwXpostmeta` VALUES("824", "278", "_et_pb_custom_css", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("825", "278", "_et_pb_gutter_width", "3"); INSERT INTO `pMmibiwXpostmeta` VALUES("826", "278", "_thumbnail_id", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("827", "278", "_global_colors_info", "{}"); INSERT INTO `pMmibiwXpostmeta` VALUES("828", "278", "_et_pb_first_image", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("829", "278", "_et_pb_truncate_post", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("830", "278", "_et_pb_truncate_post_date", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("831", "278", "_et_builder_version", "VB|Divi|4.10.8"); INSERT INTO `pMmibiwXpostmeta` VALUES("832", "278", "_et_pb_show_page_creation", "off"); INSERT INTO `pMmibiwXpostmeta` VALUES("844", "284", "_wp_attached_file", "2021/10/IMG_20200921_182837-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("845", "284", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:38:\"2021/10/IMG_20200921_182837-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20200921_182837-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20200921_182837-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20200921_182837-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG_20200921_182837-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"IMG_20200921_182837-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"IMG_20200921_182837-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"IMG_20200921_182837-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"IMG_20200921_182837-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"IMG_20200921_182837-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"IMG_20200921_182837-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"IMG_20200921_182837-1080x1440.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"IMG_20200921_182837-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:33:\"IMG_20200921_182837-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:33:\"IMG_20200921_182837-1280x1707.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:32:\"IMG_20200921_182837-980x1307.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"IMG_20200921_182837-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"MI MAX 3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1600712917\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.94\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:18:\"0.0073529411764706\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"IMG_20200921_182837.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("846", "287", "_wp_attached_file", "2021/10/IMG_5579.png"); INSERT INTO `pMmibiwXpostmeta` VALUES("847", "287", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2436;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2021/10/IMG_5579.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5579-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_5579-1024x473.png\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5579-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_5579-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"IMG_5579-1536x709.png\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"IMG_5579-2048x946.png\";s:5:\"width\";i:2048;s:6:\"height\";i:946;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_5579-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"IMG_5579-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_5579-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"IMG_5579-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"IMG_5579-1080x499.png\";s:5:\"width\";i:1080;s:6:\"height\";i:499;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_5579-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"IMG_5579-1280x591.png\";s:5:\"width\";i:1280;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"IMG_5579-980x453.png\";s:5:\"width\";i:980;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"IMG_5579-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("848", "288", "_wp_attached_file", "2021/10/Photo1-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("849", "288", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:25:\"2021/10/Photo1-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Photo1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Photo1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Photo1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Photo1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"Photo1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"Photo1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Photo1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Photo1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Photo1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Photo1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"Photo1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Photo1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:20:\"Photo1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"Photo1-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"Photo1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"Photo1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:10:\"Photo1.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("850", "294", "_wp_attached_file", "2021/10/Presse-papier01-1.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("851", "294", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1525;s:6:\"height\";i:1924;s:4:\"file\";s:29:\"2021/10/Presse-papier01-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Presse-papier01-1-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Presse-papier01-1-812x1024.jpg\";s:5:\"width\";i:812;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Presse-papier01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Presse-papier01-1-768x969.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:969;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Presse-papier01-1-1217x1536.jpg\";s:5:\"width\";i:1217;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"Presse-papier01-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"Presse-papier01-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"Presse-papier01-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"Presse-papier01-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"Presse-papier01-1-1080x1363.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"Presse-papier01-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:31:\"Presse-papier01-1-1525x1800.jpg\";s:5:\"width\";i:1525;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"Presse-papier01-1-1280x1615.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"Presse-papier01-1-980x1236.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"Presse-papier01-1-480x606.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("852", "295", "_wp_attached_file", "2021/10/Presse-papier02.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("853", "295", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1267;s:6:\"height\";i:1628;s:4:\"file\";s:27:\"2021/10/Presse-papier02.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Presse-papier02-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Presse-papier02-797x1024.jpg\";s:5:\"width\";i:797;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Presse-papier02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Presse-papier02-768x987.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Presse-papier02-1195x1536.jpg\";s:5:\"width\";i:1195;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"Presse-papier02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"Presse-papier02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"Presse-papier02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"Presse-papier02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"Presse-papier02-1080x1388.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"Presse-papier02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:28:\"Presse-papier02-980x1259.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:27:\"Presse-papier02-480x617.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("869", "298", "_menu_item_type", "post_type"); INSERT INTO `pMmibiwXpostmeta` VALUES("870", "298", "_menu_item_menu_item_parent", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("871", "298", "_menu_item_object_id", "278"); INSERT INTO `pMmibiwXpostmeta` VALUES("872", "298", "_menu_item_object", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("873", "298", "_menu_item_target", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("874", "298", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("875", "298", "_menu_item_xfn", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("876", "298", "_menu_item_url", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("878", "13", "_wp_old_date", "2021-10-18"); INSERT INTO `pMmibiwXpostmeta` VALUES("879", "19", "_wp_old_date", "2021-10-18"); INSERT INTO `pMmibiwXpostmeta` VALUES("880", "18", "_wp_old_date", "2021-10-18"); INSERT INTO `pMmibiwXpostmeta` VALUES("881", "12", "_wp_old_date", "2021-10-18"); INSERT INTO `pMmibiwXpostmeta` VALUES("883", "38", "_wp_old_date", "2021-10-18"); INSERT INTO `pMmibiwXpostmeta` VALUES("885", "300", "_menu_item_type", "post_type"); INSERT INTO `pMmibiwXpostmeta` VALUES("886", "300", "_menu_item_menu_item_parent", "0"); INSERT INTO `pMmibiwXpostmeta` VALUES("887", "300", "_menu_item_object_id", "273"); INSERT INTO `pMmibiwXpostmeta` VALUES("888", "300", "_menu_item_object", "page"); INSERT INTO `pMmibiwXpostmeta` VALUES("889", "300", "_menu_item_target", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("890", "300", "_menu_item_classes", "a:1:{i:0;s:0:\"\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("891", "300", "_menu_item_xfn", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("892", "300", "_menu_item_url", ""); INSERT INTO `pMmibiwXpostmeta` VALUES("895", "305", "_wp_attached_file", "2021/10/2019-02-11_GOPH8623-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("896", "305", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:38:\"2021/10/2019-02-11_GOPH8623-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2019-02-11_GOPH8623-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"2019-02-11_GOPH8623-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"2019-02-11_GOPH8623-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"2019-02-11_GOPH8623-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"2019-02-11_GOPH8623-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:33:\"2019-02-11_GOPH8623-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"2019-02-11_GOPH8623-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"2019-02-11_GOPH8623-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:20:\"2018 Gophrette Power\";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:23:\"2019-02-11_GOPH8623.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("897", "306", "_wp_attached_file", "2021/10/2019-03-11_GOPH5818.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("898", "306", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:1440;s:4:\"file\";s:31:\"2021/10/2019-03-11_GOPH5818.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2019-03-11_GOPH5818-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"2019-03-11_GOPH5818-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"2019-03-11_GOPH5818-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"2019-03-11_GOPH5818-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"2019-03-11_GOPH5818-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"2019-03-11_GOPH5818-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"2019-03-11_GOPH5818-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:20:\"2018 Gophrette Power\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("899", "307", "_wp_attached_file", "2021/10/2019-03-12_GOPH7516.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("900", "307", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:1440;s:4:\"file\";s:31:\"2021/10/2019-03-12_GOPH7516.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2019-03-12_GOPH7516-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"2019-03-12_GOPH7516-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"2019-03-12_GOPH7516-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"2019-03-12_GOPH7516-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"2019-03-12_GOPH7516-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"2019-03-12_GOPH7516-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"2019-03-12_GOPH7516-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:20:\"2018 Gophrette Power\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("901", "308", "_wp_attached_file", "2021/10/2019-03-16_GOPH0312.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("902", "308", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:1440;s:4:\"file\";s:31:\"2021/10/2019-03-16_GOPH0312.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2019-03-16_GOPH0312-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"2019-03-16_GOPH0312-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"2019-03-16_GOPH0312-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"2019-03-16_GOPH0312-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"2019-03-16_GOPH0312-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"2019-03-16_GOPH0312-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"2019-03-16_GOPH0312-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:20:\"2018 Gophrette Power\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("903", "309", "_wp_attached_file", "2021/10/Astana-Argon-18-bike.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("904", "309", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:960;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2021/10/Astana-Argon-18-bike.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-960x675.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"Astana-Argon-18-bike-480x341.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("905", "310", "_wp_attached_file", "2021/10/Bora-a18.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("906", "310", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2021/10/Bora-a18.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Bora-a18-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Bora-a18-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Bora-a18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Bora-a18-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Bora-a18-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Bora-a18-960x675.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"Bora-a18-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"Bora-a18-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"Bora-a18-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"Bora-a18-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("907", "311", "_wp_attached_file", "2021/10/ND-270618033-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("908", "311", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2021/10/ND-270618033-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ND-270618033-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ND-270618033-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ND-270618033-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"ND-270618033-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"ND-270618033-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"ND-270618033-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"ND-270618033-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"ND-270618033-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"ND-270618033-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"ND-270618033-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"ND-270618033-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"ND-270618033-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:26:\"ND-270618033-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"ND-270618033-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"ND-270618033-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"ND-270618033-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:16:\"ND-270618033.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("909", "312", "_wp_attached_file", "2021/10/ND-270618034-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("910", "312", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2021/10/ND-270618034-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ND-270618034-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ND-270618034-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ND-270618034-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"ND-270618034-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"ND-270618034-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"ND-270618034-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"ND-270618034-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"ND-270618034-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"ND-270618034-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"ND-270618034-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"ND-270618034-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"ND-270618034-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:26:\"ND-270618034-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"ND-270618034-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"ND-270618034-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"ND-270618034-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:16:\"ND-270618034.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("911", "313", "_wp_attached_file", "2021/10/Mens-Vanquish-Wetsuit-lifestyle-3-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("912", "313", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:52:\"2021/10/Mens-Vanquish-Wetsuit-lifestyle-3-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"Mens-Vanquish-Wetsuit-lifestyle-3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:47:\"Mens-Vanquish-Wetsuit-lifestyle-3-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-3-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:47:\"Mens-Vanquish-Wetsuit-lifestyle-3-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-3-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-3-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1450458383\";s:9:\"copyright\";s:14:\"James Mitchell\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:37:\"Mens-Vanquish-Wetsuit-lifestyle-3.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("913", "314", "_wp_attached_file", "2021/10/Vanquish-Wetsuit-9.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("914", "314", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2021/10/Vanquish-Wetsuit-9.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Vanquish-Wetsuit-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"Vanquish-Wetsuit-9-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"Vanquish-Wetsuit-9-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"Vanquish-Wetsuit-9-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"Vanquish-Wetsuit-9-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:14:\"James Mitchell\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:29:\"Zone3 Lanzarote November 2017\";s:17:\"created_timestamp\";s:10:\"1509903559\";s:9:\"copyright\";s:14:\"James Mitchell\";s:12:\"focal_length\";s:2:\"51\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:29:\"Zone3 Lanzarote November 2017\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:6:{i:0;s:13:\"swimming pool\";i:1;s:9:\"Lanzarote\";i:2;s:4:\"bike\";i:3;s:9:\"triathlon\";i:4;s:3:\"run\";i:5;s:4:\"swim\";}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("915", "315", "_wp_attached_file", "2021/10/Wetsuit-Group-6.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("916", "315", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:990;s:4:\"file\";s:27:\"2021/10/Wetsuit-Group-6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Wetsuit-Group-6-1024x676.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"Wetsuit-Group-6-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"Wetsuit-Group-6-1080x713.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:28:\"Wetsuit-Group-6-1280x845.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-980x647.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:27:\"Wetsuit-Group-6-480x317.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:14:\"James Mitchell\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:29:\"Zone3 Lanzarote November 2017\";s:17:\"created_timestamp\";s:10:\"1510125378\";s:9:\"copyright\";s:14:\"James Mitchell\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:29:\"Zone3 Lanzarote November 2017\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:6:{i:0;s:13:\"swimming pool\";i:1;s:9:\"Lanzarote\";i:2;s:4:\"bike\";i:3;s:9:\"triathlon\";i:4;s:3:\"run\";i:5;s:4:\"swim\";}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("917", "316", "_wp_attached_file", "2021/10/Zone3-Mens-Victory-D-Lifestyle.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("918", "316", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1006;s:6:\"height\";i:716;s:4:\"file\";s:42:\"2021/10/Zone3-Mens-Victory-D-Lifestyle.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-768x547.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:43:\"Zone3-Mens-Victory-D-Lifestyle-1006x675.jpg\";s:5:\"width\";i:1006;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-980x697.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:42:\"Zone3-Mens-Victory-D-Lifestyle-480x342.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:14:\"James Mitchell\";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:{}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("919", "317", "_wp_attached_file", "2021/10/Mens-Vanquish-Wetsuit-lifestyle-1-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("920", "317", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1521;s:4:\"file\";s:52:\"2021/10/Mens-Vanquish-Wetsuit-lifestyle-1-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-1-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-1-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:47:\"Mens-Vanquish-Wetsuit-lifestyle-1-2048x1216.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-1-1080x641.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:47:\"Mens-Vanquish-Wetsuit-lifestyle-1-2880x1754.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:46:\"Mens-Vanquish-Wetsuit-lifestyle-1-1280x761.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-980x582.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:45:\"Mens-Vanquish-Wetsuit-lifestyle-1-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1450515710\";s:9:\"copyright\";s:14:\"James Mitchell\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:37:\"Mens-Vanquish-Wetsuit-lifestyle-1.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("921", "318", "_wp_attached_file", "2021/10/Wetsuit-Group.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("922", "318", "_wp_attachment_metadata", "a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:973;s:4:\"file\";s:25:\"2021/10/Wetsuit-Group.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Wetsuit-Group-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"Wetsuit-Group-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"Wetsuit-Group-1080x701.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:26:\"Wetsuit-Group-1280x830.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:830;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-980x636.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"Wetsuit-Group-480x311.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:14:\"James Mitchell\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:29:\"Zone3 Lanzarote November 2017\";s:17:\"created_timestamp\";s:10:\"1510126441\";s:9:\"copyright\";s:14:\"James Mitchell\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:29:\"Zone3 Lanzarote November 2017\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:6:{i:0;s:13:\"swimming pool\";i:1;s:9:\"Lanzarote\";i:2;s:4:\"bike\";i:3;s:9:\"triathlon\";i:4;s:3:\"run\";i:5;s:4:\"swim\";}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("923", "319", "_wp_attached_file", "2021/10/Womens-Vanquish-Wetsuit-Lifestyle-7-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("924", "319", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:54:\"2021/10/Womens-Vanquish-Wetsuit-Lifestyle-7-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-7-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-7-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-7-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-7-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-7-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-7-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:47:\"Womens-Vanquish-Wetsuit-Lifestyle-7-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1450510911\";s:9:\"copyright\";s:14:\"James Mitchell\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"Womens-Vanquish-Wetsuit-Lifestyle-7.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("925", "320", "_wp_attached_file", "2021/10/Womens-Vanquish-Wetsuit-Lifestyle-10-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("926", "320", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:55:\"2021/10/Womens-Vanquish-Wetsuit-Lifestyle-10-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"Womens-Vanquish-Wetsuit-Lifestyle-10-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"Womens-Vanquish-Wetsuit-Lifestyle-10-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-10-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-10-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:50:\"Womens-Vanquish-Wetsuit-Lifestyle-10-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-10-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-10-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1450511054\";s:9:\"copyright\";s:14:\"James Mitchell\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:40:\"Womens-Vanquish-Wetsuit-Lifestyle-10.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("927", "321", "_wp_attached_file", "2021/10/Womens-Vanquish-Wetsuit-Lifestyle-11-scaled.jpg"); INSERT INTO `pMmibiwXpostmeta` VALUES("928", "321", "_wp_attachment_metadata", "a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1572;s:4:\"file\";s:55:\"2021/10/Womens-Vanquish-Wetsuit-Lifestyle-11-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-11-1024x629.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-11-1536x943.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:943;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"Womens-Vanquish-Wetsuit-Lifestyle-11-2048x1258.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-11-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-11-1080x663.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:50:\"Womens-Vanquish-Wetsuit-Lifestyle-11-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"Womens-Vanquish-Wetsuit-Lifestyle-11-1280x786.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-980x602.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"Womens-Vanquish-Wetsuit-Lifestyle-11-480x295.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1450518747\";s:9:\"copyright\";s:14:\"James Mitchell\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:40:\"Womens-Vanquish-Wetsuit-Lifestyle-11.jpg\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("940", "16", "_yoast_wpseo_content_score", "60"); INSERT INTO `pMmibiwXpostmeta` VALUES("941", "16", "_yoast_wpseo_estimated-reading-time-minutes", "2"); INSERT INTO `pMmibiwXpostmeta` VALUES("973", "414", "forminator_form_meta", "a:4:{s:6:\"fields\";a:5:{i:0;a:26:{s:2:\"id\";s:6:\"name-2\";s:10:\"element_id\";s:6:\"name-2\";s:7:\"form_id\";s:17:\"wrapper-7176-9722\";s:4:\"type\";s:4:\"name\";s:7:\"options\";a:0:{}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-7176-9722\";s:11:\"field_label\";s:3:\"Nom\";s:11:\"placeholder\";s:29:\"Par exemple : Jacques Martin\";s:12:\"prefix_label\";s:8:\"Préfixe\";s:11:\"fname_label\";s:7:\"Prénom\";s:17:\"fname_placeholder\";s:19:\"Par exemple : Jean\";s:11:\"mname_label\";s:17:\"Deuxième prénom\";s:17:\"mname_placeholder\";s:21:\"Par exemple : Dupont\";s:11:\"lname_label\";s:14:\"Nom de famille\";s:17:\"lname_placeholder\";s:21:\"Par exemple : Durand\";s:6:\"prefix\";s:4:\"true\";s:5:\"fname\";s:4:\"true\";s:5:\"mname\";s:4:\"true\";s:5:\"lname\";s:4:\"true\";s:16:\"required_message\";s:22:\"Le nom est obligatoire\";s:23:\"prefix_required_message\";s:28:\"Le préfixe est obligatoire.\";s:22:\"fname_required_message\";s:27:\"Le prénom est obligatoire.\";s:22:\"mname_required_message\";s:37:\"Le deuxième prénom est obligatoire.\";s:22:\"lname_required_message\";s:23:\"Le nom est obligatoire.\";}i:1;a:16:{s:2:\"id\";s:6:\"name-1\";s:10:\"element_id\";s:6:\"name-1\";s:7:\"form_id\";s:26:\"wrapper-1511347711918-1669\";s:4:\"type\";s:4:\"name\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:4:\"true\";s:11:\"field_label\";s:7:\"Prénom\";s:11:\"placeholder\";s:19:\"Par exemple : Jean\";s:12:\"prefix_label\";s:8:\"Préfixe\";s:11:\"fname_label\";s:7:\"Prénom\";s:17:\"fname_placeholder\";s:19:\"Par exemple : Jean\";s:11:\"mname_label\";s:17:\"Deuxième prénom\";s:17:\"mname_placeholder\";s:21:\"Par exemple : Dupont\";s:11:\"lname_label\";s:14:\"Nom de famille\";s:17:\"lname_placeholder\";s:21:\"Par exemple : Durand\";s:10:\"wrapper_id\";s:26:\"wrapper-1511347711918-1669\";}i:2;a:11:{s:2:\"id\";s:7:\"email-1\";s:10:\"element_id\";s:7:\"email-1\";s:7:\"form_id\";s:26:\"wrapper-1511347712118-1739\";s:4:\"type\";s:5:\"email\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:4:\"true\";s:11:\"field_label\";s:21:\"Adresse de messagerie\";s:11:\"placeholder\";s:33:\"Par exemple : jacques@martin.com\";s:10:\"validation\";s:1:\"1\";s:15:\"validation_text\";s:0:\"\";s:10:\"wrapper_id\";s:26:\"wrapper-1511347712118-1739\";}i:3;a:12:{s:2:\"id\";s:7:\"phone-1\";s:10:\"element_id\";s:7:\"phone-1\";s:7:\"form_id\";s:26:\"wrapper-1311247712118-1194\";s:4:\"type\";s:5:\"phone\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:0:\"\";s:11:\"field_label\";s:22:\"Numéro de téléphone\";s:11:\"placeholder\";s:29:\"Par exemple : +1 02 03 04 05\";s:10:\"validation\";s:4:\"none\";s:21:\"phone_validation_type\";s:8:\"standard\";s:15:\"validation_text\";s:0:\"\";s:10:\"wrapper_id\";s:26:\"wrapper-1311247712118-1194\";}i:4;a:12:{s:2:\"id\";s:10:\"textarea-1\";s:10:\"element_id\";s:10:\"textarea-1\";s:7:\"form_id\";s:26:\"wrapper-1988247712118-9871\";s:4:\"type\";s:8:\"textarea\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:0:\"\";s:11:\"field_label\";s:7:\"Message\";s:11:\"placeholder\";s:26:\"Saisissez votre message…\";s:10:\"input_type\";s:9:\"paragraph\";s:5:\"limit\";s:3:\"180\";s:10:\"limit_type\";s:10:\"characters\";s:10:\"wrapper_id\";s:26:\"wrapper-1988247712118-9871\";}}s:8:\"settings\";a:82:{s:17:\"pagination-header\";s:3:\"nav\";s:14:\"paginationData\";a:2:{s:24:\"pagination-header-design\";s:4:\"show\";s:17:\"pagination-header\";s:3:\"nav\";}s:8:\"formName\";s:7:\"Contact\";s:7:\"version\";s:6:\"1.15.4\";s:17:\"form-border-style\";s:4:\"none\";s:12:\"form-padding\";s:0:\"\";s:11:\"form-border\";s:0:\"\";s:12:\"fields-style\";s:4:\"open\";s:10:\"validation\";s:9:\"on_submit\";s:18:\"akismet-protection\";s:1:\"1\";s:10:\"form-style\";s:7:\"default\";s:11:\"enable-ajax\";s:4:\"true\";s:9:\"autoclose\";s:4:\"true\";s:20:\"submission-indicator\";s:4:\"show\";s:15:\"indicator-label\";s:22:\"Soumission en cours…\";s:9:\"form-type\";s:7:\"default\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:16:\"thankyou-message\";s:67:\"Merci de nous avoir contacté, nous reviendrons vers vous sous peu.\";s:10:\"submitData\";a:2:{s:18:\"custom-submit-text\";s:18:\"Envoyer le message\";s:27:\"custom-invalid-form-message\";s:79:\"Erreur : votre formulaire n’est pas valide, veuillez corriger les erreurs !\";}s:17:\"validation-inline\";s:1:\"1\";s:11:\"form-expire\";s:9:\"no_expire\";s:16:\"form-padding-top\";s:1:\"0\";s:18:\"form-padding-right\";s:1:\"0\";s:19:\"form-padding-bottom\";s:1:\"0\";s:17:\"form-padding-left\";s:1:\"0\";s:17:\"form-border-width\";s:1:\"0\";s:18:\"form-border-radius\";s:1:\"0\";s:23:\"cform-label-font-family\";s:6:\"Roboto\";s:25:\"cform-label-custom-family\";s:0:\"\";s:21:\"cform-label-font-size\";s:2:\"12\";s:23:\"cform-label-font-weight\";s:4:\"bold\";s:23:\"cform-title-font-family\";s:6:\"Roboto\";s:25:\"cform-title-custom-family\";s:0:\"\";s:21:\"cform-title-font-size\";s:2:\"45\";s:23:\"cform-title-font-weight\";s:6:\"normal\";s:22:\"cform-title-text-align\";s:4:\"left\";s:26:\"cform-subtitle-font-family\";s:6:\"Roboto\";s:26:\"cform-subtitle-custom-font\";s:0:\"\";s:24:\"cform-subtitle-font-size\";s:2:\"18\";s:26:\"cform-subtitle-font-weight\";s:6:\"normal\";s:25:\"cform-subtitle-text-align\";s:4:\"left\";s:23:\"cform-input-font-family\";s:6:\"Roboto\";s:23:\"cform-input-custom-font\";s:0:\"\";s:21:\"cform-input-font-size\";s:2:\"16\";s:23:\"cform-input-font-weight\";s:6:\"normal\";s:23:\"cform-radio-font-family\";s:6:\"Roboto\";s:23:\"cform-radio-custom-font\";s:0:\"\";s:21:\"cform-radio-font-size\";s:2:\"14\";s:23:\"cform-radio-font-weight\";s:6:\"normal\";s:24:\"cform-select-font-family\";s:6:\"Roboto\";s:26:\"cform-select-custom-family\";s:0:\"\";s:22:\"cform-select-font-size\";s:2:\"16\";s:24:\"cform-select-font-weight\";s:6:\"normal\";s:29:\"cform-multiselect-font-family\";s:6:\"Roboto\";s:29:\"cform-multiselect-custom-font\";s:0:\"\";s:27:\"cform-multiselect-font-size\";s:2:\"16\";s:29:\"cform-multiselect-font-weight\";s:6:\"normal\";s:26:\"cform-dropdown-font-family\";s:6:\"Roboto\";s:26:\"cform-dropdown-custom-font\";s:0:\"\";s:24:\"cform-dropdown-font-size\";s:2:\"16\";s:26:\"cform-dropdown-font-weight\";s:6:\"normal\";s:26:\"cform-calendar-font-family\";s:6:\"Roboto\";s:26:\"cform-calendar-custom-font\";s:0:\"\";s:24:\"cform-calendar-font-size\";s:2:\"13\";s:26:\"cform-calendar-font-weight\";s:6:\"normal\";s:24:\"cform-button-font-family\";s:6:\"Roboto\";s:24:\"cform-button-custom-font\";s:0:\"\";s:22:\"cform-button-font-size\";s:2:\"14\";s:24:\"cform-button-font-weight\";s:3:\"500\";s:26:\"cform-timeline-font-family\";s:6:\"Roboto\";s:26:\"cform-timeline-custom-font\";s:0:\"\";s:24:\"cform-timeline-font-size\";s:2:\"12\";s:26:\"cform-timeline-font-weight\";s:6:\"normal\";s:28:\"cform-pagination-font-family\";s:0:\"\";s:28:\"cform-pagination-custom-font\";s:0:\"\";s:26:\"cform-pagination-font-size\";s:2:\"16\";s:28:\"cform-pagination-font-weight\";s:6:\"normal\";s:19:\"payment_require_ssl\";s:0:\"\";s:15:\"submission-file\";s:6:\"delete\";s:7:\"form_id\";s:3:\"414\";s:9:\"form_name\";s:7:\"Contact\";s:11:\"form_status\";s:5:\"draft\";}s:9:\"client_id\";N;s:13:\"notifications\";a:1:{i:0;a:7:{s:4:\"slug\";s:22:\"notification-1234-4567\";s:5:\"label\";s:11:\"Admin Email\";s:16:\"email-recipients\";s:7:\"default\";s:10:\"recipients\";s:19:\"fred.chatel@live.fr\";s:13:\"email-subject\";s:66:\"Nouvelle entrée de formulaire n°{submission_id} pour {form_name}\";s:12:\"email-editor\";s:132:\"Vous avez une nouvelle soumission de formulaire : <br /> {all_fields} <br />---<br /> Ce message a été envoyé depuis {site_url}.\";s:16:\"email-attachment\";s:4:\"true\";}}}"); INSERT INTO `pMmibiwXpostmeta` VALUES("1007", "5", "et_enqueued_post_fonts", "a:3:{s:6:\"family\";a:5:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:27:\"et-gf-saira-extra-condensed\";s:61:\"Saira+Extra+Condensed:100,200,300,regular,500,600,700,800,900\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:12:\"et-gf-nunito\";s:105:\"Nunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.10.8\",\"wp\":\"6.4.3\",\"enable_all_character_sets\":\"false\"}\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("1008", "16", "et_enqueued_post_fonts", "a:3:{s:6:\"family\";a:5:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:27:\"et-gf-saira-extra-condensed\";s:61:\"Saira+Extra+Condensed:100,200,300,regular,500,600,700,800,900\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:12:\"et-gf-nunito\";s:105:\"Nunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.10.8\",\"wp\":\"6.4.3\",\"enable_all_character_sets\":\"false\"}\";}"); INSERT INTO `pMmibiwXpostmeta` VALUES("1009", "14", "et_enqueued_post_fonts", "a:3:{s:6:\"family\";a:5:{s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:27:\"et-gf-saira-extra-condensed\";s:61:\"Saira+Extra+Condensed:100,200,300,regular,500,600,700,800,900\";s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:12:\"et-gf-nunito\";s:105:\"Nunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.10.8\",\"wp\":\"6.4.3\",\"enable_all_character_sets\":\"false\"}\";}"); /* INSERT TABLE DATA: pmmibiwxposts */ INSERT INTO `pMmibiwXposts` VALUES("5", "1", "2021-10-11 13:16:54", "2021-10-11 13:16:54", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|20px|||false|false\" custom_padding=\"40px||26px|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][et_pb_cta title=\"Don\'t Just Think !\" button_url=\"https://apmabl.local/dont-just-think\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"68px||||false|false\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/dont-just-think\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_button button_url=\"https://apmabl.local/our-clients\" button_text=\"MEET OUR CLIENTS\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#E09900\" button_border_color=\"#FFFFFF\" button_icon=\"%%3%%\" global_colors_info=\"{}\"][/et_pb_button][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "publish", "closed", "closed", "", "abl-dynamis-consulting", "", "", "2021-10-30 17:04:33", "2021-10-30 17:04:33", "", "0", "https://apmabl.local/?page_id=5", "0", "page", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("6", "1", "2021-10-11 13:16:54", "2021-10-11 13:16:54", "", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-11 13:16:54", "2021-10-11 13:16:54", "", "5", "https://apmabl.local/?p=6", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("7", "1", "2021-10-11 13:19:43", "2021-10-11 13:19:43", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||0.2%|||\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"]<p>Don\'t just take our word for it, see what our partners and clients say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"1px|||||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\" min_height=\"666.8px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO (MARKETING DIRECTOR ROHAN)</h3>\n<h2>Very Professional, Reliable and Diligent ...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" title_text=\"istockphoto_499147276-170667a\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|69px|0px||\" global_colors_info=\"{}\" min_height=\"879.8px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>CLAUDE LEBLOND (CONSULTANT)</h3>\n<h2><span class=\"lt-line-clamp__raw-line\">Very creative in his approach ... visionary ...<br /></span></h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Mike while I was VP for global sales at Argon18 bikes. During this time, I found Mike to have great insight into the cycling market in both France and across Europe in general. He was professional, diligent, and fully committed to the brands he represented. His passion for the business was a real advantage allowing him to seek out new opportunities and develop our brand significantly. Mike is very creative in his approach and has a \'\'think out of the box\'\' thinking. He is also visionary and possesses a good feel for what is going to be the next trend. Mike is also resourceful in terms of contacts. I would highly recommend him for any brand looking to increase its market penetration in Europe and France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/2019-03-16_GOPH0312.jpg\" title_text=\"2019-03-16_GOPH0312\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>MIKE STOREY (DIRECTOR OF SALES, ZONE3)</h3>\n<h2>A consumate professional with an in depth knowledge...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I have had the good fortune of working with Mike while I have managed two brands in the French market. A consumate professional with a in depth knowledege of the French cycle / outdoor / sports markets, Mike was an exceptional partner for me in this 8 year period. I would highly reccoemend him to other brands looking to understand and achieve their potential in France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Zone3-Mens-Victory-D-Lifestyle.jpg\" title_text=\"Zone3 Men\'s Victory D - Lifestyle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>STEVE JENNINGS (FOUNDING PARTNER VIVERO)</h3>\n<h2>Provided crucial retailer feedback and consumer insights...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">Michael was instrumental in enabling my company Maxim Sports Nutrition to realise its full potential. Michael successfully launched and established Maxim in the French market. His diligent approach provided crucial retailer feedback and consumer insights. This enabled us to improve the existing products, and develop a strong product innovation pipeline. Michael is detail driven, highly dependable, he always works towards delivering actionable and measurable business growth outcomes. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Philippe MOITY (CEO KINOMAP)</h3>\n<h2>Real Expertise in the cycling/sport industry...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\"><span class=\"lt-line-clamp__line\">Mike is indeed a great professional with a real expertise in the</span> <span class=\"lt-line-clamp__line\">cyling/sport industry, able to manage opportunities and partners</span> <span class=\"lt-line-clamp__line\">both technically and commercially. I strongly recommend him and</span> <span class=\"lt-line-clamp__line lt-line-clamp__line--last\"> expect to work with him again in a near future.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Photo1-scaled.jpg\" title_text=\"Photo1\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "publish", "closed", "closed", "", "our-clients", "", "", "2021-10-30 16:54:28", "2021-10-30 16:54:28", "", "0", "https://apmabl.local/?page_id=7", "0", "page", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("8", "1", "2021-10-11 13:19:43", "2021-10-11 13:19:43", "", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-11 13:19:43", "2021-10-11 13:19:43", "", "7", "https://apmabl.local/?p=8", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("12", "1", "2021-10-26 10:40:35", "2021-10-11 13:27:01", " ", "", "", "publish", "closed", "closed", "", "12", "", "", "2021-10-26 10:40:35", "2021-10-26 10:40:35", "", "0", "https://apmabl.local/?p=12", "6", "nav_menu_item", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("13", "1", "2021-10-26 10:40:35", "2021-10-11 13:27:01", " ", "", "", "publish", "closed", "closed", "", "13", "", "", "2021-10-26 10:40:35", "2021-10-26 10:40:35", "", "0", "https://apmabl.local/?p=13", "1", "nav_menu_item", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("14", "1", "2021-10-11 13:31:57", "2021-10-11 13:31:57", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"MEET THE TEAM\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||84px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|6px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #edbb5f;\">01.</span> ADVISORY</h3>\n<p>We have the experience and the knowledge to give you the best advice for your expansion strategy</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> EXPERIENCE</h3>\n<p>More than 20 years have allowed us to experience and understand the do\'s and help you avoid the don\'ts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> GO-TO-MARKET</h3>\n<p>Working together to select the best go-to-market strategies for your brand</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"0px|0px|99px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg\" title_text=\"Presse-papier01\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Mike WILSON\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Over 20 years experience in the French and European market from founding and managing one of the most successful sports distribution companies in France.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01-1.jpg\" title_text=\"Presse-papier01\" align=\"center\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" width=\"100%\" height=\"236px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sarah BAIN\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>15 years managing marketing and communicatiosn teams for major sports brands in France</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]", "Who are We ?", "", "publish", "closed", "closed", "", "sous-page1", "", "", "2021-10-30 17:39:58", "2021-10-30 17:39:58", "", "5", "https://apmabl.local/?page_id=14", "0", "page", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("15", "1", "2021-10-11 13:31:57", "2021-10-11 13:31:57", "", "Sous-Page1", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-11 13:31:57", "2021-10-11 13:31:57", "", "14", "https://apmabl.local/?p=15", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("16", "1", "2021-10-11 13:32:39", "2021-10-11 13:32:39", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About US\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||92px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p><span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span></p>\n<p><span class=\"fontstyle0\"></span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\n<p>We work with you on your strategy and how to approach the market</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> BRAND SPECIFIC</h3>\n<p>We offer services that are brand specific depending on your needs</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> ADAPTIVE</h3>\n<p>Short-term, long-term, sales and/or marketing we can adapt our services.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "What do we do ?", "", "publish", "closed", "closed", "", "what-do-we-do", "", "", "2021-10-30 16:54:25", "2021-10-30 16:54:25", "", "5", "https://apmabl.local/?page_id=16", "0", "page", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("17", "1", "2021-10-11 13:32:39", "2021-10-11 13:32:39", "", "Sous-Page 2", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-11 13:32:39", "2021-10-11 13:32:39", "", "16", "https://apmabl.local/?p=17", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("18", "1", "2021-10-26 10:40:35", "2021-10-11 13:33:25", " ", "", "", "publish", "closed", "closed", "", "18", "", "", "2021-10-26 10:40:35", "2021-10-26 10:40:35", "", "5", "https://apmabl.local/?p=18", "3", "nav_menu_item", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("19", "1", "2021-10-26 10:40:35", "2021-10-11 13:33:25", " ", "", "", "publish", "closed", "closed", "", "19", "", "", "2021-10-26 10:40:35", "2021-10-26 10:40:35", "", "5", "https://apmabl.local/?p=19", "2", "nav_menu_item", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("21", "1", "2021-10-11 14:51:01", "2021-10-11 14:51:01", "<!-- wp:divi/placeholder /-->", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-11 14:51:01", "2021-10-11 14:51:01", "", "5", "https://apmabl.local/?p=21", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("22", "1", "2021-10-18 07:59:28", "2021-10-18 07:59:28", "", "Who Are We ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-18 07:59:28", "2021-10-18 07:59:28", "", "16", "https://apmabl.local/?p=22", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("23", "1", "2021-10-18 08:00:00", "2021-10-18 08:00:00", "", "Whatdo we do ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-18 08:00:00", "2021-10-18 08:00:00", "", "14", "https://apmabl.local/?p=23", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("24", "1", "2021-10-18 08:00:24", "2021-10-18 08:00:24", "", "What do we do ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-18 08:00:24", "2021-10-18 08:00:24", "", "14", "https://apmabl.local/?p=24", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("25", "1", "2021-10-18 08:00:31", "2021-10-18 08:00:31", "<!-- wp:divi/placeholder /-->", "What do we do ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-18 08:00:31", "2021-10-18 08:00:31", "", "14", "https://apmabl.local/?p=25", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("26", "1", "2021-10-18 08:01:41", "2021-10-18 08:01:41", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][/et_pb_section]", "ABL", "", "publish", "closed", "closed", "", "abl", "", "", "2021-10-18 08:01:41", "2021-10-18 08:01:41", "", "0", "https://apmabl.local/et_pb_layout/abl", "0", "et_pb_layout", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("27", "1", "2021-10-18 08:01:50", "2021-10-18 08:01:50", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-18 08:01:50", "2021-10-18 08:01:50", "", "14", "https://apmabl.local/?p=27", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("33", "1", "2021-10-18 08:07:15", "2021-10-18 08:07:15", "<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][/et_pb_section]\n<!-- /wp:divi/placeholder -->", "Who are We ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-18 08:07:15", "2021-10-18 08:07:15", "", "14", "https://apmabl.local/?p=33", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("34", "1", "2021-10-18 08:07:46", "2021-10-18 08:07:46", "", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-18 08:07:46", "2021-10-18 08:07:46", "", "16", "https://apmabl.local/?p=34", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("35", "1", "2021-10-18 08:11:08", "2021-10-18 08:11:08", "<!-- wp:divi/placeholder -->\n\n\n[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<em>Version du 1er Mars 2020</em>\n\nNous attachons la plus haute importance à la protection de votre vie privée. C’est pourquoi, nous nous engageons à respecter la confidentialité des données personnelles que nous collectons. La présente politique de confidentialité vous informe de la manière dont ce site utilise et protège les informations que vous nous transmettez lorsque vous naviguez dans ses pages.\n\nVeuillez noter que la Politique est susceptible d’être modifiée ou complétée à tout moment par l’Editeur du Site, notamment en vue de se conformer à toute évolution législative, règlementaire, jurisprudentielle ou technologique. Dans un tel cas, la date de sa mise à jour sera clairement identifiée en tête de la présente politique. Ces modifications engagent l’Utilisateur dès leur mise en ligne. Il convient par conséquent que l’Utilisateur consulte régulièrement la présente politique de confidentialité et d’utilisation des cookies afin de prendre connaissance de ses éventuelles modifications.\n\n \n<h2>1) Définitions</h2>\n<em></em>\n\n<em>Site</em> : concerne le site <b>MON-SITE-WEB</b>.\n\n<em>Utilisateur</em> : en tant que visiteur du Site vous devenez utilisateur des contenus et services proposés par le site.\n\n<em>Terminal</em> : il s’agit de l’appareil que vous utilisez pour accéder et naviguer sur le Site (ordinateur, tablette, smartphone…).\n\n \n<h2>2) Données personnelles collectées</h2>\n \n\nNous sommes susceptibles de recueillir et de traiter les données suivantes :\n\n<em>Les informations que vous nous transmettez directement :</em>\n\nEn naviguant sur le site, vous pouvez être amené à nous transmettre des informations, dont certaines sont de nature à vous identifier (vos « Données personnelles »). C’est le cas notamment lorsque vous utilisez un formulaire de contact, publiez un commentaire, participez à un sondage, une étude, un jeu-concours, ou vous inscrivez à la newsletter…\n\nCes informations peuvent notamment contenir les Données personnelles suivantes :\n<ul>\n <li>nom et prénom</li>\n <li>adresse e-mail</li>\n <li>téléphone</li>\n <li>adresse postale</li>\n <li>et les autres informations que vous nous transmettez le cas échéant dans le cadre d’un échange ou d’un contact.</li>\n</ul>\n<em>Les informations que nous recueillons automatiquement par le biais de l’interactivité avec le Site :</em>\n\nIl s’agit des données recueillies à partir de cookies, notamment par Google Analytics, avec par exemple les informations suivantes :\n<ul>\n <li>informations relatives aux appareils que vous utilisez pour accéder au Site (ordinateur, tablette, smartphone)</li>\n <li>adresse IP,</li>\n <li>données de connexion et de localisation (IMPORTANT : nous avons mis en place un dispositif d’anonymisation des adresses IP ainsi recueillies par Google Analytics)</li>\n <li>système et plateformes d’exploitation</li>\n <li>données concernant votre parcours de navigation sur le site (url des pages visitées, durée de consultation, termes de recherche utilisés, etc…).</li>\n</ul>\nDans le cas où vous utilisez les fonctionnalités de réseaux sociaux mises à votre disposition, nous aurons accès à certaines des données (notamment, vos prénom, nom de famille, photographie, adresse e-mail et nombre d’amis) de votre compte sur ledit réseau social conformément aux conditions générales d’utilisation du réseau social concerné.\n\nNous sommes également susceptibles de recueillir certaines de vos Données personnelles lorsque vous interagissez avec des fonctionnalités de ces réseaux sociaux, tel que les fonctionnalités « J’aime ».\n\n \n<h2>3) Cookies</h2>\n \n\nLes cookies sont des petits fichiers de données texte au format alphanumérique qui sont déposés sur votre disque dur lors de votre navigation sur un site internet. Ces fichiers sont générés par le serveur du site visité ou par un serveur tiers (service de web analytique, régie publicitaire, etc…).\n\nLes cookies permettent de vous identifier (à travers votre ordinateur), lors de votre retour sur le site initialement visité. Les cookies ne peuvent pas récupérer ni transmettre aucune donnée de votre disque dur, ni vous transmettre de virus. Le site peut utiliser des cookies et technologies similaires pour faciliter votre navigation en mémorisant vos préférences utilisateur comme pour comprendre l’utilisation que vous faites des services et contenus proposés par le Site, ceci afin de chercher à en améliorer la pertinence et l’ergonomie, notamment.\n\nNous pouvons également inclure dans nos courriers électroniques et newsletters des pixels de traçage, qui sont de petits fichiers images permettant de déterminer si les messages ont été ouverts et si les liens qui y sont inclus ont été consultés.\n\nLes cookies et technologies similaires que nous utilisons peuvent être :\n<ul>\n <li>fonctionnels : c’est-à-dire nécessaires à la réalisation d’une fonctionnalité, telle que votre identification pour une correspondance, un commentaire, ou le cas échéant une commande en ligne, par exemple ;</li>\n <li>analytiques et de performance : c’est-à-dire liés au suivi et à l’analyse marketing de la fréquentation du Site ;</li>\n <li>publicitaires et de ciblage : en cas de recours à la publicité, ces cookies peuvent enregistrer vos visites et votre navigation sur les pages du Site ou encore votre localisation, de manière à permettre au Site et à ses partenaires publicitaires de vous proposer des publicités en cohérence avec vos centres d’intérêts et/ou votre situation géographique ;</li>\n <li>de réseaux sociaux : il s’agit des cookies déposés par les boutons de partage des réseaux sociaux.</li>\n</ul>\nCes cookies peuvent provenir du serveur du site ou de tiers (comme Google Analytics par exemple).\n\nLors de votre navigation initiale sur le Site, il vous est demandé votre consentement à cette utilisation de cookies et vous pouvez à tout moment révoquer votre consentement, si vous le souhaitez, de la manière suivante :\n\n<em>En paramétrant votre navigateur internet</em> :\n<ul>\n <li><a href=\"https://support.google.com/accounts/answer/61416?hl=fr\" target=\"_blank\" rel=\"noopener\">Chrome</a></li>\n <li><a href=\"https://support.apple.com/fr-fr/guide/safari/sfri11471/mac\" target=\"_blank\" rel=\"noopener\">Safari</a></li>\n <li><a href=\"https://support.mozilla.org/fr/kb/activer-desactiver-cookies-preferences?redirectlocale=fr&redirectslug=activer-desactiver-cookies\" target=\"_blank\" rel=\"noopener\">Firefox</a></li>\n <li><a href=\"https://support.microsoft.com/fr-fr/help/17442/windows-internet-explorer-delete-manage-cookies\" target=\"_blank\" rel=\"noopener\">Internet Explorer</a> ou <a href=\"https://privacy.microsoft.com/fr-fr/windows-10-microsoft-edge-and-privacy\" target=\"_blank\" rel=\"noopener\">Edge</a></li>\n</ul>\n<em>En désactivant les services de cookies en ligne</em> :\n<ul>\n <li>Cookies analytiques et de performance : Google Analytics</li>\n <li>Cookies de réseaux sociaux : Facebook – Twitter – Google+ – YouTube – LinkedIn – Instagram</li>\n</ul>\nSi vous refusez l’enregistrement de cookies sur votre Terminal, vous pouvez continuer à naviguer sur le Site, mais certaines parties ou fonctionnalités pourront ne pas fonctionner correctement.\n\n \n<h2>4) Finalité des recueils et traitements de vos Données personnelles</h2>\n \n\nNous utilisons vos Données personnelles, avec votre consentement, pour :\n<ul>\n <li>vous fournir les contenus que vous avez demandés (notamment la newsletter etc…),</li>\n <li>établir un contact et/ou une correspondance avec vous afin de vous fournir des renseignements sur nos activités et/ou services,</li>\n <li>vous permettre, le cas échéant, de communiquer avec les autres visiteurs du Site, notamment à travers les commentaires d’articles,</li>\n <li>disposer de statistiques de fréquentation pour nous permettre d’améliorer la gestion du Site (présentation, organisation, adaptation des contenus à votre appareil, etc…) et votre expérience utilisateur,</li>\n <li>vous permettre de personnaliser votre profil afin de vous proposer des contenus et des offres en rapport avec vos attentes et centres d’intérêts,</li>\n <li>vous fournir, le cas échéant, les produits ou services que vous avez pu commander sur le site,</li>\n <li>percevoir, le cas échéant, des paiements en contrepartie de produits ou services fournis,</li>\n <li>nous assurer du respect de nos conditions générales d’utilisation du Site, de notre Politique de confidentialité et de la réglementation applicable.</li>\n</ul>\nCes traitements sont fondés sur votre consentement et/ou notre intérêt légitime à mesurer l’efficacité de nos services et le respect de nos obligations respectives.\n\n \n<h2>5) Destinataires des informations recueillies</h2>\n \n\nL’activité de l’Editeur n’est pas de faire le commerce de vos Données personnelles. En conséquence, vos Données personnelles ne sont partagées que dans les cas suivants :\n<ul>\n <li>avec nos prestataires de web analytics (Google Analytics) ;</li>\n <li>avec nos prestataires de courrier électronique (MailChimp) ;</li>\n <li>avec nos prestataires de gestion de fichiers d’abonnés et/ou de clients (comme Zoho CRM le cas échéant) ;</li>\n <li>avec nos prestataires de paiement (comme PayPal, Payplug ou Stripe, le cas échéant) ;</li>\n <li>avec nos fournisseurs de produits ou services commercialisés via le Site (le cas échéant) et de la logistique correspondante ;</li>\n <li>dans le cadre d’obligations légales ou pour faire respecter nos conditions d’utilisation du Site et, d’une manière générale, pour protéger nos droits ;</li>\n <li>et lorsque vous en faites la demande, comme par exemple, lorsque le cas échéant, vous utilisez une méthode d’authentification fournie par un réseau social ou encore si vous arrivez sur le Site via un clic sur une annonce ou un lien sur un site partenaire.</li>\n</ul>\n \n<h2>6) Durée de conservation de vos Données personnelles</h2>\n \n\nVos Données personnelles sont conservées par l’Editeur et/ou ses prestataires durant le temps nécessaire pour fournir les services correspondant au recueil de ces données ou pour répondre à votre demande.\n\n \n<h2>7) Protection de vos Données personnelles</h2>\n \n\nNous attachons la plus grande importance à la sécurisation du Site et de vos Données personnelles. Celles-ci sont conservées sur notre serveur chez notre prestataire d’hébergement dans un environnement sécurisé, en conformité avec le réglementation RGPD.\n\nNotre dispositif de sécurité comprend notamment les éléments suivants :\n<ul>\n <li>Protection du Site par certificat Let’s Encrypt sous système SSL (Secure Sockets Layer).</li>\n <li>Pare-feu et surveillance des malware par iThemes Security de iThemes.</li>\n <li>Encryptage spécifique des adresses e-mail par Email Encoder Bundle.</li>\n <li>Anonymisation de votre adresse IP vis-à-vis des traitements Google Analytics grâce à Google Analytics Germanized.</li>\n <li>Accès administrateurs protégés par mots de passe complexes.</li>\n</ul>\nDe votre côté, vous êtes responsable de la protection de vos identifiant et mot de passe et devez vous prémunir contre un accès non autorisé à ceux-ci ; notamment, si vous partagez un Terminal, vous devez vous assurer de votre parfaite déconnexion après chaque utilisation.\n\n \n<h2>8) Vos droits relatifs à vos Données personnelles</h2>\n \n\nVous disposez des droits suivants vis-à-vis de vos Données personnelles :\n<ul>\n <li>droit d’accès : vous pouvez accéder aux Données personnelles que nous pouvons détenir sur vous ;</li>\n <li>droit de rectification : vous pouvez mettre à jour vos Données le cas échéant dans l’interface de gestion de vos paramètres ou nous demander de procéder à cette mise à jour.</li>\n <li>droit d’effacement : vous pouvez nous demander la suppression de vos Données personnelles.</li>\n <li>droit à la portabilité : vous pouvez nous demander une restitution des Données personnelles que vous nous avez fournies sous forme d’un fichier lisible par une machine.</li>\n</ul>\nPour exercer l’un ou l’autre de ces droits,<strong> utilisez le bouton de contact au dernier paragraphe ci-dessous</strong>. Nous ferons nos meilleurs efforts pour vous fournir ces informations ou procéder aux modifications ou effacement dans un délai de 30 jours suivant la réception de votre demande, accompagnée en raison de notre obligation de sécurité et de confidentialité de la preuve de votre identité, et sauf demandes manifestement abusives de par leur nombre ou leur caractère répétitif ou systématique.\n\nNous sommes toutefois susceptibles de conserver certaines de vos Données personnelles lorsque la Loi l’impose ou pour un motif légitime, et notamment pour faire valoir nos droits en cas de litige.\n\n \n<h2>9) Réglementation applicable</h2>\n \n\nLe site est soumis à la Loi française et notamment au Règlement Général sur la Protection des Données (General Data Protection Regulation) adopté par le Parlement européen et le Conseil le 27 avril 2016, et à la Loi Informatique et Libertés du 6 janvier 1978 modifiée. Pour tout renseignement concernant la réglementation en vigueur, vous pouvez consultez le site de la CNIL.\n\n \n<h2>10) Contact</h2>\n \n\nPour tout renseignement ou pour toute démarche…[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n\n\n<!-- /wp:divi/placeholder -->", "POLITIQUE DE CONFIDENTIALITE", "", "publish", "closed", "closed", "", "politique-de-confidentialite", "", "", "2021-10-25 12:27:19", "2021-10-25 12:27:19", "", "0", "https://apmabl.local/?page_id=35", "1", "page", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("36", "1", "2021-10-18 08:11:08", "2021-10-18 08:11:08", "<!-- wp:divi/placeholder /-->", "TEST N°1", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-18 08:11:08", "2021-10-18 08:11:08", "", "35", "https://apmabl.local/?p=36", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("38", "1", "2021-10-26 10:40:35", "2021-10-18 08:13:52", " ", "", "", "publish", "closed", "closed", "", "38", "", "", "2021-10-26 10:40:35", "2021-10-26 10:40:35", "", "0", "https://apmabl.local/?p=38", "8", "nav_menu_item", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("41", "1", "2021-10-18 08:45:26", "2021-10-18 08:45:26", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"1_4,1_4,1_4,1_4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_4\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_text=\"98-05 Mike with Maxim bottle\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Here is my content for the Maxim Bottle</strong></p>[/et_pb_text][et_pb_button button_text=\"More Info\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_alignment=\"center\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_use_color_gradient=\"on\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMwIn19@\" _dynamic_attributes=\"button_url\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_4\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_text=\"98-05 Mike with Maxim bottle\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Here is my content for the Maxim Bottle</p>[/et_pb_text][et_pb_button button_text=\"Clics\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_alignment=\"center\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_4\"][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]", "TEST N°1", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-18 08:45:26", "2021-10-18 08:45:26", "", "35", "https://apmabl.local/?p=41", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("43", "1", "2021-10-18 09:01:08", "2021-10-18 09:01:08", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" border_radii=\"off|20px|20px|20px|20px\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" text_font=\"Cairo||||||||\" text_font_size=\"19px\"]<p style=\"text-align: center;\"><strong>Here is my content for the Maxim Bottle</strong></p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMwIn19@\" button_text=\"More Info\" button_alignment=\"center\" _builder_version=\"4.10.8\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_use_color_gradient=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size=\"17px\" button_bg_color=\"RGBA(0,0,0,0)\" button_bg_enable_color=\"on\" button_border_color=\"#8300E9\" sticky_enabled=\"0\" button_bg_color_last_edited=\"on|desktop\" button_bg_color_gradient_end=\"rgba(0,0,0,0)\" button_bg_color_gradient_start=\"rgba(0,0,0,0)\" button_text_shadow_style=\"preset2\" box_shadow_style=\"preset2\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Here is my content for the Maxim Bottle</p>[/et_pb_text][et_pb_button button_text=\"Clics\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "TEST N°1", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-18 09:01:08", "2021-10-18 09:01:08", "", "35", "https://apmabl.local/?p=43", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("44", "1", "2021-10-18 09:03:39", "2021-10-18 09:03:39", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" border_radii=\"off|20px|20px|20px|20px\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" text_font=\"Cairo||||||||\" text_font_size=\"19px\"]<p style=\"text-align: center;\"><strong>Here is my content for the Maxim Bottle</strong></p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMwIn19@\" button_text=\"More Info\" button_alignment=\"center\" _builder_version=\"4.10.8\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_use_color_gradient=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size=\"17px\" button_bg_color=\"RGBA(0,0,0,0)\" button_bg_enable_color=\"on\" button_border_color=\"#8300E9\" sticky_enabled=\"0\" button_bg_color_last_edited=\"on|desktop\" button_bg_color_gradient_end=\"rgba(0,0,0,0)\" button_bg_color_gradient_start=\"rgba(0,0,0,0)\" button_text_shadow_style=\"preset2\" box_shadow_style=\"preset2\" button_border_radius=\"50px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Here is my content for the Maxim Bottle</p>[/et_pb_text][et_pb_button button_text=\"Clics\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "TEST N°1", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-18 09:03:39", "2021-10-18 09:03:39", "", "35", "https://apmabl.local/?p=44", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("47", "1", "2021-10-18 09:16:08", "2021-10-18 09:16:08", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_text=\"Bureau etendu\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/Bureau-etendu-scaled.jpg\" hover_enabled=\"0\" sticky_enabled=\"0\" background_position=\"bottom_center\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_font_size=\"68px\" text_letter_spacing=\"3px\" text_text_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>WELCOME TO ABL DYNAMIS</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" border_radii=\"off|20px|20px|20px|20px\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" text_font=\"Cairo||||||||\" text_font_size=\"19px\"]<p style=\"text-align: center;\"><strong>Here is my content for the Maxim Bottle</strong></p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMwIn19@\" button_text=\"More Info\" button_alignment=\"center\" _builder_version=\"4.10.8\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_use_color_gradient=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size=\"17px\" button_bg_color=\"RGBA(0,0,0,0)\" button_bg_enable_color=\"on\" button_border_color=\"#8300E9\" sticky_enabled=\"0\" button_bg_color_last_edited=\"on|desktop\" button_bg_color_gradient_end=\"rgba(0,0,0,0)\" button_bg_color_gradient_start=\"rgba(0,0,0,0)\" button_text_shadow_style=\"preset2\" box_shadow_style=\"preset2\" button_border_radius=\"50px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Here is my content for the Maxim Bottle</p>[/et_pb_text][et_pb_button button_text=\"Clics\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "TEST N°1", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-18 09:16:08", "2021-10-18 09:16:08", "", "35", "https://apmabl.local/?p=47", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("51", "1", "2021-10-18 09:26:11", "2021-10-18 09:26:11", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/Bureau-etendu-scaled.jpg\" background_position=\"bottom_center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font_size=\"47px\" text_letter_spacing=\"3px\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size_last_edited=\"on|phone\" text_font_size_phone=\"34px\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>WELCOME TO ABL DYNAMIS</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/DYNAMIS_LOGO-removebg.png\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_text=\"DYNAMIS_LOGO-removebg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" border_radii=\"off|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_font=\"Cairo||||||||\" text_font_size=\"19px\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Here is my content for the Maxim Bottle</strong></p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMwIn19@\" button_text=\"More Info\" button_alignment=\"center\" _builder_version=\"4.10.8\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#000000\" button_bg_color=\"RGBA(0,0,0,0)\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"rgba(0,0,0,0)\" button_bg_color_gradient_end=\"rgba(0,0,0,0)\" button_border_color=\"#8300E9\" button_border_radius=\"50px\" button_bg_color_tablet=\"\" button_bg_color_phone=\"\" button_bg_color_last_edited=\"on|desktop\" button_text_shadow_style=\"preset2\" box_shadow_style=\"preset2\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Here is my content for the Maxim Bottle</p>[/et_pb_text][et_pb_button button_text=\"Clics\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "TEST N°1", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-18 09:26:11", "2021-10-18 09:26:11", "", "35", "https://apmabl.local/?p=51", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("53", "1", "2021-10-18 09:26:52", "2021-10-18 09:26:52", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/Bureau-etendu-scaled.jpg\" background_position=\"bottom_center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font_size=\"47px\" text_letter_spacing=\"3px\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size_last_edited=\"on|phone\" text_font_size_phone=\"34px\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>WELCOME TO ABL DYNAMIS</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/DYNAMIS_LOGO-removebg.png\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_text=\"DYNAMIS_LOGO-removebg\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" border_radii=\"off|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_font=\"Cairo||||||||\" text_font_size=\"19px\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Here is my content for the Maxim Bottle</strong></p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMwIn19@\" button_text=\"More Info\" button_alignment=\"center\" _builder_version=\"4.10.8\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#000000\" button_bg_color=\"RGBA(0,0,0,0)\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"rgba(0,0,0,0)\" button_bg_color_gradient_end=\"rgba(0,0,0,0)\" button_border_color=\"#8300E9\" button_border_radius=\"50px\" button_bg_color_tablet=\"\" button_bg_color_phone=\"\" button_bg_color_last_edited=\"on|desktop\" button_text_shadow_style=\"preset2\" box_shadow_style=\"preset2\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Here is my content for the Maxim Bottle</p>[/et_pb_text][et_pb_button button_text=\"Clics\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "TEST N°1", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-18 09:26:52", "2021-10-18 09:26:52", "", "35", "https://apmabl.local/?p=53", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("55", "1", "2021-10-18 09:28:35", "2021-10-18 09:28:35", "<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Conformément à l’article 6 de la loi du 21 juin 2004, pour la confiance dans l’économie numérique, nous vous informons que ce service de communication au public en ligne est édité par :</p>\n<p>la société ...</p>\n<p>située au .....</p>\n<p>RCS : ....<br> Le directeur de la publication est M. ......<br> Directeur technique : M. ....</p>\n<p>Le prestataire mentionné au 2 du I de l’article 6 de la loi précitée, est :</p>\n<p>IONOS (1and1 Internet SARL)<br> 7, place de la Gare<br> BP 70109<br> 57201 Sarreguemines Cedex</p>\n<p>Aux termes de l\'article L 122-4 du Code de la Propriété Intellectuelle : Toute représentation ou reproduction intégrale ou partielle faite sans le consentement de l\'auteur ou de ses ayants droit ou ayants cause est illicite. Il en est de même pour la traduction, l\'adaptation ou la transformation, l\'arrangement ou la reproduction par un art ou un procédé quelconque.</p>\n<p>L\'ensemble des éléments composant ce site (noms, logos, textes, graphismes, photographies, images, nom de domaine, créations et œuvres protégées diverses, etc...) sont la propriété exclusive de .... et sont sujets à la législation françaises et internationales sur la propriété intellectuelle. Seule une utilisation à des fins strictement personnelles est autorisée.</p>\n<p>La reproduction de tout ou partie de ce site sur quelque support que ce soit est formellement interdite sauf autorisation expresse de .....</p>\n<p>Malgré tous les soins apportés à la réalisation de ce site et à son actualisation régulière, des erreurs peuvent s\'être glissées dans les informations et/ou documents présentés. Les utilisateurs du site procéderont donc à toutes vérifications utiles.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->", "MENTIONS LEGALES", "", "publish", "closed", "closed", "", "mentions-legales", "", "", "2021-10-25 12:27:01", "2021-10-25 12:27:01", "", "0", "https://apmabl.local/?page_id=55", "0", "page", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("56", "1", "2021-10-18 09:28:35", "2021-10-18 09:28:35", "<!-- wp:divi/placeholder /-->", "TEST N°2", "", "inherit", "closed", "closed", "", "55-revision-v1", "", "", "2021-10-18 09:28:35", "2021-10-18 09:28:35", "", "55", "https://apmabl.local/?p=56", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("58", "2", "2021-10-18 09:42:01", "2021-10-18 09:42:01", "", "Divi", "", "publish", "closed", "closed", "", "divi", "", "", "2023-06-29 10:13:17", "2023-06-29 10:13:17", "", "0", "https://apmabl.local/uncategorized/divi", "0", "custom_css", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("59", "2", "2021-10-18 09:42:01", "2021-10-18 09:42:01", "", "Divi", "", "inherit", "closed", "closed", "", "58-revision-v1", "", "", "2021-10-18 09:42:01", "2021-10-18 09:42:01", "", "58", "https://apmabl.local/?p=59", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("63", "1", "2021-10-18 11:35:43", "2021-10-18 11:35:43", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header subhead=\"ABL DYNAMIS\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-05.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%||true|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p>A team of experts at your disposal for the French Sports Market</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Pricing\" _builder_version=\"3.22\" background_color=\"rgba(0,0,0,0)\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"1440px\" custom_margin=\"-100px|||\" custom_padding=\"0px|0px|0px|0px\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" featured_table_header_background_color=\"#ffffff\" header_background_color=\"#ffffff\" show_bullet=\"off\" show_featured_drop_shadow=\"off\" _builder_version=\"3.23\" currency_frequency_text_color=\"#edbb5f\" price_text_color=\"#000000\" header_text_color=\"#000000\" header_font=\"Playfair Display|700|||||||\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" subheader_font=\"||||||||\" price_font=\"Playfair Display|700|||||||\" price_line_height=\"30px\" currency_frequency_font=\"Poppins|700||on|||||\" currency_frequency_font_size=\"14px\" currency_frequency_letter_spacing=\"1px\" currency_frequency_line_height=\"1.6em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#000000\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" button_icon_color=\"#edbb5f\" text_orientation=\"center\" custom_margin=\"10px||30px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" custom_css_pricing_top=\"border: none;\" border_width_all=\"0px\" border_color_all=\"rgba(190,190,190,0.4)\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_text_color_hover=\"#edbb5f\" button_letter_spacing_hover=\"1px\" center_list_items=\"on\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#edbb5f\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][et_pb_pricing_table title=\"Basic\" currency=\"$\" per=\"mo\" sum=\"250\" button_url=\"http://$\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"||||||||\" body_font=\"||||||||\" subheader_font=\"||||||||\" price_font=\"|500|||||||\" currency_frequency_font=\"||||||||\" button_on_hover=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_icon_default=\"%%3%%\"]Consulting<br />Advising<br />- Business Planning<br />- Investments[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" featured_table_header_background_color=\"#ffffff\" header_background_color=\"#ffffff\" show_bullet=\"off\" show_featured_drop_shadow=\"off\" _builder_version=\"3.23\" currency_frequency_text_color=\"#edbb5f\" price_text_color=\"#000000\" header_text_color=\"#000000\" header_font=\"Playfair Display|700|||||||\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" subheader_font=\"||||||||\" price_font=\"Playfair Display|700|||||||\" price_line_height=\"30px\" currency_frequency_font=\"Poppins|700||on|||||\" currency_frequency_font_size=\"14px\" currency_frequency_letter_spacing=\"1px\" currency_frequency_line_height=\"1.6em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#000000\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" button_icon_color=\"#edbb5f\" text_orientation=\"center\" custom_margin=\"50px||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" custom_css_pricing_top=\"border: none;\" border_width_all=\"0px\" border_color_all=\"rgba(190,190,190,0.4)\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_text_color_hover=\"#edbb5f\" button_letter_spacing_hover=\"1px\" center_list_items=\"on\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#edbb5f\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][et_pb_pricing_table title=\"Business\" currency=\"$\" per=\"mo\" sum=\"640\" button_url=\"http://$\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"||||||||\" body_font=\"||||||||\" subheader_font=\"||||||||\" price_font=\"|500|||||||\" currency_frequency_font=\"||||||||\" button_on_hover=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_icon_default=\"%%3%%\"]Consulting<br />Advising<br />Business Planning<br />- Investments[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" featured_table_header_background_color=\"#ffffff\" header_background_color=\"#ffffff\" show_bullet=\"off\" show_featured_drop_shadow=\"off\" _builder_version=\"3.23\" currency_frequency_text_color=\"#edbb5f\" price_text_color=\"#000000\" header_text_color=\"#000000\" header_font=\"Playfair Display|700|||||||\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" subheader_font=\"||||||||\" price_font=\"Playfair Display|700|||||||\" price_line_height=\"30px\" currency_frequency_font=\"Poppins|700||on|||||\" currency_frequency_font_size=\"14px\" currency_frequency_letter_spacing=\"1px\" currency_frequency_line_height=\"1.6em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#000000\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" button_icon_color=\"#edbb5f\" text_orientation=\"center\" custom_margin=\"10px||30px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" animation_intensity_slide=\"10%\" custom_css_pricing_top=\"border: none;\" border_width_all=\"0px\" border_color_all=\"rgba(190,190,190,0.4)\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_text_color_hover=\"#edbb5f\" button_letter_spacing_hover=\"1px\" center_list_items=\"on\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#edbb5f\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][et_pb_pricing_table title=\"Pro\" currency=\"$\" per=\"mo\" sum=\"900\" button_url=\"http://$\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"||||||||\" body_font=\"||||||||\" subheader_font=\"||||||||\" price_font=\"|500|||||||\" currency_frequency_font=\"||||||||\" button_on_hover=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_icon_default=\"%%3%%\"]Consulting<br />\r\nAdvising<br />\r\nBusiness Planning<br />\r\nInvestments[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FAQ\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>FAQ</h3>\r\n<h2>Frequently Asked Questions</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" custom_margin=\"|||\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "TEST N°2", "", "inherit", "closed", "closed", "", "55-revision-v1", "", "", "2021-10-18 11:35:43", "2021-10-18 11:35:43", "", "55", "https://apmabl.local/?p=63", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("109", "1", "2021-10-18 12:37:30", "2021-10-18 12:37:30", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_5,3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.10.8\" _dynamic_attributes=\"src\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" text_orientation=\"center\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\" header_2_text_color=\"#0C71C3\" header_3_text_color=\"#7CDA24\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "publish", "open", "closed", "", "theme-builder-layout", "", "", "2021-10-18 14:13:21", "2021-10-18 14:13:21", "", "0", "https://apmabl.local/et_body_layout/theme-builder-layout", "0", "et_body_layout", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("110", "1", "2021-10-18 12:38:41", "2021-10-18 12:38:41", "", "Tous les Articles", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 12:38:41", "2021-10-18 12:38:41", "", "109", "https://apmabl.local/?p=110", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("112", "1", "2021-10-18 12:47:36", "2021-10-18 12:47:36", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"2_5,3_5\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"2_5\"][et_pb_image _builder_version=\"4.10.8\" _module_preset=\"default\" src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _dynamic_attributes=\"src\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"3_5\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9leGNlcnB0Iiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJ3b3JkcyI6IiIsInJlYWRfbW9yZV9sYWJlbCI6IiJ9fQ==@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 12:47:36", "2021-10-18 12:47:36", "", "109", "https://apmabl.local/?p=112", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("113", "1", "2021-10-18 12:47:36", "2021-10-18 12:47:36", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"2_5,3_5\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"2_5\"][et_pb_image _builder_version=\"4.10.8\" _module_preset=\"default\" src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _dynamic_attributes=\"src\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"3_5\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9leGNlcnB0Iiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJ3b3JkcyI6IiIsInJlYWRfbW9yZV9sYWJlbCI6IiJ9fQ==@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 12:47:36", "2021-10-18 12:47:36", "", "109", "https://apmabl.local/?p=113", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("115", "1", "2021-10-18 12:49:05", "2021-10-18 12:49:05", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"2_5,3_5\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"2_5\"][et_pb_image _builder_version=\"4.10.8\" _module_preset=\"default\" src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _dynamic_attributes=\"src\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"3_5\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9leGNlcnB0Iiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJ3b3JkcyI6IiIsInJlYWRfbW9yZV9sYWJlbCI6IiJ9fQ==@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 12:49:05", "2021-10-18 12:49:05", "", "109", "https://apmabl.local/?p=115", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("116", "1", "2021-10-18 12:50:35", "2021-10-18 12:50:35", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"2_5,3_5\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"2_5\"][et_pb_image _builder_version=\"4.10.8\" _module_preset=\"default\" src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _dynamic_attributes=\"src\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"3_5\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\" header_2_text_color=\"#0C71C3\" hover_enabled=\"0\" sticky_enabled=\"0\" header_3_text_color=\"#7CDA24\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 12:50:35", "2021-10-18 12:50:35", "", "109", "https://apmabl.local/?p=116", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("118", "1", "2021-10-18 12:51:56", "2021-10-18 12:51:56", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_text=\"mountains-190055_1280\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/mountains-190055_1280.jpg\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"2_5,3_5\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"2_5\"][et_pb_image _builder_version=\"4.10.8\" _module_preset=\"default\" src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _dynamic_attributes=\"src\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"3_5\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\" header_2_text_color=\"#0C71C3\" hover_enabled=\"0\" sticky_enabled=\"0\" header_3_text_color=\"#7CDA24\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 12:51:56", "2021-10-18 12:51:56", "", "109", "https://apmabl.local/?p=118", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("120", "1", "2021-10-18 12:54:38", "2021-10-18 12:54:38", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_text=\"mountains-190055_1280\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/mountains-190055_1280.jpg\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"2_5,3_5\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"2_5\"][et_pb_image _builder_version=\"4.10.8\" _module_preset=\"default\" src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _dynamic_attributes=\"src\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"3_5\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" _dynamic_attributes=\"content\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\" text_text_color=\"#FFFFFF\" text_orientation=\"center\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\" header_2_text_color=\"#0C71C3\" hover_enabled=\"0\" sticky_enabled=\"0\" header_3_text_color=\"#7CDA24\" background_color=\"RGBA(0,0,0,0)\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 12:54:38", "2021-10-18 12:54:38", "", "109", "https://apmabl.local/?p=120", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("122", "1", "2021-10-18 12:54:57", "2021-10-18 12:54:57", "", "Theme Builder", "", "publish", "closed", "closed", "", "theme-builder", "", "", "2021-10-18 12:54:57", "2021-10-18 12:54:57", "", "0", "https://apmabl.local/et_theme_builder/theme-builder", "0", "et_theme_builder", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("125", "1", "2021-10-18 12:57:35", "2021-10-18 12:57:35", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/mountains-190055_1280.jpg\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.10.8\" _dynamic_attributes=\"src\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" text_orientation=\"center\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\" header_2_text_color=\"#0C71C3\" header_3_text_color=\"#7CDA24\" background_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 12:57:35", "2021-10-18 12:57:35", "", "109", "https://apmabl.local/?p=125", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("126", "1", "2021-10-18 13:01:57", "2021-10-18 13:01:57", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_5,3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.10.8\" _dynamic_attributes=\"src\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" text_orientation=\"center\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\" header_2_text_color=\"#0C71C3\" header_3_text_color=\"#7CDA24\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 13:01:57", "2021-10-18 13:01:57", "", "109", "https://apmabl.local/?p=126", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("128", "1", "2021-10-18 13:24:26", "2021-10-18 13:24:26", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"295.3px\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"mike@apm-abl.com\" title=\"CONTACT US\" custom_message=\"%%email%%||et_pb_line_break_holder||||et_pb_line_break_holder||%%name%%||et_pb_line_break_holder||||et_pb_line_break_holder||%%message%%\" success_message=\"Thank you : your message was sent successfully and we will get back to you very soon !\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_font=\"|700|||||||\" title_text_color=\"#FFFFFF\" title_font_size=\"33px\" title_letter_spacing=\"2px\" hover_enabled=\"0\" title_text_shadow_style=\"preset1\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_spam_service=\"on\" recaptcha_list=\"ABL|ABL-0\" submit_button_text=\"SEND\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" text_font_size=\"10px\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" locked=\"off\" global_colors_info=\"{}\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>OUR DETAILS</h2>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"linkedin\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" _builder_version=\"4.10.8\" _module_preset=\"default\" background_color=\"#007bb6\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "publish", "open", "closed", "", "theme-builder-layout", "", "", "2021-11-11 16:52:49", "2021-11-11 16:52:49", "", "0", "https://apmabl.local/et_footer_layout/theme-builder-layout", "0", "et_footer_layout", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("136", "1", "2021-10-18 13:28:51", "2021-10-18 13:28:51", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\" global_colors_info=\"{}\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-18 13:28:51", "2021-10-18 13:28:51", "", "128", "https://apmabl.local/?p=136", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("139", "1", "2021-10-18 13:33:13", "2021-10-18 13:33:13", "", "Modèle de site Web par défaut", "", "publish", "closed", "closed", "", "modele-de-site-web-par-defaut-4", "", "", "2021-10-18 13:33:13", "2021-10-18 13:33:13", "", "0", "https://apmabl.local/et_template/modele-de-site-web-par-defaut-4", "0", "et_template", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("140", "1", "2021-10-18 13:33:13", "2021-10-18 13:33:13", "", "Tous les Articles", "", "publish", "closed", "closed", "", "tous-les-articles-4", "", "", "2021-10-18 13:33:13", "2021-10-18 13:33:13", "", "0", "https://apmabl.local/et_template/tous-les-articles-4", "0", "et_template", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("144", "1", "2021-10-18 13:43:12", "2021-10-18 13:43:12", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\" global_colors_info=\"{}\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Modèle de site Web par défaut", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-18 13:43:12", "2021-10-18 13:43:12", "", "128", "https://apmabl.local/?p=144", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("145", "1", "2021-10-18 13:43:12", "2021-10-18 13:43:12", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_5,3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.10.8\" _dynamic_attributes=\"src\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" text_orientation=\"center\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\" header_2_text_color=\"#0C71C3\" header_3_text_color=\"#7CDA24\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 13:43:12", "2021-10-18 13:43:12", "", "109", "https://apmabl.local/?p=145", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("146", "1", "2021-10-18 13:43:17", "2021-10-18 13:43:17", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\" global_colors_info=\"{}\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-18 13:43:17", "2021-10-18 13:43:17", "", "128", "https://apmabl.local/?p=146", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("147", "1", "2021-10-18 13:44:31", "2021-10-18 13:44:31", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\" global_colors_info=\"{}\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Modèle de site Web par défaut", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-18 13:44:31", "2021-10-18 13:44:31", "", "128", "https://apmabl.local/?p=147", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("148", "1", "2021-10-18 13:44:39", "2021-10-18 13:44:39", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\" global_colors_info=\"{}\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekends</h4>\n<p>12 PM - 02 AM</p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-18 13:44:39", "2021-10-18 13:44:39", "", "128", "https://apmabl.local/?p=148", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("149", "1", "2021-10-18 13:53:19", "2021-10-18 13:53:19", "", "business_962316__480", "", "inherit", "open", "closed", "", "business_962316__480", "", "", "2021-10-18 13:53:19", "2021-10-18 13:53:19", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/business_962316__480.webp", "0", "attachment", "image/webp", "0"); INSERT INTO `pMmibiwXposts` VALUES("150", "1", "2021-10-18 13:53:28", "2021-10-18 13:53:28", "", "business_2846221_1920", "", "inherit", "open", "closed", "", "business_2846221_1920", "", "", "2021-10-18 13:53:28", "2021-10-18 13:53:28", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/business_2846221_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("151", "1", "2021-10-18 13:53:30", "2021-10-18 13:53:30", "", "connect_1586220_1920", "", "inherit", "open", "closed", "", "connect_1586220_1920", "", "", "2021-10-18 13:53:30", "2021-10-18 13:53:30", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/connect_1586220_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("152", "1", "2021-10-18 13:53:37", "2021-10-18 13:53:37", "", "fire_4349710_1920", "", "inherit", "open", "closed", "", "fire_4349710_1920", "", "", "2021-10-18 13:53:37", "2021-10-18 13:53:37", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/fire_4349710_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("153", "1", "2021-10-18 13:53:47", "2021-10-18 13:53:47", "", "gears_2291916_1920", "", "inherit", "open", "closed", "", "gears_2291916_1920", "", "", "2021-10-18 13:53:47", "2021-10-18 13:53:47", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/gears_2291916_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("154", "1", "2021-10-18 13:53:50", "2021-10-18 13:53:50", "", "istockphoto_499147276-170667a", "Group of business people assembling jigsaw puzzle, team support and help concept", "inherit", "open", "closed", "", "istockphoto_499147276-170667a", "", "", "2021-10-18 13:53:50", "2021-10-18 13:53:50", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("155", "1", "2021-10-18 13:53:54", "2021-10-18 13:53:54", "", "Shoes and arrows pointing in different directions on asphalt floor", "Shoes and arrows pointing in different directions on asphalt floor", "inherit", "open", "closed", "", "shoes-and-arrows-pointing-in-different-directions-on-asphalt-floor", "", "", "2021-10-18 13:53:54", "2021-10-18 13:53:54", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/istockphoto_650197668-612x612-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("156", "1", "2021-10-18 13:53:57", "2021-10-18 13:53:57", "", "istockphoto_817442226-612x612", "Man creating statistics in modern office. He working on digital devices while sitting at table and turning back to camera", "inherit", "open", "closed", "", "istockphoto_817442226-612x612", "", "", "2021-10-18 13:53:57", "2021-10-18 13:53:57", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/istockphoto_817442226-612x612-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("157", "1", "2021-10-18 13:53:57", "2021-10-18 13:53:57", "", "istockphoto_1014697378-612x612", "Sport webstore site template mock up isolated, 3d illustration. Training web page interface mockup. Internet website template. Web store screen layout for computer display.", "inherit", "open", "closed", "", "istockphoto_1014697378-612x612", "", "", "2021-10-18 13:53:57", "2021-10-18 13:53:57", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/istockphoto_1014697378-612x612-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("158", "1", "2021-10-18 13:53:58", "2021-10-18 13:53:58", "", "istockphoto_1084132256-612x612", "Hands holding tablet with sport webstore mock up on screen, isolated. Healthy lifestyle web page interface mockup. Internet website template. Web store screen layout for computer display.", "inherit", "open", "closed", "", "istockphoto_1084132256-612x612", "", "", "2021-10-18 13:53:58", "2021-10-18 13:53:58", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/istockphoto_1084132256-612x612-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("159", "1", "2021-10-18 13:53:58", "2021-10-18 13:53:58", "", "istockphoto_1223991436-612x612", "Hand holding virtual target board and arrow with bokeh background. Keeping and setup objectives and target for business investment concept.", "inherit", "open", "closed", "", "istockphoto_1223991436-612x612", "", "", "2021-10-18 13:53:58", "2021-10-18 13:53:58", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/istockphoto_1223991436-612x612-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("160", "1", "2021-10-18 13:53:59", "2021-10-18 13:53:59", "", "laptops_593296__340", "", "inherit", "open", "closed", "", "laptops_593296__340", "", "", "2021-10-18 13:53:59", "2021-10-18 13:53:59", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/laptops_593296__340.webp", "0", "attachment", "image/webp", "0"); INSERT INTO `pMmibiwXposts` VALUES("161", "1", "2021-10-18 13:54:17", "2021-10-18 13:54:17", "", "macro_1452987_1920", "", "inherit", "open", "closed", "", "macro_1452987_1920", "", "", "2021-10-18 13:54:17", "2021-10-18 13:54:17", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/macro_1452987_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("162", "1", "2021-10-18 13:54:38", "2021-10-18 13:54:38", "", "office_594132__340", "", "inherit", "open", "closed", "", "office_594132__340", "", "", "2021-10-18 13:54:38", "2021-10-18 13:54:38", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/office_594132__340.webp", "0", "attachment", "image/webp", "0"); INSERT INTO `pMmibiwXposts` VALUES("163", "1", "2021-10-18 13:54:44", "2021-10-18 13:54:44", "", "office_1209640_1920", "", "inherit", "open", "closed", "", "office_1209640_1920", "", "", "2021-10-18 13:54:44", "2021-10-18 13:54:44", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/office_1209640_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("164", "1", "2021-10-18 13:54:48", "2021-10-18 13:54:48", "", "phoenix_2773439_1280", "", "inherit", "open", "closed", "", "phoenix_2773439_1280", "", "", "2021-10-18 13:54:48", "2021-10-18 13:54:48", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/phoenix_2773439_1280.png", "0", "attachment", "image/png", "0"); INSERT INTO `pMmibiwXposts` VALUES("165", "1", "2021-10-18 13:54:56", "2021-10-18 13:54:56", "", "phoenix_4655584_1920", "", "inherit", "open", "closed", "", "phoenix_4655584_1920", "", "", "2021-10-18 13:54:56", "2021-10-18 13:54:56", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/phoenix_4655584_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("166", "1", "2021-10-18 13:55:04", "2021-10-18 13:55:04", "", "rubik_2477165_1920", "", "inherit", "open", "closed", "", "rubik_2477165_1920", "", "", "2021-10-18 13:55:04", "2021-10-18 13:55:04", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/rubik_2477165_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("167", "1", "2021-10-18 13:55:08", "2021-10-18 13:55:08", "", "sunset_1807524_1920", "", "inherit", "open", "closed", "", "sunset_1807524_1920", "", "", "2021-10-18 13:55:08", "2021-10-18 13:55:08", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/sunset_1807524_1920.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("169", "1", "2021-10-18 14:13:21", "2021-10-18 14:13:21", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_5,3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.10.8\" _dynamic_attributes=\"src\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZGlzcGxheV9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@[/et_pb_text][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9kYXRlIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJkYXRlX2Zvcm1hdCI6ImRlZmF1bHQiLCJjdXN0b21fZGF0ZV9mb3JtYXQiOiIifX0=@[/et_pb_text][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" text_orientation=\"center\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjxoMT4ifX0=@[/et_pb_text][et_pb_post_content _builder_version=\"4.10.8\" _module_preset=\"default\" header_2_text_color=\"#0C71C3\" header_3_text_color=\"#7CDA24\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_post_content][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "109-revision-v1", "", "", "2021-10-18 14:13:21", "2021-10-18 14:13:21", "", "109", "https://apmabl.local/?p=169", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("171", "1", "2021-10-18 14:19:21", "2021-10-18 14:19:21", "", "Theme Builder Layout", "", "publish", "open", "closed", "", "theme-builder-layout-2", "", "", "2021-10-18 14:19:21", "2021-10-18 14:19:21", "", "0", "https://apmabl.local/et_body_layout/theme-builder-layout-2", "0", "et_body_layout", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("172", "1", "2021-10-18 14:21:04", "2021-10-18 14:21:04", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"Professional Business Consulting\" subhead=\"Take Your Business To New Heights\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-09.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "publish", "open", "closed", "", "theme-builder-layout-3", "", "", "2021-10-18 14:23:24", "2021-10-18 14:23:24", "", "0", "https://apmabl.local/et_body_layout/theme-builder-layout-3", "0", "et_body_layout", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("173", "1", "2021-10-18 14:22:39", "2021-10-18 14:22:39", "", "consultant-09", "", "inherit", "open", "closed", "", "consultant-09", "", "", "2021-10-18 14:22:39", "2021-10-18 14:22:39", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/consultant-09.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("174", "1", "2021-10-18 14:22:40", "2021-10-18 14:22:40", "", "consutant-03", "", "inherit", "open", "closed", "", "consutant-03", "", "", "2021-10-18 14:22:40", "2021-10-18 14:22:40", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("176", "1", "2021-10-18 14:22:51", "2021-10-18 14:22:51", "", "Modèle de site Web par défaut", "", "publish", "closed", "closed", "", "modele-de-site-web-par-defaut-5", "", "", "2021-10-18 14:22:51", "2021-10-18 14:22:51", "", "0", "https://apmabl.local/et_template/modele-de-site-web-par-defaut-5", "0", "et_template", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("177", "1", "2021-10-18 14:22:51", "2021-10-18 14:22:51", "", "Tous les Articles", "", "publish", "closed", "closed", "", "tous-les-articles-5", "", "", "2021-10-18 14:22:51", "2021-10-18 14:22:51", "", "0", "https://apmabl.local/et_template/tous-les-articles-5", "0", "et_template", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("179", "1", "2021-10-18 14:23:24", "2021-10-18 14:23:24", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"Professional Business Consulting\" subhead=\"Take Your Business To New Heights\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-09.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Theme Builder Layout", "", "inherit", "closed", "closed", "", "172-revision-v1", "", "", "2021-10-18 14:23:24", "2021-10-18 14:23:24", "", "172", "https://apmabl.local/?p=179", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("181", "1", "2021-10-18 14:39:24", "2021-10-18 14:39:24", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"Professional Business Consulting\" subhead=\"Take Your Business To New Heights\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-09.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-18 14:39:24", "2021-10-18 14:39:24", "", "5", "https://apmabl.local/?p=181", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("182", "1", "2021-10-25 07:47:30", "2021-10-25 07:47:30", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"Professional Business Consulting\" subhead=\"Take Your Business To New Heights\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-09.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-25 07:47:30", "2021-10-25 07:47:30", "", "5", "https://apmabl.local/?p=182", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("184", "1", "2021-10-25 08:05:53", "2021-10-25 08:05:53", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"Professional Business Consulting\" subhead=\"Take Your Business To New Heights\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-09.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_orientation=\"center\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-25 08:05:53", "2021-10-25 08:05:53", "", "5", "https://apmabl.local/?p=184", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("186", "1", "2021-10-25 08:06:41", "2021-10-25 08:06:41", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"Professional Business Consulting\" subhead=\"Take Your Business To New Heights\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-09.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_orientation=\"center\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-25 08:06:41", "2021-10-25 08:06:41", "", "5", "https://apmabl.local/?p=186", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("188", "1", "2021-10-25 08:10:44", "2021-10-25 08:10:44", "", "DYNAMIS_LOGO-removebg", "", "inherit", "open", "closed", "", "dynamis_logo-removebg", "", "", "2021-10-25 08:10:44", "2021-10-25 08:10:44", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/DYNAMIS_LOGO-removebg.png", "0", "attachment", "image/png", "0"); INSERT INTO `pMmibiwXposts` VALUES("189", "1", "2021-10-25 08:16:30", "2021-10-25 08:16:30", "", "ABL Logo Seul", "", "inherit", "open", "closed", "", "abl-logo-seul", "", "", "2021-10-25 08:16:30", "2021-10-25 08:16:30", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/ABL-Logo-Seul.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("190", "1", "2021-10-25 08:19:11", "2021-10-25 08:19:11", "", "ABL Logo Seul", "", "inherit", "open", "closed", "", "abl-logo-seul-2", "", "", "2021-10-25 08:19:11", "2021-10-25 08:19:11", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/ABL-Logo-Seul-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("191", "1", "2021-10-25 08:19:31", "2021-10-25 08:19:31", "https://apmabl.local/wp-content/uploads/2021/10/cropped-ABL-Logo-Seul-1.jpg", "cropped-ABL-Logo-Seul-1.jpg", "", "inherit", "open", "closed", "", "cropped-abl-logo-seul-1-jpg", "", "", "2021-10-25 08:19:31", "2021-10-25 08:19:31", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/cropped-ABL-Logo-Seul-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("193", "1", "2021-10-25 09:42:36", "2021-10-25 09:42:36", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Professional Business Consulting\" subhead=\"Take Your Business To New Heights\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-09.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_orientation=\"center\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-25 09:42:36", "2021-10-25 09:42:36", "", "5", "https://apmabl.local/?p=193", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("195", "1", "2021-10-25 11:57:44", "2021-10-25 11:57:44", "", "cycle-in-the-railway-yard-1577908", "", "inherit", "open", "closed", "", "cycle-in-the-railway-yard-1577908", "", "", "2021-10-25 11:57:44", "2021-10-25 11:57:44", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("196", "1", "2021-10-25 11:58:21", "2021-10-25 11:58:21", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"Professional Business Consulting\" subhead=\"Take Your Business To New Heights\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" title_text=\"cycle-in-the-railway-yard-1577908\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-25 11:58:21", "2021-10-25 11:58:21", "", "5", "https://apmabl.local/?p=196", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("198", "1", "2021-10-25 12:03:59", "2021-10-25 12:03:59", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<em>Version du 1er Mars 2020</em>\n\nNous attachons la plus haute importance à la protection de votre vie privée. C’est pourquoi, nous nous engageons à respecter la confidentialité des données personnelles que nous collectons. La présente politique de confidentialité vous informe de la manière dont ce site utilise et protège les informations que vous nous transmettez lorsque vous naviguez dans ses pages.\n\nVeuillez noter que la Politique est susceptible d’être modifiée ou complétée à tout moment par l’Editeur du Site, notamment en vue de se conformer à toute évolution législative, règlementaire, jurisprudentielle ou technologique. Dans un tel cas, la date de sa mise à jour sera clairement identifiée en tête de la présente politique. Ces modifications engagent l’Utilisateur dès leur mise en ligne. Il convient par conséquent que l’Utilisateur consulte régulièrement la présente politique de confidentialité et d’utilisation des cookies afin de prendre connaissance de ses éventuelles modifications.\n\n \n<h2>1) Définitions</h2>\n<em></em>\n\n<em>Site</em> : concerne le site <b>MON-SITE-WEB</b>.\n\n<em>Utilisateur</em> : en tant que visiteur du Site vous devenez utilisateur des contenus et services proposés par le site.\n\n<em>Terminal</em> : il s’agit de l’appareil que vous utilisez pour accéder et naviguer sur le Site (ordinateur, tablette, smartphone…).\n\n \n<h2>2) Données personnelles collectées</h2>\n \n\nNous sommes susceptibles de recueillir et de traiter les données suivantes :\n\n<em>Les informations que vous nous transmettez directement :</em>\n\nEn naviguant sur le site, vous pouvez être amené à nous transmettre des informations, dont certaines sont de nature à vous identifier (vos « Données personnelles »). C’est le cas notamment lorsque vous utilisez un formulaire de contact, publiez un commentaire, participez à un sondage, une étude, un jeu-concours, ou vous inscrivez à la newsletter…\n\nCes informations peuvent notamment contenir les Données personnelles suivantes :\n<ul>\n <li>nom et prénom</li>\n <li>adresse e-mail</li>\n <li>téléphone</li>\n <li>adresse postale</li>\n <li>et les autres informations que vous nous transmettez le cas échéant dans le cadre d’un échange ou d’un contact.</li>\n</ul>\n<em>Les informations que nous recueillons automatiquement par le biais de l’interactivité avec le Site :</em>\n\nIl s’agit des données recueillies à partir de cookies, notamment par Google Analytics, avec par exemple les informations suivantes :\n<ul>\n <li>informations relatives aux appareils que vous utilisez pour accéder au Site (ordinateur, tablette, smartphone)</li>\n <li>adresse IP,</li>\n <li>données de connexion et de localisation (IMPORTANT : nous avons mis en place un dispositif d’anonymisation des adresses IP ainsi recueillies par Google Analytics)</li>\n <li>système et plateformes d’exploitation</li>\n <li>données concernant votre parcours de navigation sur le site (url des pages visitées, durée de consultation, termes de recherche utilisés, etc…).</li>\n</ul>\nDans le cas où vous utilisez les fonctionnalités de réseaux sociaux mises à votre disposition, nous aurons accès à certaines des données (notamment, vos prénom, nom de famille, photographie, adresse e-mail et nombre d’amis) de votre compte sur ledit réseau social conformément aux conditions générales d’utilisation du réseau social concerné.\n\nNous sommes également susceptibles de recueillir certaines de vos Données personnelles lorsque vous interagissez avec des fonctionnalités de ces réseaux sociaux, tel que les fonctionnalités « J’aime ».\n\n \n<h2>3) Cookies</h2>\n \n\nLes cookies sont des petits fichiers de données texte au format alphanumérique qui sont déposés sur votre disque dur lors de votre navigation sur un site internet. Ces fichiers sont générés par le serveur du site visité ou par un serveur tiers (service de web analytique, régie publicitaire, etc…).\n\nLes cookies permettent de vous identifier (à travers votre ordinateur), lors de votre retour sur le site initialement visité. Les cookies ne peuvent pas récupérer ni transmettre aucune donnée de votre disque dur, ni vous transmettre de virus. Le site peut utiliser des cookies et technologies similaires pour faciliter votre navigation en mémorisant vos préférences utilisateur comme pour comprendre l’utilisation que vous faites des services et contenus proposés par le Site, ceci afin de chercher à en améliorer la pertinence et l’ergonomie, notamment.\n\nNous pouvons également inclure dans nos courriers électroniques et newsletters des pixels de traçage, qui sont de petits fichiers images permettant de déterminer si les messages ont été ouverts et si les liens qui y sont inclus ont été consultés.\n\nLes cookies et technologies similaires que nous utilisons peuvent être :\n<ul>\n <li>fonctionnels : c’est-à-dire nécessaires à la réalisation d’une fonctionnalité, telle que votre identification pour une correspondance, un commentaire, ou le cas échéant une commande en ligne, par exemple ;</li>\n <li>analytiques et de performance : c’est-à-dire liés au suivi et à l’analyse marketing de la fréquentation du Site ;</li>\n <li>publicitaires et de ciblage : en cas de recours à la publicité, ces cookies peuvent enregistrer vos visites et votre navigation sur les pages du Site ou encore votre localisation, de manière à permettre au Site et à ses partenaires publicitaires de vous proposer des publicités en cohérence avec vos centres d’intérêts et/ou votre situation géographique ;</li>\n <li>de réseaux sociaux : il s’agit des cookies déposés par les boutons de partage des réseaux sociaux.</li>\n</ul>\nCes cookies peuvent provenir du serveur du site ou de tiers (comme Google Analytics par exemple).\n\nLors de votre navigation initiale sur le Site, il vous est demandé votre consentement à cette utilisation de cookies et vous pouvez à tout moment révoquer votre consentement, si vous le souhaitez, de la manière suivante :\n\n<em>En paramétrant votre navigateur internet</em> :\n<ul>\n <li><a href=\"https://support.google.com/accounts/answer/61416?hl=fr\" target=\"_blank\" rel=\"noopener\">Chrome</a></li>\n <li><a href=\"https://support.apple.com/fr-fr/guide/safari/sfri11471/mac\" target=\"_blank\" rel=\"noopener\">Safari</a></li>\n <li><a href=\"https://support.mozilla.org/fr/kb/activer-desactiver-cookies-preferences?redirectlocale=fr&redirectslug=activer-desactiver-cookies\" target=\"_blank\" rel=\"noopener\">Firefox</a></li>\n <li><a href=\"https://support.microsoft.com/fr-fr/help/17442/windows-internet-explorer-delete-manage-cookies\" target=\"_blank\" rel=\"noopener\">Internet Explorer</a> ou <a href=\"https://privacy.microsoft.com/fr-fr/windows-10-microsoft-edge-and-privacy\" target=\"_blank\" rel=\"noopener\">Edge</a></li>\n</ul>\n<em>En désactivant les services de cookies en ligne</em> :\n<ul>\n <li>Cookies analytiques et de performance : Google Analytics</li>\n <li>Cookies de réseaux sociaux : Facebook – Twitter – Google+ – YouTube – LinkedIn – Instagram</li>\n</ul>\nSi vous refusez l’enregistrement de cookies sur votre Terminal, vous pouvez continuer à naviguer sur le Site, mais certaines parties ou fonctionnalités pourront ne pas fonctionner correctement.\n\n \n<h2>4) Finalité des recueils et traitements de vos Données personnelles</h2>\n \n\nNous utilisons vos Données personnelles, avec votre consentement, pour :\n<ul>\n <li>vous fournir les contenus que vous avez demandés (notamment la newsletter etc…),</li>\n <li>établir un contact et/ou une correspondance avec vous afin de vous fournir des renseignements sur nos activités et/ou services,</li>\n <li>vous permettre, le cas échéant, de communiquer avec les autres visiteurs du Site, notamment à travers les commentaires d’articles,</li>\n <li>disposer de statistiques de fréquentation pour nous permettre d’améliorer la gestion du Site (présentation, organisation, adaptation des contenus à votre appareil, etc…) et votre expérience utilisateur,</li>\n <li>vous permettre de personnaliser votre profil afin de vous proposer des contenus et des offres en rapport avec vos attentes et centres d’intérêts,</li>\n <li>vous fournir, le cas échéant, les produits ou services que vous avez pu commander sur le site,</li>\n <li>percevoir, le cas échéant, des paiements en contrepartie de produits ou services fournis,</li>\n <li>nous assurer du respect de nos conditions générales d’utilisation du Site, de notre Politique de confidentialité et de la réglementation applicable.</li>\n</ul>\nCes traitements sont fondés sur votre consentement et/ou notre intérêt légitime à mesurer l’efficacité de nos services et le respect de nos obligations respectives.\n\n \n<h2>5) Destinataires des informations recueillies</h2>\n \n\nL’activité de l’Editeur n’est pas de faire le commerce de vos Données personnelles. En conséquence, vos Données personnelles ne sont partagées que dans les cas suivants :\n<ul>\n <li>avec nos prestataires de web analytics (Google Analytics) ;</li>\n <li>avec nos prestataires de courrier électronique (MailChimp) ;</li>\n <li>avec nos prestataires de gestion de fichiers d’abonnés et/ou de clients (comme Zoho CRM le cas échéant) ;</li>\n <li>avec nos prestataires de paiement (comme PayPal, Payplug ou Stripe, le cas échéant) ;</li>\n <li>avec nos fournisseurs de produits ou services commercialisés via le Site (le cas échéant) et de la logistique correspondante ;</li>\n <li>dans le cadre d’obligations légales ou pour faire respecter nos conditions d’utilisation du Site et, d’une manière générale, pour protéger nos droits ;</li>\n <li>et lorsque vous en faites la demande, comme par exemple, lorsque le cas échéant, vous utilisez une méthode d’authentification fournie par un réseau social ou encore si vous arrivez sur le Site via un clic sur une annonce ou un lien sur un site partenaire.</li>\n</ul>\n \n<h2>6) Durée de conservation de vos Données personnelles</h2>\n \n\nVos Données personnelles sont conservées par l’Editeur et/ou ses prestataires durant le temps nécessaire pour fournir les services correspondant au recueil de ces données ou pour répondre à votre demande.\n\n \n<h2>7) Protection de vos Données personnelles</h2>\n \n\nNous attachons la plus grande importance à la sécurisation du Site et de vos Données personnelles. Celles-ci sont conservées sur notre serveur chez notre prestataire d’hébergement dans un environnement sécurisé, en conformité avec le réglementation RGPD.\n\nNotre dispositif de sécurité comprend notamment les éléments suivants :\n<ul>\n <li>Protection du Site par certificat Let’s Encrypt sous système SSL (Secure Sockets Layer).</li>\n <li>Pare-feu et surveillance des malware par iThemes Security de iThemes.</li>\n <li>Encryptage spécifique des adresses e-mail par Email Encoder Bundle.</li>\n <li>Anonymisation de votre adresse IP vis-à-vis des traitements Google Analytics grâce à Google Analytics Germanized.</li>\n <li>Accès administrateurs protégés par mots de passe complexes.</li>\n</ul>\nDe votre côté, vous êtes responsable de la protection de vos identifiant et mot de passe et devez vous prémunir contre un accès non autorisé à ceux-ci ; notamment, si vous partagez un Terminal, vous devez vous assurer de votre parfaite déconnexion après chaque utilisation.\n\n \n<h2>8) Vos droits relatifs à vos Données personnelles</h2>\n \n\nVous disposez des droits suivants vis-à-vis de vos Données personnelles :\n<ul>\n <li>droit d’accès : vous pouvez accéder aux Données personnelles que nous pouvons détenir sur vous ;</li>\n <li>droit de rectification : vous pouvez mettre à jour vos Données le cas échéant dans l’interface de gestion de vos paramètres ou nous demander de procéder à cette mise à jour.</li>\n <li>droit d’effacement : vous pouvez nous demander la suppression de vos Données personnelles.</li>\n <li>droit à la portabilité : vous pouvez nous demander une restitution des Données personnelles que vous nous avez fournies sous forme d’un fichier lisible par une machine.</li>\n</ul>\nPour exercer l’un ou l’autre de ces droits,<strong> utilisez le bouton de contact au dernier paragraphe ci-dessous</strong>. Nous ferons nos meilleurs efforts pour vous fournir ces informations ou procéder aux modifications ou effacement dans un délai de 30 jours suivant la réception de votre demande, accompagnée en raison de notre obligation de sécurité et de confidentialité de la preuve de votre identité, et sauf demandes manifestement abusives de par leur nombre ou leur caractère répétitif ou systématique.\n\nNous sommes toutefois susceptibles de conserver certaines de vos Données personnelles lorsque la Loi l’impose ou pour un motif légitime, et notamment pour faire valoir nos droits en cas de litige.\n\n \n<h2>9) Réglementation applicable</h2>\n \n\nLe site est soumis à la Loi française et notamment au Règlement Général sur la Protection des Données (General Data Protection Regulation) adopté par le Parlement européen et le Conseil le 27 avril 2016, et à la Loi Informatique et Libertés du 6 janvier 1978 modifiée. Pour tout renseignement concernant la réglementation en vigueur, vous pouvez consultez le site de la CNIL.\n\n \n<h2>10) Contact</h2>\n \n\nPour tout renseignement ou pour toute démarche…[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "TEST N°1", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-25 12:03:59", "2021-10-25 12:03:59", "", "35", "https://apmabl.local/?p=198", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("200", "1", "2021-10-25 12:05:05", "2021-10-25 12:05:05", "<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<em>Version du 1er Mars 2020</em>\n\nNous attachons la plus haute importance à la protection de votre vie privée. C’est pourquoi, nous nous engageons à respecter la confidentialité des données personnelles que nous collectons. La présente politique de confidentialité vous informe de la manière dont ce site utilise et protège les informations que vous nous transmettez lorsque vous naviguez dans ses pages.\n\nVeuillez noter que la Politique est susceptible d’être modifiée ou complétée à tout moment par l’Editeur du Site, notamment en vue de se conformer à toute évolution législative, règlementaire, jurisprudentielle ou technologique. Dans un tel cas, la date de sa mise à jour sera clairement identifiée en tête de la présente politique. Ces modifications engagent l’Utilisateur dès leur mise en ligne. Il convient par conséquent que l’Utilisateur consulte régulièrement la présente politique de confidentialité et d’utilisation des cookies afin de prendre connaissance de ses éventuelles modifications.\n\n \n<h2>1) Définitions</h2>\n<em></em>\n\n<em>Site</em> : concerne le site <b>MON-SITE-WEB</b>.\n\n<em>Utilisateur</em> : en tant que visiteur du Site vous devenez utilisateur des contenus et services proposés par le site.\n\n<em>Terminal</em> : il s’agit de l’appareil que vous utilisez pour accéder et naviguer sur le Site (ordinateur, tablette, smartphone…).\n\n \n<h2>2) Données personnelles collectées</h2>\n \n\nNous sommes susceptibles de recueillir et de traiter les données suivantes :\n\n<em>Les informations que vous nous transmettez directement :</em>\n\nEn naviguant sur le site, vous pouvez être amené à nous transmettre des informations, dont certaines sont de nature à vous identifier (vos « Données personnelles »). C’est le cas notamment lorsque vous utilisez un formulaire de contact, publiez un commentaire, participez à un sondage, une étude, un jeu-concours, ou vous inscrivez à la newsletter…\n\nCes informations peuvent notamment contenir les Données personnelles suivantes :\n<ul>\n <li>nom et prénom</li>\n <li>adresse e-mail</li>\n <li>téléphone</li>\n <li>adresse postale</li>\n <li>et les autres informations que vous nous transmettez le cas échéant dans le cadre d’un échange ou d’un contact.</li>\n</ul>\n<em>Les informations que nous recueillons automatiquement par le biais de l’interactivité avec le Site :</em>\n\nIl s’agit des données recueillies à partir de cookies, notamment par Google Analytics, avec par exemple les informations suivantes :\n<ul>\n <li>informations relatives aux appareils que vous utilisez pour accéder au Site (ordinateur, tablette, smartphone)</li>\n <li>adresse IP,</li>\n <li>données de connexion et de localisation (IMPORTANT : nous avons mis en place un dispositif d’anonymisation des adresses IP ainsi recueillies par Google Analytics)</li>\n <li>système et plateformes d’exploitation</li>\n <li>données concernant votre parcours de navigation sur le site (url des pages visitées, durée de consultation, termes de recherche utilisés, etc…).</li>\n</ul>\nDans le cas où vous utilisez les fonctionnalités de réseaux sociaux mises à votre disposition, nous aurons accès à certaines des données (notamment, vos prénom, nom de famille, photographie, adresse e-mail et nombre d’amis) de votre compte sur ledit réseau social conformément aux conditions générales d’utilisation du réseau social concerné.\n\nNous sommes également susceptibles de recueillir certaines de vos Données personnelles lorsque vous interagissez avec des fonctionnalités de ces réseaux sociaux, tel que les fonctionnalités « J’aime ».\n\n \n<h2>3) Cookies</h2>\n \n\nLes cookies sont des petits fichiers de données texte au format alphanumérique qui sont déposés sur votre disque dur lors de votre navigation sur un site internet. Ces fichiers sont générés par le serveur du site visité ou par un serveur tiers (service de web analytique, régie publicitaire, etc…).\n\nLes cookies permettent de vous identifier (à travers votre ordinateur), lors de votre retour sur le site initialement visité. Les cookies ne peuvent pas récupérer ni transmettre aucune donnée de votre disque dur, ni vous transmettre de virus. Le site peut utiliser des cookies et technologies similaires pour faciliter votre navigation en mémorisant vos préférences utilisateur comme pour comprendre l’utilisation que vous faites des services et contenus proposés par le Site, ceci afin de chercher à en améliorer la pertinence et l’ergonomie, notamment.\n\nNous pouvons également inclure dans nos courriers électroniques et newsletters des pixels de traçage, qui sont de petits fichiers images permettant de déterminer si les messages ont été ouverts et si les liens qui y sont inclus ont été consultés.\n\nLes cookies et technologies similaires que nous utilisons peuvent être :\n<ul>\n <li>fonctionnels : c’est-à-dire nécessaires à la réalisation d’une fonctionnalité, telle que votre identification pour une correspondance, un commentaire, ou le cas échéant une commande en ligne, par exemple ;</li>\n <li>analytiques et de performance : c’est-à-dire liés au suivi et à l’analyse marketing de la fréquentation du Site ;</li>\n <li>publicitaires et de ciblage : en cas de recours à la publicité, ces cookies peuvent enregistrer vos visites et votre navigation sur les pages du Site ou encore votre localisation, de manière à permettre au Site et à ses partenaires publicitaires de vous proposer des publicités en cohérence avec vos centres d’intérêts et/ou votre situation géographique ;</li>\n <li>de réseaux sociaux : il s’agit des cookies déposés par les boutons de partage des réseaux sociaux.</li>\n</ul>\nCes cookies peuvent provenir du serveur du site ou de tiers (comme Google Analytics par exemple).\n\nLors de votre navigation initiale sur le Site, il vous est demandé votre consentement à cette utilisation de cookies et vous pouvez à tout moment révoquer votre consentement, si vous le souhaitez, de la manière suivante :\n\n<em>En paramétrant votre navigateur internet</em> :\n<ul>\n <li><a href=\"https://support.google.com/accounts/answer/61416?hl=fr\" target=\"_blank\" rel=\"noopener\">Chrome</a></li>\n <li><a href=\"https://support.apple.com/fr-fr/guide/safari/sfri11471/mac\" target=\"_blank\" rel=\"noopener\">Safari</a></li>\n <li><a href=\"https://support.mozilla.org/fr/kb/activer-desactiver-cookies-preferences?redirectlocale=fr&redirectslug=activer-desactiver-cookies\" target=\"_blank\" rel=\"noopener\">Firefox</a></li>\n <li><a href=\"https://support.microsoft.com/fr-fr/help/17442/windows-internet-explorer-delete-manage-cookies\" target=\"_blank\" rel=\"noopener\">Internet Explorer</a> ou <a href=\"https://privacy.microsoft.com/fr-fr/windows-10-microsoft-edge-and-privacy\" target=\"_blank\" rel=\"noopener\">Edge</a></li>\n</ul>\n<em>En désactivant les services de cookies en ligne</em> :\n<ul>\n <li>Cookies analytiques et de performance : Google Analytics</li>\n <li>Cookies de réseaux sociaux : Facebook – Twitter – Google+ – YouTube – LinkedIn – Instagram</li>\n</ul>\nSi vous refusez l’enregistrement de cookies sur votre Terminal, vous pouvez continuer à naviguer sur le Site, mais certaines parties ou fonctionnalités pourront ne pas fonctionner correctement.\n\n \n<h2>4) Finalité des recueils et traitements de vos Données personnelles</h2>\n \n\nNous utilisons vos Données personnelles, avec votre consentement, pour :\n<ul>\n <li>vous fournir les contenus que vous avez demandés (notamment la newsletter etc…),</li>\n <li>établir un contact et/ou une correspondance avec vous afin de vous fournir des renseignements sur nos activités et/ou services,</li>\n <li>vous permettre, le cas échéant, de communiquer avec les autres visiteurs du Site, notamment à travers les commentaires d’articles,</li>\n <li>disposer de statistiques de fréquentation pour nous permettre d’améliorer la gestion du Site (présentation, organisation, adaptation des contenus à votre appareil, etc…) et votre expérience utilisateur,</li>\n <li>vous permettre de personnaliser votre profil afin de vous proposer des contenus et des offres en rapport avec vos attentes et centres d’intérêts,</li>\n <li>vous fournir, le cas échéant, les produits ou services que vous avez pu commander sur le site,</li>\n <li>percevoir, le cas échéant, des paiements en contrepartie de produits ou services fournis,</li>\n <li>nous assurer du respect de nos conditions générales d’utilisation du Site, de notre Politique de confidentialité et de la réglementation applicable.</li>\n</ul>\nCes traitements sont fondés sur votre consentement et/ou notre intérêt légitime à mesurer l’efficacité de nos services et le respect de nos obligations respectives.\n\n \n<h2>5) Destinataires des informations recueillies</h2>\n \n\nL’activité de l’Editeur n’est pas de faire le commerce de vos Données personnelles. En conséquence, vos Données personnelles ne sont partagées que dans les cas suivants :\n<ul>\n <li>avec nos prestataires de web analytics (Google Analytics) ;</li>\n <li>avec nos prestataires de courrier électronique (MailChimp) ;</li>\n <li>avec nos prestataires de gestion de fichiers d’abonnés et/ou de clients (comme Zoho CRM le cas échéant) ;</li>\n <li>avec nos prestataires de paiement (comme PayPal, Payplug ou Stripe, le cas échéant) ;</li>\n <li>avec nos fournisseurs de produits ou services commercialisés via le Site (le cas échéant) et de la logistique correspondante ;</li>\n <li>dans le cadre d’obligations légales ou pour faire respecter nos conditions d’utilisation du Site et, d’une manière générale, pour protéger nos droits ;</li>\n <li>et lorsque vous en faites la demande, comme par exemple, lorsque le cas échéant, vous utilisez une méthode d’authentification fournie par un réseau social ou encore si vous arrivez sur le Site via un clic sur une annonce ou un lien sur un site partenaire.</li>\n</ul>\n \n<h2>6) Durée de conservation de vos Données personnelles</h2>\n \n\nVos Données personnelles sont conservées par l’Editeur et/ou ses prestataires durant le temps nécessaire pour fournir les services correspondant au recueil de ces données ou pour répondre à votre demande.\n\n \n<h2>7) Protection de vos Données personnelles</h2>\n \n\nNous attachons la plus grande importance à la sécurisation du Site et de vos Données personnelles. Celles-ci sont conservées sur notre serveur chez notre prestataire d’hébergement dans un environnement sécurisé, en conformité avec le réglementation RGPD.\n\nNotre dispositif de sécurité comprend notamment les éléments suivants :\n<ul>\n <li>Protection du Site par certificat Let’s Encrypt sous système SSL (Secure Sockets Layer).</li>\n <li>Pare-feu et surveillance des malware par iThemes Security de iThemes.</li>\n <li>Encryptage spécifique des adresses e-mail par Email Encoder Bundle.</li>\n <li>Anonymisation de votre adresse IP vis-à-vis des traitements Google Analytics grâce à Google Analytics Germanized.</li>\n <li>Accès administrateurs protégés par mots de passe complexes.</li>\n</ul>\nDe votre côté, vous êtes responsable de la protection de vos identifiant et mot de passe et devez vous prémunir contre un accès non autorisé à ceux-ci ; notamment, si vous partagez un Terminal, vous devez vous assurer de votre parfaite déconnexion après chaque utilisation.\n\n \n<h2>8) Vos droits relatifs à vos Données personnelles</h2>\n \n\nVous disposez des droits suivants vis-à-vis de vos Données personnelles :\n<ul>\n <li>droit d’accès : vous pouvez accéder aux Données personnelles que nous pouvons détenir sur vous ;</li>\n <li>droit de rectification : vous pouvez mettre à jour vos Données le cas échéant dans l’interface de gestion de vos paramètres ou nous demander de procéder à cette mise à jour.</li>\n <li>droit d’effacement : vous pouvez nous demander la suppression de vos Données personnelles.</li>\n <li>droit à la portabilité : vous pouvez nous demander une restitution des Données personnelles que vous nous avez fournies sous forme d’un fichier lisible par une machine.</li>\n</ul>\nPour exercer l’un ou l’autre de ces droits,<strong> utilisez le bouton de contact au dernier paragraphe ci-dessous</strong>. Nous ferons nos meilleurs efforts pour vous fournir ces informations ou procéder aux modifications ou effacement dans un délai de 30 jours suivant la réception de votre demande, accompagnée en raison de notre obligation de sécurité et de confidentialité de la preuve de votre identité, et sauf demandes manifestement abusives de par leur nombre ou leur caractère répétitif ou systématique.\n\nNous sommes toutefois susceptibles de conserver certaines de vos Données personnelles lorsque la Loi l’impose ou pour un motif légitime, et notamment pour faire valoir nos droits en cas de litige.\n\n \n<h2>9) Réglementation applicable</h2>\n \n\nLe site est soumis à la Loi française et notamment au Règlement Général sur la Protection des Données (General Data Protection Regulation) adopté par le Parlement européen et le Conseil le 27 avril 2016, et à la Loi Informatique et Libertés du 6 janvier 1978 modifiée. Pour tout renseignement concernant la réglementation en vigueur, vous pouvez consultez le site de la CNIL.\n\n \n<h2>10) Contact</h2>\n \n\nPour tout renseignement ou pour toute démarche…[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->", "POLITIQUE DE CONFIDENTIALITE", "", "inherit", "closed", "closed", "", "35-revision-v1", "", "", "2021-10-25 12:05:05", "2021-10-25 12:05:05", "", "35", "https://apmabl.local/?p=200", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("202", "1", "2021-10-25 12:09:32", "2021-10-25 12:09:32", "<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header subhead=\"ABL DYNAMIS\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"3.16\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-05.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%||true|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p>A team of experts at your disposal for the French Sports Market</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Pricing\" _builder_version=\"3.22\" background_color=\"rgba(0,0,0,0)\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"1440px\" custom_margin=\"-100px|||\" custom_padding=\"0px|0px|0px|0px\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" featured_table_header_background_color=\"#ffffff\" header_background_color=\"#ffffff\" show_bullet=\"off\" show_featured_drop_shadow=\"off\" _builder_version=\"3.23\" currency_frequency_text_color=\"#edbb5f\" price_text_color=\"#000000\" header_text_color=\"#000000\" header_font=\"Playfair Display|700|||||||\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" subheader_font=\"||||||||\" price_font=\"Playfair Display|700|||||||\" price_line_height=\"30px\" currency_frequency_font=\"Poppins|700||on|||||\" currency_frequency_font_size=\"14px\" currency_frequency_letter_spacing=\"1px\" currency_frequency_line_height=\"1.6em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#000000\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" button_icon_color=\"#edbb5f\" text_orientation=\"center\" custom_margin=\"10px||30px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" custom_css_pricing_top=\"border: none;\" border_width_all=\"0px\" border_color_all=\"rgba(190,190,190,0.4)\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_text_color_hover=\"#edbb5f\" button_letter_spacing_hover=\"1px\" center_list_items=\"on\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#edbb5f\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][et_pb_pricing_table title=\"Basic\" currency=\"$\" per=\"mo\" sum=\"250\" button_url=\"http://$\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"||||||||\" body_font=\"||||||||\" subheader_font=\"||||||||\" price_font=\"|500|||||||\" currency_frequency_font=\"||||||||\" button_on_hover=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_icon_default=\"%%3%%\"]Consulting<br />Advising<br />- Business Planning<br />- Investments[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" featured_table_header_background_color=\"#ffffff\" header_background_color=\"#ffffff\" show_bullet=\"off\" show_featured_drop_shadow=\"off\" _builder_version=\"3.23\" currency_frequency_text_color=\"#edbb5f\" price_text_color=\"#000000\" header_text_color=\"#000000\" header_font=\"Playfair Display|700|||||||\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" subheader_font=\"||||||||\" price_font=\"Playfair Display|700|||||||\" price_line_height=\"30px\" currency_frequency_font=\"Poppins|700||on|||||\" currency_frequency_font_size=\"14px\" currency_frequency_letter_spacing=\"1px\" currency_frequency_line_height=\"1.6em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#000000\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" button_icon_color=\"#edbb5f\" text_orientation=\"center\" custom_margin=\"50px||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" custom_css_pricing_top=\"border: none;\" border_width_all=\"0px\" border_color_all=\"rgba(190,190,190,0.4)\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_text_color_hover=\"#edbb5f\" button_letter_spacing_hover=\"1px\" center_list_items=\"on\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#edbb5f\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][et_pb_pricing_table title=\"Business\" currency=\"$\" per=\"mo\" sum=\"640\" button_url=\"http://$\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"||||||||\" body_font=\"||||||||\" subheader_font=\"||||||||\" price_font=\"|500|||||||\" currency_frequency_font=\"||||||||\" button_on_hover=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_icon_default=\"%%3%%\"]Consulting<br />Advising<br />Business Planning<br />- Investments[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" featured_table_header_background_color=\"#ffffff\" header_background_color=\"#ffffff\" show_bullet=\"off\" show_featured_drop_shadow=\"off\" _builder_version=\"3.23\" currency_frequency_text_color=\"#edbb5f\" price_text_color=\"#000000\" header_text_color=\"#000000\" header_font=\"Playfair Display|700|||||||\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" subheader_font=\"||||||||\" price_font=\"Playfair Display|700|||||||\" price_line_height=\"30px\" currency_frequency_font=\"Poppins|700||on|||||\" currency_frequency_font_size=\"14px\" currency_frequency_letter_spacing=\"1px\" currency_frequency_line_height=\"1.6em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#000000\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" button_icon_color=\"#edbb5f\" text_orientation=\"center\" custom_margin=\"10px||30px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" animation_intensity_slide=\"10%\" custom_css_pricing_top=\"border: none;\" border_width_all=\"0px\" border_color_all=\"rgba(190,190,190,0.4)\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_text_color_hover=\"#edbb5f\" button_letter_spacing_hover=\"1px\" center_list_items=\"on\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#edbb5f\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][et_pb_pricing_table title=\"Pro\" currency=\"$\" per=\"mo\" sum=\"900\" button_url=\"http://$\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"||||||||\" body_font=\"||||||||\" subheader_font=\"||||||||\" price_font=\"|500|||||||\" currency_frequency_font=\"||||||||\" button_on_hover=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_icon_default=\"%%3%%\"]Consulting<br />\r\nAdvising<br />\r\nBusiness Planning<br />\r\nInvestments[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FAQ\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>FAQ</h3>\r\n<h2>Frequently Asked Questions</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" custom_margin=\"|||\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][et_pb_blurb title=\"Lorem ipsum dolor sit amet adipiscing elit curabitur arcu erat amet sit?\" use_icon=\"on\" font_icon=\"%%220%%\" icon_color=\"#edbb5f\" icon_placement=\"left\" use_icon_font_size=\"on\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]Proin eget tortor risus. Nulla porttitor accumsan tincidunt. Donec rutrum congue leo eget malesuada. Proin eget tortor risus. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->", "MENTIONS LEGALES", "", "inherit", "closed", "closed", "", "55-revision-v1", "", "", "2021-10-25 12:09:32", "2021-10-25 12:09:32", "", "55", "https://apmabl.local/?p=202", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("204", "1", "2021-10-25 12:11:36", "2021-10-25 12:11:36", "[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Conformément à l’article 6 de la loi du 21 juin 2004, pour la confiance dans l’économie numérique, nous vous informons que ce service de communication au public en ligne est édité par :</p>\n<p>la société ...</p>\n<p>située au .....</p>\n<p>RCS : ....<br> Le directeur de la publication est M. ......<br> Directeur technique : M. ....</p>\n<p>Le prestataire mentionné au 2 du I de l’article 6 de la loi précitée, est :</p>\n<p>IONOS (1and1 Internet SARL)<br> 7, place de la Gare<br> BP 70109<br> 57201 Sarreguemines Cedex</p>\n<p>Aux termes de l\'article L 122-4 du Code de la Propriété Intellectuelle : Toute représentation ou reproduction intégrale ou partielle faite sans le consentement de l\'auteur ou de ses ayants droit ou ayants cause est illicite. Il en est de même pour la traduction, l\'adaptation ou la transformation, l\'arrangement ou la reproduction par un art ou un procédé quelconque.</p>\n<p>L\'ensemble des éléments composant ce site (noms, logos, textes, graphismes, photographies, images, nom de domaine, créations et œuvres protégées diverses, etc...) sont la propriété exclusive de .... et sont sujets à la législation françaises et internationales sur la propriété intellectuelle. Seule une utilisation à des fins strictement personnelles est autorisée.</p>\n<p>La reproduction de tout ou partie de ce site sur quelque support que ce soit est formellement interdite sauf autorisation expresse de .....</p>\n<p>Malgré tous les soins apportés à la réalisation de ce site et à son actualisation régulière, des erreurs peuvent s\'être glissées dans les informations et/ou documents présentés. Les utilisateurs du site procéderont donc à toutes vérifications utiles.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "MENTIONS LEGALES", "", "inherit", "closed", "closed", "", "55-revision-v1", "", "", "2021-10-25 12:11:36", "2021-10-25 12:11:36", "", "55", "https://apmabl.local/?p=204", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("207", "1", "2021-10-25 12:15:29", "2021-10-25 12:15:29", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"ABL SYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" button_one_text=\"Learn More\" button_two_text=\"Get Started\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" title_text=\"cycle-in-the-railway-yard-1577908\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-25 12:15:29", "2021-10-25 12:15:29", "", "5", "https://apmabl.local/?p=207", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("209", "1", "2021-10-25 12:19:16", "2021-10-25 12:19:16", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\" global_colors_info=\"{}\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Weekdays</h4>\n<p>08PM -12AM</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding=\"14px|||||\" sticky_enabled=\"0\"]<p><strong>POLITIQUE DE CONFIDENTIALITÉ</strong></p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-25 12:19:16", "2021-10-25 12:19:16", "", "128", "https://apmabl.local/?p=209", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("211", "1", "2021-10-25 12:25:52", "2021-10-25 12:25:52", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\" global_colors_info=\"{}\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><a href=\"/MENTIONES-LEGALES\">MENTIONS LEGALES</a></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding=\"14px|||||\" sticky_enabled=\"0\"]<p><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\"><strong>POLITIQUE DE CONFIDENTIALITÉ</strong></a></p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-25 12:25:52", "2021-10-25 12:25:52", "", "128", "https://apmabl.local/?p=211", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("213", "1", "2021-10-25 12:27:00", "2021-10-25 12:27:00", "<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.10.8\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.10.8\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Conformément à l’article 6 de la loi du 21 juin 2004, pour la confiance dans l’économie numérique, nous vous informons que ce service de communication au public en ligne est édité par :</p>\n<p>la société ...</p>\n<p>située au .....</p>\n<p>RCS : ....<br> Le directeur de la publication est M. ......<br> Directeur technique : M. ....</p>\n<p>Le prestataire mentionné au 2 du I de l’article 6 de la loi précitée, est :</p>\n<p>IONOS (1and1 Internet SARL)<br> 7, place de la Gare<br> BP 70109<br> 57201 Sarreguemines Cedex</p>\n<p>Aux termes de l\'article L 122-4 du Code de la Propriété Intellectuelle : Toute représentation ou reproduction intégrale ou partielle faite sans le consentement de l\'auteur ou de ses ayants droit ou ayants cause est illicite. Il en est de même pour la traduction, l\'adaptation ou la transformation, l\'arrangement ou la reproduction par un art ou un procédé quelconque.</p>\n<p>L\'ensemble des éléments composant ce site (noms, logos, textes, graphismes, photographies, images, nom de domaine, créations et œuvres protégées diverses, etc...) sont la propriété exclusive de .... et sont sujets à la législation françaises et internationales sur la propriété intellectuelle. Seule une utilisation à des fins strictement personnelles est autorisée.</p>\n<p>La reproduction de tout ou partie de ce site sur quelque support que ce soit est formellement interdite sauf autorisation expresse de .....</p>\n<p>Malgré tous les soins apportés à la réalisation de ce site et à son actualisation régulière, des erreurs peuvent s\'être glissées dans les informations et/ou documents présentés. Les utilisateurs du site procéderont donc à toutes vérifications utiles.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->", "MENTIONS LEGALES", "", "inherit", "closed", "closed", "", "55-revision-v1", "", "", "2021-10-25 12:27:00", "2021-10-25 12:27:00", "", "55", "https://apmabl.local/?p=213", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("214", "1", "2021-10-25 12:32:02", "2021-10-25 12:32:02", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" locked=\"off\" global_colors_info=\"{}\"]<h2>Come on In!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" text_text_color=\"#FFFFFF\" link_text_color=\"#FFFFFF\" link_font_size=\"17px\"]<p><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding=\"14px|||||\" sticky_enabled=\"0\" text_text_color=\"#FFFFFF\" link_text_color=\"#FFFFFF\"]<p><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></p>[/et_pb_text][et_pb_button button_text=\"View the Menu\" button_alignment=\"left\" admin_label=\"Texts\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#dca47d\" button_border_width=\"10px\" button_border_color=\"#dca47d\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Oswald|||on|\" button_use_icon=\"off\" custom_margin=\"|||\" button_border_color_hover=\"#c99872\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#c99872\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#c99872\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#c99872\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-25 12:32:02", "2021-10-25 12:32:02", "", "128", "https://apmabl.local/?p=214", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("216", "1", "2021-10-25 12:36:55", "2021-10-25 12:36:55", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL SYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" button_two_text=\"What Do We Do ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\" button_one_text=\"Who Are We ?\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Optimize Your Business Today!\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"2px\" header_line_height=\"2em\" body_font=\"Playfair Display|700||on|||||\" body_text_color=\"#000000\" body_font_size=\"38px\" body_line_height=\"1.4em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_use_icon=\"off\" custom_margin=\"-200px|||\" custom_padding=\"10%||10%|\" animation_style=\"flip\" animation_direction=\"left\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Get A Free Consultation\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-25 12:36:55", "2021-10-25 12:36:55", "", "5", "https://apmabl.local/?p=216", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("217", "1", "2021-10-25 12:38:52", "2021-10-25 12:38:52", "", "consultant-11", "", "inherit", "open", "closed", "", "consultant-11", "", "", "2021-10-25 12:38:52", "2021-10-25 12:38:52", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("220", "1", "2021-10-25 12:38:54", "2021-10-25 12:38:54", "", "business_01", "", "inherit", "open", "closed", "", "business_01", "", "", "2021-10-25 12:38:54", "2021-10-25 12:38:54", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/business_01.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("221", "1", "2021-10-25 12:38:54", "2021-10-25 12:38:54", "", "11-1", "", "inherit", "open", "closed", "", "11-1", "", "", "2021-10-25 12:38:54", "2021-10-25 12:38:54", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/11-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("223", "1", "2021-10-25 12:40:38", "2021-10-25 12:40:38", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|99px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/portrait-2.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"John Doe\" position=\"CEO\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.12.3\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula</p>\r[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/portrait-3.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jane Smith\" position=\"CTO\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.12.3\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula</p>\r[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://apmabl.local/wp-content/uploads/2021/10/business_01.jpg\" image_src=\"https://apmabl.local/wp-content/uploads/2021/10/11-1.jpg\" play_icon_color=\"#edbb5f\" _builder_version=\"3.0.99\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Features</h3>\r\n<h2>What We Do Best</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%267%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%285%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%134%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%175%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%276%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Who are We ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-25 12:40:38", "2021-10-25 12:40:38", "", "14", "https://apmabl.local/?p=223", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("224", "1", "2021-10-25 12:41:01", "2021-10-25 12:41:01", "[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-25 12:41:01", "2021-10-25 12:41:01", "", "16", "https://apmabl.local/?p=224", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("226", "1", "2021-10-25 12:45:25", "2021-10-25 12:45:25", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"]<p> <span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Statistics\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" max_width=\"550px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Proven Success</h3>\r\n<h2>The Numbers Don\'t Lie</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque. Donec auctor enim sed dictum semper. Integer id sem ut tortor scelerisque</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Revenue Inrease\" number=\"78%\" bar_bg_color=\"#edbb5f\" _builder_version=\"4.4.7\" title_font=\"Poppins|700||on|||||\" title_font_size=\"14px\" title_letter_spacing=\"1px\" title_line_height=\"2.4em\" number_font=\"Playfair Display|700|||||||\" number_text_color=\"#000000\" number_font_size=\"60px\" max_width_last_edited=\"off|desktop\" animation_style=\"zoom\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"30px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"REturn Users\" number=\"45\" bar_bg_color=\"#f3cd7e\" _builder_version=\"3.0.99\" title_font=\"Poppins|700||on|||||\" title_font_size=\"14px\" title_letter_spacing=\"1px\" title_line_height=\"2.4em\" number_font=\"Playfair Display|700|||||||\" number_text_color=\"#000000\" number_font_size=\"37px\" max_width=\"150px\" max_width_last_edited=\"off|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|99px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/portrait-2.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"John Doe\" position=\"CEO\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.12.3\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula</p>\r[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/portrait-3.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jane Smith\" position=\"CTO\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.12.3\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula</p>\r[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://apmabl.local/wp-content/uploads/2021/10/business_01.jpg\" image_src=\"https://apmabl.local/wp-content/uploads/2021/10/11-1.jpg\" play_icon_color=\"#edbb5f\" _builder_version=\"3.0.99\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Features</h3>\r\n<h2>What We Do Best</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%267%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%285%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%134%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%175%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%276%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-25 12:45:25", "2021-10-25 12:45:25", "", "16", "https://apmabl.local/?p=226", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("228", "1", "2021-10-25 12:47:26", "2021-10-25 12:47:26", "", "bicycles-1536111", "", "inherit", "open", "closed", "", "bicycles-1536111", "", "", "2021-10-25 12:47:26", "2021-10-25 12:47:26", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("229", "1", "2021-10-25 12:47:41", "2021-10-25 12:47:41", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\" title_text=\"bicycles-1536111\"]<p><span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Statistics\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" max_width=\"550px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Proven Success</h3>\r\n<h2>The Numbers Don\'t Lie</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque. Donec auctor enim sed dictum semper. Integer id sem ut tortor scelerisque</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Revenue Inrease\" number=\"78%\" bar_bg_color=\"#edbb5f\" _builder_version=\"4.4.7\" title_font=\"Poppins|700||on|||||\" title_font_size=\"14px\" title_letter_spacing=\"1px\" title_line_height=\"2.4em\" number_font=\"Playfair Display|700|||||||\" number_text_color=\"#000000\" number_font_size=\"60px\" max_width_last_edited=\"off|desktop\" animation_style=\"zoom\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"30px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"REturn Users\" number=\"45\" bar_bg_color=\"#f3cd7e\" _builder_version=\"3.0.99\" title_font=\"Poppins|700||on|||||\" title_font_size=\"14px\" title_letter_spacing=\"1px\" title_line_height=\"2.4em\" number_font=\"Playfair Display|700|||||||\" number_text_color=\"#000000\" number_font_size=\"37px\" max_width=\"150px\" max_width_last_edited=\"off|desktop\" animation_style=\"zoom\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|99px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/portrait-2.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"John Doe\" position=\"CEO\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.12.3\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula</p>\r[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/portrait-3.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jane Smith\" position=\"CTO\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.12.3\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Proin eget tortor risus. Vestibulum ac diam sit amet quam vehicula</p>\r[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://apmabl.local/wp-content/uploads/2021/10/business_01.jpg\" image_src=\"https://apmabl.local/wp-content/uploads/2021/10/11-1.jpg\" play_icon_color=\"#edbb5f\" _builder_version=\"3.0.99\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Features</h3>\r\n<h2>What We Do Best</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%267%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%285%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%134%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%175%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%276%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-25 12:47:41", "2021-10-25 12:47:41", "", "16", "https://apmabl.local/?p=229", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("231", "1", "2021-10-25 12:49:46", "2021-10-25 12:49:46", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\" title_text=\"bicycles-1536111\"]<p><span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-25 12:49:46", "2021-10-25 12:49:46", "", "16", "https://apmabl.local/?p=231", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("233", "1", "2021-10-25 13:23:43", "2021-10-25 13:23:43", "", "polylang_mo_8", "", "private", "closed", "closed", "", "polylang_mo_8", "", "", "2021-10-25 13:23:43", "2021-10-25 13:23:43", "", "0", "https://apmabl.local/?post_type=polylang_mo&p=233", "0", "polylang_mo", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("234", "1", "2021-10-25 13:42:19", "2021-10-25 13:42:19", "", "cycling, biking, traveling by bicycle, bicycle luggage", "Bicycle travel improves well-being, health and mood", "inherit", "open", "closed", "", "cycling-biking-traveling-by-bicycle-bicycle-luggage", "", "", "2021-10-25 13:42:19", "2021-10-25 13:42:19", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/cycling-biking-traveling-by-bicycle-bicycle-luggage-1636387.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("235", "1", "2021-10-25 13:42:31", "2021-10-25 13:42:31", "", "bike-next-to-a-wall-1153454", "", "inherit", "open", "closed", "", "bike-next-to-a-wall-1153454", "", "", "2021-10-25 13:42:31", "2021-10-25 13:42:31", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/bike-next-to-a-wall-1153454.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("236", "1", "2021-10-25 13:42:41", "2021-10-25 13:42:41", "", "bicycles-1536111", "", "inherit", "open", "closed", "", "bicycles-1536111-2", "", "", "2021-10-25 13:42:41", "2021-10-25 13:42:41", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("237", "1", "2021-10-25 13:42:43", "2021-10-25 13:42:43", "", "cycle-in-the-railway-yard-1577908", "", "inherit", "open", "closed", "", "cycle-in-the-railway-yard-1577908-2", "", "", "2021-10-25 13:42:43", "2021-10-25 13:42:43", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("238", "1", "2021-10-25 13:43:10", "2021-10-25 13:43:10", "", "1506 JOURNEE ARGON18 (5)", "", "inherit", "open", "closed", "", "1506-journee-argon18-5", "", "", "2021-10-25 13:43:10", "2021-10-25 13:43:10", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/1506-JOURNEE-ARGON18-5.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("239", "1", "2021-10-25 13:43:12", "2021-10-25 13:43:12", "", "1404 Titan Desert (9)", "", "inherit", "open", "closed", "", "1404-titan-desert-9", "", "", "2021-10-25 13:43:12", "2021-10-25 13:43:12", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-9.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("240", "1", "2021-10-25 13:43:15", "2021-10-25 13:43:15", "", "1404 Titan Desert (47)", "", "inherit", "open", "closed", "", "1404-titan-desert-47", "", "", "2021-10-25 13:43:15", "2021-10-25 13:43:15", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-47.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("241", "1", "2021-10-25 13:43:21", "2021-10-25 13:43:21", "", "1404 Titan Desert (3)", "", "inherit", "open", "closed", "", "1404-titan-desert-3", "", "", "2021-10-25 13:43:21", "2021-10-25 13:43:21", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-3.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("242", "1", "2021-10-25 13:43:35", "2021-10-25 13:43:35", "", "1404 Titan Desert (188)", "", "inherit", "open", "closed", "", "1404-titan-desert-188", "", "", "2021-10-25 13:43:35", "2021-10-25 13:43:35", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-188.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("243", "1", "2021-10-25 13:44:05", "2021-10-25 13:44:05", "", "1404 Titan Desert (191)", "", "inherit", "open", "closed", "", "1404-titan-desert-191", "", "", "2021-10-25 13:44:05", "2021-10-25 13:44:05", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-191.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("244", "1", "2021-10-25 13:44:16", "2021-10-25 13:44:16", "", "1404 Titan Desert (285)", "", "inherit", "open", "closed", "", "1404-titan-desert-285", "", "", "2021-10-25 13:44:16", "2021-10-25 13:44:16", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-285.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("245", "1", "2021-10-25 13:44:30", "2021-10-25 13:44:30", "", "1404 Titan Desert (238)", "", "inherit", "open", "closed", "", "1404-titan-desert-238", "", "", "2021-10-25 13:44:30", "2021-10-25 13:44:30", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-238.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("246", "1", "2021-10-25 13:44:38", "2021-10-25 13:44:38", "", "0904 Sardinia Final Stage", "", "inherit", "open", "closed", "", "0904-sardinia-final-stage", "", "", "2021-10-25 13:44:38", "2021-10-25 13:44:38", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("247", "1", "2021-10-25 13:44:47", "2021-10-25 13:44:47", "", "0708 Grand Raid 14", "", "inherit", "open", "closed", "", "0708-grand-raid-14", "", "", "2021-10-25 13:44:47", "2021-10-25 13:44:47", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/0708-Grand-Raid-14.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("248", "1", "2021-10-25 13:44:55", "2021-10-25 13:44:55", "", "0204 Grand Bec 1", "", "inherit", "open", "closed", "", "0204-grand-bec-1", "", "", "2021-10-25 13:44:55", "2021-10-25 13:44:55", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/0204-Grand-Bec-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("255", "1", "2021-10-25 13:58:29", "2021-10-25 13:58:29", "", "Presse-papier01", "", "inherit", "open", "closed", "", "presse-papier01", "", "", "2021-10-25 13:58:29", "2021-10-25 13:58:29", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("256", "1", "2021-10-25 14:04:11", "2021-10-25 14:04:11", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|99px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Presse-papier01\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Mike WILSON\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" hover_enabled=\"0\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\" sticky_enabled=\"0\"]<p>Over 20 years experience in the French and European market from founding and managing one of the most successful sports distribution companies in France.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/portrait-3.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sarah BAIN\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" hover_enabled=\"0\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\" sticky_enabled=\"0\"]<p>15 years managing marketing and communicatiosn teams for major sports brands in France</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://apmabl.local/wp-content/uploads/2021/10/business_01.jpg\" image_src=\"https://apmabl.local/wp-content/uploads/2021/10/11-1.jpg\" play_icon_color=\"#edbb5f\" _builder_version=\"3.0.99\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Features</h3>\r\n<h2>What We Do Best</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%267%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%285%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%134%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%175%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%276%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Who are We ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-25 14:04:11", "2021-10-25 14:04:11", "", "14", "https://apmabl.local/?p=256", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("257", "1", "2021-10-25 14:06:52", "2021-10-25 14:06:52", "[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-25 14:06:52", "2021-10-25 14:06:52", "", "7", "https://apmabl.local/?p=257", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("258", "1", "2021-10-25 14:07:30", "2021-10-25 14:07:30", "", "consultant-06", "", "inherit", "open", "closed", "", "consultant-06", "", "", "2021-10-25 14:07:30", "2021-10-25 14:07:30", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/consultant-06.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("259", "1", "2021-10-25 14:07:32", "2021-10-25 14:07:32", "", "laptop", "", "inherit", "open", "closed", "", "laptop", "", "", "2021-10-25 14:07:32", "2021-10-25 14:07:32", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/laptop.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("261", "1", "2021-10-25 14:10:06", "2021-10-25 14:10:06", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" title_text=\"0904 Sardinia Final Stage\" sticky_enabled=\"0\"]<p>Don\'t just take our word for it, see what our partners and clienst say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Intro</h3>\r\n<h2>How We Increased Online Sales by Over 2000% In Less Than a Year</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque. Donec auctor enim sed dictum semper. Integer id sem ut tortor scelerisque luctus. Etiam tortor eros</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/laptop.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-25 14:10:06", "2021-10-25 14:10:06", "", "7", "https://apmabl.local/?p=261", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("263", "1", "2021-10-25 14:13:14", "2021-10-25 14:13:14", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" title_text=\"0904 Sardinia Final Stage\" sticky_enabled=\"0\"]<p>Don\'t just take our word for it, see what our partners and clienst say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO</h3>\n<h2>Very Professional, Reliable and Diligent</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/laptop.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-25 14:13:14", "2021-10-25 14:13:14", "", "7", "https://apmabl.local/?p=263", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("265", "1", "2021-10-25 14:18:35", "2021-10-25 14:18:35", "<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" title_text=\"0904 Sardinia Final Stage\" sticky_enabled=\"0\"]<p>Don\'t just take our word for it, see what our partners and clienst say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO</h3>\n<h2>Very Professional, Reliable and Diligent</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/laptop.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-25 14:18:35", "2021-10-25 14:18:35", "", "7", "https://apmabl.local/?p=265", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("266", "1", "2021-10-25 14:23:49", "2021-10-25 14:23:49", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p>Don\'t just take our word for it, see what our partners and clienst say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO</h3>\n<h2>Very Professional, Reliable and Diligent</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"istockphoto_499147276-170667a\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-25 14:23:49", "2021-10-25 14:23:49", "", "7", "https://apmabl.local/?p=266", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("268", "1", "2021-10-25 14:29:19", "2021-10-25 14:29:19", "", "98-05 Mike with Maxim bottle", "", "inherit", "open", "closed", "", "98-05-mike-with-maxim-bottle", "", "", "2021-10-25 14:29:19", "2021-10-25 14:29:19", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("269", "1", "2021-10-25 14:36:21", "2021-10-25 14:36:21", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p>Don\'t just take our word for it, see what our partners and clienst say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO (MARKETING DIRECTOR ROHAN)</h3>\n<h2>Very Professional, Reliable and Diligent</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"istockphoto_499147276-170667a\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>STEVE JENNINGS (FOUNDING PARTNER VIVERO)</h3>\n<h2>Provided crucial retailer feedback and consumer insights</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">Michael was instrumental in enabling my company Maxim Sports Nutrition to realise its full potential. Michael successfully launched and established Maxim in the French market. His diligent approach provided crucial retailer feedback and consumer insights. This enabled us to improve the existing products, and develop a strong product innovation pipeline. Michael is detail driven, highly dependable, he always works towards delivering actionable and measurable business growth outcomes. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"98-05 Mike with Maxim bottle\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Philippe MOITY (CEO KINOMAP)</h3>\n<h2>Real Expertise in the cycling/sport industry</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\"><span class=\"lt-line-clamp__line\">Mike is indeed a great professional with a real expertise in the</span> <span class=\"lt-line-clamp__line\">cyling/sport industry, able to manage opportunities and partners</span> <span class=\"lt-line-clamp__line\">both technically and commercially. I strongly recommend him and</span> <span class=\"lt-line-clamp__line lt-line-clamp__line--last\"> expect to work with him again in a near future.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"98-05 Mike with Maxim bottle\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-25 14:36:21", "2021-10-25 14:36:21", "", "7", "https://apmabl.local/?p=269", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("273", "1", "2021-10-25 14:51:07", "2021-10-25 14:51:07", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"HOW DO WE DO IT ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0708-Grand-Raid-14-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"617.8px\" custom_margin=\"|||\" custom_padding=\"0%||260px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p><span class=\"fontstyle0\">We take time to understand fully your business, know your team, learn your brand story and strategy, identify your USP and define your needs.</span></p>\n<ul>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">We work closely with your senior management team and key staff to prepare your expansion strategy</span></li>\n<li><span class=\"fontstyle0\">We select the best markets, regions and partners which fit your brand offering.</span></li>\n<li><span class=\"fontstyle0\">We have an omni-channel approach with a strong focus on B2C, but also working with Pure Players, Key Accounts, and independant bricks and mortar outlets.</span></li>\n<li><span class=\"fontstyle0\">We engage with retailers but also with media partners and web-based communication platforms and ambassadors to get your brand known.<br /></span></li>\n<li><span class=\"fontstyle0\">We adapt to your needs and requirements : no two companies are the same so we tailor our offer to ensure you achieve your full potential</span></li>\n</ul>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"-1px|||||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"-2px|auto||auto||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> YOUR BRAND = YOUR STRATEGY</h3>\n<p>Whilst we have an advisory role, we do not impose our strategy but work with you to apply and adapy your strategy to our markets.</p>\n<p> </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> OMNI-CHANNEL</h3>\n<p>A buzz word often used and a strategy we believe in, but some brands have a more selective approach and we adapt our services to your needs and desires</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> COMMUNICATION</h3>\n<p>A key part of any brand\'s strategy is the marketing and communication and with our experience in this domain we can help your brand get the exposure it needs.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "How Do We Do It ?", "", "publish", "closed", "closed", "", "how-do-we-do-it", "", "", "2021-10-30 16:54:23", "2021-10-30 16:54:23", "", "0", "https://apmabl.local/?page_id=273", "0", "page", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("274", "1", "2021-10-25 14:47:48", "2021-10-25 14:47:48", "<!-- wp:divi/placeholder /-->", "How Do We Do It ?", "", "inherit", "closed", "closed", "", "273-revision-v1", "", "", "2021-10-25 14:47:48", "2021-10-25 14:47:48", "", "273", "https://apmabl.local/?p=274", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("276", "1", "2021-10-25 14:51:07", "2021-10-25 14:51:07", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"HOW DO WE DO IT ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"]<p><span class=\"fontstyle0\">We take time to understand fully your business, know your team, learn your brand<br />story and strategy, identify your USP and define your needs.</span></p>\n<ul>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">We work closely with your senior management team and key staff to prepare your expansion strategy</span></li>\n<li><span class=\"fontstyle0\">We select the best markets, regions and partners which fit your brand offering.</span></li>\n<li><span class=\"fontstyle0\">We have an omni-channel approach with a strong focus on B2C, but also working with Pure Players, Key Accounts, and independant bricks and mortar outlets.</span></li>\n<li><span class=\"fontstyle0\">We adapt to your needs and requirements : no two companies are the same so we tailor our offer to ensure you achieve your full potential</span></li>\n</ul>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "How Do We Do It ?", "", "inherit", "closed", "closed", "", "273-revision-v1", "", "", "2021-10-25 14:51:07", "2021-10-25 14:51:07", "", "273", "https://apmabl.local/?p=276", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("277", "1", "2021-10-25 14:53:45", "2021-10-25 14:53:45", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"HOW DO WE DO IT ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0708-Grand-Raid-14-scaled.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\" title_text=\"0708 Grand Raid 14\"]<p><span class=\"fontstyle0\">We take time to understand fully your business, know your team, learn your brand<br />story and strategy, identify your USP and define your needs.</span></p>\n<ul>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">We work closely with your senior management team and key staff to prepare your expansion strategy</span></li>\n<li><span class=\"fontstyle0\">We select the best markets, regions and partners which fit your brand offering.</span></li>\n<li><span class=\"fontstyle0\">We have an omni-channel approach with a strong focus on B2C, but also working with Pure Players, Key Accounts, and independant bricks and mortar outlets.</span></li>\n<li><span class=\"fontstyle0\">We adapt to your needs and requirements : no two companies are the same so we tailor our offer to ensure you achieve your full potential</span></li>\n</ul>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "How Do We Do It ?", "", "inherit", "closed", "closed", "", "273-revision-v1", "", "", "2021-10-25 14:53:45", "2021-10-25 14:53:45", "", "273", "https://apmabl.local/?p=277", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("278", "1", "2021-10-25 14:55:49", "2021-10-25 14:55:49", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"DON\'T JUST THINK : ACT !\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-285-scaled.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||242px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"] \n<p style=\"text-align: left;\"><span class=\"fontstyle0\">We have decades of experience in European import, distribution and retail, but we do not content ourselves with spending all our time in the office preparing reports and making presentations.\nWe are dynamic and pro-active, getting out on the road visiting retailers, pure players and attending trade shows and events to ensure we achieve your goals. The market is evolving rapidly and we need to be on the ground to ensure we understand its complexities.\nWith close contacts with almost all the key accounts across France, knowledge of all the key EU players and distribution / agency contacts in most countries across the EU we are perfectly placed to get you noticed.</span></p>\n<p style=\"text-align: left;\"><span class=\"fontstyle0\"></span><span class=\"fontstyle0\" style=\"color: #e09900; font-size: 14pt;\">We love a challenge : Let us accelerate your brand and participate in your success with our expertise</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"-155px|||||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> KEY ACCOUNTS</h3>\n<p>We know how these accounts work and do business in France and Europe, but more importantly we have direct contacts with the key buyers.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> RETAILERS</h3>\n<p>Our years of experience allow us to quickly identify the key retailers who are best placed for your brand.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> ON THE ROAD</h3>\n<p>Present at all the major trade shows and key events, we understand the market, its players but also the consumers</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "DON\'T JUST THINK", "", "publish", "closed", "closed", "", "dont-just-think", "", "", "2021-10-30 16:54:20", "2021-10-30 16:54:20", "", "0", "https://apmabl.local/?page_id=278", "0", "page", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("279", "1", "2021-10-25 14:54:30", "2021-10-25 14:54:30", "<!-- wp:divi/placeholder /-->", "DON\'T JUST THINK", "", "inherit", "closed", "closed", "", "278-revision-v1", "", "", "2021-10-25 14:54:30", "2021-10-25 14:54:30", "", "278", "https://apmabl.local/?p=279", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("281", "1", "2021-10-25 14:55:49", "2021-10-25 14:55:49", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"DON\'T JUST THINK : ACT !\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0708-Grand-Raid-14-scaled.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> </p>\n<p> <span class=\"fontstyle0\">We have decades of experience in European import, distribution and retail, but we do not content ourselves with spending all our time in the office preparing reports and making presentations.<br />We are dynamic and pro-active, getting out on the road visiting retailers, pure players and attending trade shows and events to ensure we achieve your goals. The market is evolving rapidly and we need to be on the ground to ensure we understand its complexities.<br />With close contacts with almost all the key accounts across France, knowledge of all the key EU players and distribution / agency contacts in most countries across the EU we are perfectly placed to get you noticed.<br /></span><span class=\"fontstyle0\" style=\"color: #c00000; font-size: 14pt;\">We love a challenge : Let us accelerate your brand and participate in your success with our expertise</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "DON\'T JUST THINK", "", "inherit", "closed", "closed", "", "278-revision-v1", "", "", "2021-10-25 14:55:49", "2021-10-25 14:55:49", "", "278", "https://apmabl.local/?p=281", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("283", "1", "2021-10-25 14:57:04", "2021-10-25 14:57:04", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"DON\'T JUST THINK : ACT !\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-285-scaled.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" title_text=\"1404 Titan Desert (285)\" sticky_enabled=\"0\"]<p> </p>\n<p style=\"text-align: left;\">\n<p style=\"text-align: left;\"><span class=\"fontstyle0\">We have decades of experience in European import, distribution and retail, but we do not content ourselves with spending all our time in the office preparing reports and making presentations.<br />We are dynamic and pro-active, getting out on the road visiting retailers, pure players and attending trade shows and events to ensure we achieve your goals. The market is evolving rapidly and we need to be on the ground to ensure we understand its complexities.<br />With close contacts with almost all the key accounts across France, knowledge of all the key EU players and distribution / agency contacts in most countries across the EU we are perfectly placed to get you noticed.</span></p>\n<p style=\"text-align: left;\"><span class=\"fontstyle0\"></span><span class=\"fontstyle0\" style=\"color: #c00000; font-size: 14pt;\">We love a challenge : Let us accelerate your brand and participate in your success with our expertise</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "DON\'T JUST THINK", "", "inherit", "closed", "closed", "", "278-revision-v1", "", "", "2021-10-25 14:57:04", "2021-10-25 14:57:04", "", "278", "https://apmabl.local/?p=283", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("284", "1", "2021-10-26 07:38:42", "2021-10-26 07:38:42", "", "IMG_20200921_182837", "", "inherit", "open", "closed", "", "img_20200921_182837", "", "", "2021-10-26 07:38:42", "2021-10-26 07:38:42", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/IMG_20200921_182837.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("286", "1", "2021-10-26 07:39:31", "2021-10-26 07:39:31", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p>Don\'t just take our word for it, see what our partners and clienst say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO (MARKETING DIRECTOR ROHAN)</h3>\n<h2>Very Professional, Reliable and Diligent</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" title_text=\"istockphoto_499147276-170667a\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>STEVE JENNINGS (FOUNDING PARTNER VIVERO)</h3>\n<h2>Provided crucial retailer feedback and consumer insights</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">Michael was instrumental in enabling my company Maxim Sports Nutrition to realise its full potential. Michael successfully launched and established Maxim in the French market. His diligent approach provided crucial retailer feedback and consumer insights. This enabled us to improve the existing products, and develop a strong product innovation pipeline. Michael is detail driven, highly dependable, he always works towards delivering actionable and measurable business growth outcomes. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Philippe MOITY (CEO KINOMAP)</h3>\n<h2>Real Expertise in the cycling/sport industry</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\"><span class=\"lt-line-clamp__line\">Mike is indeed a great professional with a real expertise in the</span> <span class=\"lt-line-clamp__line\">cyling/sport industry, able to manage opportunities and partners</span> <span class=\"lt-line-clamp__line\">both technically and commercially. I strongly recommend him and</span> <span class=\"lt-line-clamp__line lt-line-clamp__line--last\"> expect to work with him again in a near future.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/IMG_20200921_182837-scaled.jpg\" title_text=\"IMG_20200921_182837\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-26 07:39:31", "2021-10-26 07:39:31", "", "7", "https://apmabl.local/?p=286", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("287", "1", "2021-10-26 08:33:03", "2021-10-26 08:33:03", "", "IMG_5579", "", "inherit", "open", "closed", "", "img_5579", "", "", "2021-10-26 08:33:03", "2021-10-26 08:33:03", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/IMG_5579.png", "0", "attachment", "image/png", "0"); INSERT INTO `pMmibiwXposts` VALUES("288", "1", "2021-10-26 08:33:13", "2021-10-26 08:33:13", "", "Photo1", "", "inherit", "open", "closed", "", "photo1", "", "", "2021-10-26 08:33:13", "2021-10-26 08:33:13", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Photo1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("290", "1", "2021-10-26 10:07:19", "2021-10-26 10:07:19", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p>Don\'t just take our word for it, see what our partners and clients say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO (MARKETING DIRECTOR ROHAN)</h3>\n<h2>Very Professional, Reliable and Diligent</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" title_text=\"istockphoto_499147276-170667a\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>STEVE JENNINGS (FOUNDING PARTNER VIVERO)</h3>\n<h2>Provided crucial retailer feedback and consumer insights</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">Michael was instrumental in enabling my company Maxim Sports Nutrition to realise its full potential. Michael successfully launched and established Maxim in the French market. His diligent approach provided crucial retailer feedback and consumer insights. This enabled us to improve the existing products, and develop a strong product innovation pipeline. Michael is detail driven, highly dependable, he always works towards delivering actionable and measurable business growth outcomes. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Philippe MOITY (CEO KINOMAP)</h3>\n<h2>Real Expertise in the cycling/sport industry</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\"><span class=\"lt-line-clamp__line\">Mike is indeed a great professional with a real expertise in the</span> <span class=\"lt-line-clamp__line\">cyling/sport industry, able to manage opportunities and partners</span> <span class=\"lt-line-clamp__line\">both technically and commercially. I strongly recommend him and</span> <span class=\"lt-line-clamp__line lt-line-clamp__line--last\"> expect to work with him again in a near future.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Photo1-scaled.jpg\" title_text=\"Photo1\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-26 10:07:19", "2021-10-26 10:07:19", "", "7", "https://apmabl.local/?p=290", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("291", "1", "2021-10-26 10:08:06", "2021-10-26 10:08:06", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About US\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p><span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-26 10:08:06", "2021-10-26 10:08:06", "", "16", "https://apmabl.local/?p=291", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("292", "1", "2021-10-26 10:08:47", "2021-10-26 10:08:47", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"MEET THE TEAM\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|99px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg\" title_text=\"Presse-papier01\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Mike WILSON\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Over 20 years experience in the French and European market from founding and managing one of the most successful sports distribution companies in France.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/portrait-3.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sarah BAIN\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>15 years managing marketing and communicatiosn teams for major sports brands in France</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://apmabl.local/wp-content/uploads/2021/10/business_01.jpg\" image_src=\"https://apmabl.local/wp-content/uploads/2021/10/11-1.jpg\" play_icon_color=\"#edbb5f\" _builder_version=\"3.0.99\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Features</h3>\r\n<h2>What We Do Best</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%267%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%285%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%134%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%175%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%276%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Who are We ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-26 10:08:47", "2021-10-26 10:08:47", "", "14", "https://apmabl.local/?p=292", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("294", "1", "2021-10-26 10:16:41", "2021-10-26 10:16:41", "", "Presse-papier01", "", "inherit", "open", "closed", "", "presse-papier01-2", "", "", "2021-10-26 10:16:41", "2021-10-26 10:16:41", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("295", "1", "2021-10-26 10:17:50", "2021-10-26 10:17:50", "", "Presse-papier02", "", "inherit", "open", "closed", "", "presse-papier02", "", "", "2021-10-26 10:17:50", "2021-10-26 10:17:50", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Presse-papier02.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("296", "1", "2021-10-26 10:19:42", "2021-10-26 10:19:42", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"MEET THE TEAM\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|99px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg\" title_text=\"Presse-papier01\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Mike WILSON\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Over 20 years experience in the French and European market from founding and managing one of the most successful sports distribution companies in France.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01-1.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Presse-papier01\" width=\"100%\" height=\"236px\" align=\"center\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sarah BAIN\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>15 years managing marketing and communicatiosn teams for major sports brands in France</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://apmabl.local/wp-content/uploads/2021/10/business_01.jpg\" image_src=\"https://apmabl.local/wp-content/uploads/2021/10/11-1.jpg\" play_icon_color=\"#edbb5f\" _builder_version=\"3.0.99\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"3.22\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Features</h3>\r\n<h2>What We Do Best</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%267%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%285%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%134%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%175%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.99\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lorem Ipsum Dolor\" use_icon=\"on\" font_icon=\"%%276%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#edbb5f\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"3.0.98\" header_font=\"Poppins|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_letter_spacing=\"1px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"30%\" animation=\"off\" border_style_all=\"dashed\" locked=\"off\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, adipiscing elit. Curabitur arcu erat,</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Who are We ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-26 10:19:42", "2021-10-26 10:19:42", "", "14", "https://apmabl.local/?p=296", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("298", "1", "2021-10-26 10:40:35", "2021-10-26 10:38:29", "", "DON’T JUST THINK", "", "publish", "closed", "closed", "", "dont-just-think", "", "", "2021-10-26 10:40:35", "2021-10-26 10:40:35", "", "0", "https://apmabl.local/?p=298", "5", "nav_menu_item", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("299", "1", "2021-10-26 10:39:57", "2021-10-26 10:39:57", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"HOW DO WE DO IT ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0708-Grand-Raid-14-scaled.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p><span class=\"fontstyle0\">We take time to understand fully your business, know your team, learn your brand<br />story and strategy, identify your USP and define your needs.</span></p>\n<ul>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">We work closely with your senior management team and key staff to prepare your expansion strategy</span></li>\n<li><span class=\"fontstyle0\">We select the best markets, regions and partners which fit your brand offering.</span></li>\n<li><span class=\"fontstyle0\">We have an omni-channel approach with a strong focus on B2C, but also working with Pure Players, Key Accounts, and independant bricks and mortar outlets.</span></li>\n<li><span class=\"fontstyle0\">We adapt to your needs and requirements : no two companies are the same so we tailor our offer to ensure you achieve your full potential</span></li>\n</ul>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "How Do We Do It ?", "", "inherit", "closed", "closed", "", "273-revision-v1", "", "", "2021-10-26 10:39:57", "2021-10-26 10:39:57", "", "273", "https://apmabl.local/?p=299", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("300", "1", "2021-10-26 10:40:35", "2021-10-26 10:40:35", " ", "", "", "publish", "closed", "closed", "", "300", "", "", "2021-10-26 10:40:35", "2021-10-26 10:40:35", "", "0", "https://apmabl.local/?p=300", "4", "nav_menu_item", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("303", "1", "2021-10-30 13:39:22", "2021-10-30 13:39:22", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p>Don\'t just take our word for it, see what our partners and clients say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO (MARKETING DIRECTOR ROHAN)</h3>\n<h2>Very Professional, Reliable and Diligent ...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" title_text=\"istockphoto_499147276-170667a\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>CLAUDE LEBLOND (CONSULTANT)</h3>\n<h2><span class=\"lt-line-clamp__raw-line\">Very creative in his approach ... visionary ...<br /></span></h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Mike while I was VP for global sales at Argon18 bikes. During this time, I found Mike to have great insight into the cycling market in both France and across Europe in general. He was professional, diligent, and fully committed to the brands he represented. His passion for the business was a real advantage allowing him to seek out new opportunities and develop our brand significantly. Mike is very creative in his approach and has a \'\'think out of the box\'\' thinking. He is also visionary and possesses a good feel for what is going to be the next trend. Mike is also resourceful in terms of contacts. I would highly recommend him for any brand looking to increase its market penetration in Europe and France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MIKE STOREY (DIRECTOR OF SALES, ZONE3)</h3>\n<h2>A consumate professional with an in depth knowledge...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I have had the good fortune of working with Mike while I have managed two brands in the French market. A consumate professional with a in depth knowledege of the French cycle / outdoor / sports markets, Mike was an exceptional partner for me in this 8 year period. I would highly reccoemend him to other brands looking to understand and achieve their potential in France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>STEVE JENNINGS (FOUNDING PARTNER VIVERO)</h3>\n<h2>Provided crucial retailer feedback and consumer insights...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">Michael was instrumental in enabling my company Maxim Sports Nutrition to realise its full potential. Michael successfully launched and established Maxim in the French market. His diligent approach provided crucial retailer feedback and consumer insights. This enabled us to improve the existing products, and develop a strong product innovation pipeline. Michael is detail driven, highly dependable, he always works towards delivering actionable and measurable business growth outcomes. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Philippe MOITY (CEO KINOMAP)</h3>\n<h2>Real Expertise in the cycling/sport industry...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\"><span class=\"lt-line-clamp__line\">Mike is indeed a great professional with a real expertise in the</span> <span class=\"lt-line-clamp__line\">cyling/sport industry, able to manage opportunities and partners</span> <span class=\"lt-line-clamp__line\">both technically and commercially. I strongly recommend him and</span> <span class=\"lt-line-clamp__line lt-line-clamp__line--last\"> expect to work with him again in a near future.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Photo1-scaled.jpg\" title_text=\"Photo1\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-30 13:39:22", "2021-10-30 13:39:22", "", "7", "https://apmabl.local/?p=303", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("305", "1", "2021-10-30 13:42:46", "2021-10-30 13:42:46", "", "2019-02-11_GOPH8623", "", "inherit", "open", "closed", "", "2019-02-11_goph8623", "", "", "2021-10-30 13:42:46", "2021-10-30 13:42:46", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/2019-02-11_GOPH8623.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("306", "1", "2021-10-30 13:42:56", "2021-10-30 13:42:56", "", "2019-03-11_GOPH5818", "", "inherit", "open", "closed", "", "2019-03-11_goph5818", "", "", "2021-10-30 13:42:56", "2021-10-30 13:42:56", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/2019-03-11_GOPH5818.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("307", "1", "2021-10-30 13:42:58", "2021-10-30 13:42:58", "", "2019-03-12_GOPH7516", "", "inherit", "open", "closed", "", "2019-03-12_goph7516", "", "", "2021-10-30 13:42:58", "2021-10-30 13:42:58", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/2019-03-12_GOPH7516.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("308", "1", "2021-10-30 13:43:01", "2021-10-30 13:43:01", "", "2019-03-16_GOPH0312", "", "inherit", "open", "closed", "", "2019-03-16_goph0312", "", "", "2021-10-30 13:43:01", "2021-10-30 13:43:01", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/2019-03-16_GOPH0312.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("309", "1", "2021-10-30 13:43:03", "2021-10-30 13:43:03", "", "Astana-Argon-18-bike", "", "inherit", "open", "closed", "", "astana-argon-18-bike", "", "", "2021-10-30 13:43:03", "2021-10-30 13:43:03", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Astana-Argon-18-bike.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("310", "1", "2021-10-30 13:43:04", "2021-10-30 13:43:04", "", "Bora-a18", "", "inherit", "open", "closed", "", "bora-a18", "", "", "2021-10-30 13:43:04", "2021-10-30 13:43:04", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Bora-a18.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("311", "1", "2021-10-30 13:43:11", "2021-10-30 13:43:11", "", "ND-270618033", "", "inherit", "open", "closed", "", "nd-270618033", "", "", "2021-10-30 13:43:11", "2021-10-30 13:43:11", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/ND-270618033.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("312", "1", "2021-10-30 13:43:25", "2021-10-30 13:43:25", "", "ND-270618034", "", "inherit", "open", "closed", "", "nd-270618034", "", "", "2021-10-30 13:43:25", "2021-10-30 13:43:25", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/ND-270618034.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("313", "1", "2021-10-30 13:43:44", "2021-10-30 13:43:44", "", "Men\'s Vanquish Wetsuit lifestyle (3)", "", "inherit", "open", "closed", "", "mens-vanquish-wetsuit-lifestyle-3", "", "", "2021-10-30 13:43:44", "2021-10-30 13:43:44", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Mens-Vanquish-Wetsuit-lifestyle-3.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("314", "1", "2021-10-30 13:43:49", "2021-10-30 13:43:49", "", "Zone3 Lanzarote November 2017", "Zone3 Lanzarote November 2017", "inherit", "open", "closed", "", "zone3-lanzarote-november-2017", "", "", "2021-10-30 13:43:49", "2021-10-30 13:43:49", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Vanquish-Wetsuit-9.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("315", "1", "2021-10-30 13:43:50", "2021-10-30 13:43:50", "", "Zone3 Lanzarote November 2017", "Zone3 Lanzarote November 2017", "inherit", "open", "closed", "", "zone3-lanzarote-november-2017-2", "", "", "2021-10-30 13:43:50", "2021-10-30 13:43:50", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Wetsuit-Group-6.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("316", "1", "2021-10-30 13:43:52", "2021-10-30 13:43:52", "", "Zone3 Men\'s Victory D - Lifestyle", "", "inherit", "open", "closed", "", "zone3-mens-victory-d-lifestyle", "", "", "2021-10-30 13:43:52", "2021-10-30 13:43:52", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Zone3-Mens-Victory-D-Lifestyle.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("317", "1", "2021-10-30 13:44:21", "2021-10-30 13:44:21", "", "Men\'s Vanquish Wetsuit lifestyle (1)", "", "inherit", "open", "closed", "", "mens-vanquish-wetsuit-lifestyle-1", "", "", "2021-10-30 13:44:21", "2021-10-30 13:44:21", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Mens-Vanquish-Wetsuit-lifestyle-1.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("318", "1", "2021-10-30 13:44:25", "2021-10-30 13:44:25", "", "Zone3 Lanzarote November 2017", "Zone3 Lanzarote November 2017", "inherit", "open", "closed", "", "zone3-lanzarote-november-2017-3", "", "", "2021-10-30 13:44:25", "2021-10-30 13:44:25", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Wetsuit-Group.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("319", "1", "2021-10-30 13:44:27", "2021-10-30 13:44:27", "", "Women\'s Vanquish Wetsuit Lifestyle (7)", "", "inherit", "open", "closed", "", "womens-vanquish-wetsuit-lifestyle-7", "", "", "2021-10-30 13:44:27", "2021-10-30 13:44:27", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Womens-Vanquish-Wetsuit-Lifestyle-7.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("320", "1", "2021-10-30 13:44:32", "2021-10-30 13:44:32", "", "Women\'s Vanquish Wetsuit Lifestyle (10)", "", "inherit", "open", "closed", "", "womens-vanquish-wetsuit-lifestyle-10", "", "", "2021-10-30 13:44:32", "2021-10-30 13:44:32", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Womens-Vanquish-Wetsuit-Lifestyle-10.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("321", "1", "2021-10-30 13:44:43", "2021-10-30 13:44:43", "", "Women\'s Vanquish Wetsuit Lifestyle (11)", "", "inherit", "open", "closed", "", "womens-vanquish-wetsuit-lifestyle-11", "", "", "2021-10-30 13:44:43", "2021-10-30 13:44:43", "", "0", "https://apmabl.local/wp-content/uploads/2021/10/Womens-Vanquish-Wetsuit-Lifestyle-11.jpg", "0", "attachment", "image/jpeg", "0"); INSERT INTO `pMmibiwXposts` VALUES("322", "1", "2021-10-30 13:45:36", "2021-10-30 13:45:36", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||8%|\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p>Don\'t just take our word for it, see what our partners and clients say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO (MARKETING DIRECTOR ROHAN)</h3>\n<h2>Very Professional, Reliable and Diligent ...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" title_text=\"istockphoto_499147276-170667a\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>CLAUDE LEBLOND (CONSULTANT)</h3>\n<h2><span class=\"lt-line-clamp__raw-line\">Very creative in his approach ... visionary ...<br /></span></h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Mike while I was VP for global sales at Argon18 bikes. During this time, I found Mike to have great insight into the cycling market in both France and across Europe in general. He was professional, diligent, and fully committed to the brands he represented. His passion for the business was a real advantage allowing him to seek out new opportunities and develop our brand significantly. Mike is very creative in his approach and has a \'\'think out of the box\'\' thinking. He is also visionary and possesses a good feel for what is going to be the next trend. Mike is also resourceful in terms of contacts. I would highly recommend him for any brand looking to increase its market penetration in Europe and France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/2019-03-16_GOPH0312.jpg\" title_text=\"2019-03-16_GOPH0312\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MIKE STOREY (DIRECTOR OF SALES, ZONE3)</h3>\n<h2>A consumate professional with an in depth knowledge...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I have had the good fortune of working with Mike while I have managed two brands in the French market. A consumate professional with a in depth knowledege of the French cycle / outdoor / sports markets, Mike was an exceptional partner for me in this 8 year period. I would highly reccoemend him to other brands looking to understand and achieve their potential in France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Zone3-Mens-Victory-D-Lifestyle.jpg\" title_text=\"Zone3 Men\'s Victory D - Lifestyle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>STEVE JENNINGS (FOUNDING PARTNER VIVERO)</h3>\n<h2>Provided crucial retailer feedback and consumer insights...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">Michael was instrumental in enabling my company Maxim Sports Nutrition to realise its full potential. Michael successfully launched and established Maxim in the French market. His diligent approach provided crucial retailer feedback and consumer insights. This enabled us to improve the existing products, and develop a strong product innovation pipeline. Michael is detail driven, highly dependable, he always works towards delivering actionable and measurable business growth outcomes. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Philippe MOITY (CEO KINOMAP)</h3>\n<h2>Real Expertise in the cycling/sport industry...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\"><span class=\"lt-line-clamp__line\">Mike is indeed a great professional with a real expertise in the</span> <span class=\"lt-line-clamp__line\">cyling/sport industry, able to manage opportunities and partners</span> <span class=\"lt-line-clamp__line\">both technically and commercially. I strongly recommend him and</span> <span class=\"lt-line-clamp__line lt-line-clamp__line--last\"> expect to work with him again in a near future.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Photo1-scaled.jpg\" title_text=\"Photo1\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-30 13:45:36", "2021-10-30 13:45:36", "", "7", "https://apmabl.local/?p=322", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("325", "1", "2021-10-30 14:19:18", "2021-10-30 14:19:18", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_margin=\"-211px|auto||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\r\n<h2>Our Consulting Services</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum, congue quam. Etiam molestie egestas quam. Vivamus maximus viverra pellentesque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Financial Consulting\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Performance Alnalysis\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"RoadMap & Planning\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum, mollis velit interdum</p>\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:19:18", "2021-10-30 14:19:18", "", "5", "https://apmabl.local/?p=325", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("327", "1", "2021-10-30 14:24:45", "2021-10-30 14:24:45", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_margin=\"-211px|auto||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:24:45", "2021-10-30 14:24:45", "", "5", "https://apmabl.local/?p=327", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("329", "1", "2021-10-30 14:24:55", "2021-10-30 14:24:55", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_margin=\"-211px|auto||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:24:55", "2021-10-30 14:24:55", "", "5", "https://apmabl.local/?p=329", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("331", "1", "2021-10-30 14:26:13", "2021-10-30 14:26:13", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Free Consultation\" _builder_version=\"3.22\" custom_padding=\"0px|0px||0px\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:26:13", "2021-10-30 14:26:13", "", "5", "https://apmabl.local/?p=331", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("333", "1", "2021-10-30 14:27:11", "2021-10-30 14:27:11", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][wpsbc id=\"1\" title=\"yes\" legend=\"yes\" legend_position=\"top\" dropdown=\"yes\" start=\"1\" display=\"2\" language=\"auto\" month=\"0\" year=\"0\" jump=\"no\" history=\"1\" tooltip=\"3\" theme=\"classic\" weeknumbers=\"no\" highlighttoday=\"no\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.10.8\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:27:11", "2021-10-30 14:27:11", "", "5", "https://apmabl.local/?p=333", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("335", "1", "2021-10-30 14:27:28", "2021-10-30 14:27:28", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:27:28", "2021-10-30 14:27:28", "", "5", "https://apmabl.local/?p=335", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("337", "1", "2021-10-30 14:29:21", "2021-10-30 14:29:21", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"316px\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"335px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\" min_height=\"823.7px\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:29:21", "2021-10-30 14:29:21", "", "5", "https://apmabl.local/?p=337", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("339", "1", "2021-10-30 14:30:56", "2021-10-30 14:30:56", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"316px\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"335px\" height=\"344px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\" min_height=\"823.7px\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:30:56", "2021-10-30 14:30:56", "", "5", "https://apmabl.local/?p=339", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("341", "1", "2021-10-30 14:32:04", "2021-10-30 14:32:04", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"316px\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"335px\" height=\"344px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\" min_height=\"545.7px\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" min_height=\"246.8px\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:32:04", "2021-10-30 14:32:04", "", "5", "https://apmabl.local/?p=341", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("343", "1", "2021-10-30 14:36:00", "2021-10-30 14:36:00", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"316px\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"335px\" height=\"344px\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\" min_height=\"545.7px\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" min_height=\"246.8px\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" width=\"100%\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:36:00", "2021-10-30 14:36:00", "", "5", "https://apmabl.local/?p=343", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("346", "1", "2021-10-30 14:47:49", "2021-10-30 14:47:49", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"#https://apmabl.local/wp-admin/post.php?post=16&action=edit\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" min_height=\"246.8px\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:47:49", "2021-10-30 14:47:49", "", "5", "https://apmabl.local/?p=346", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("347", "1", "2021-10-30 14:49:11", "2021-10-30 14:49:11", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" min_height=\"246.8px\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:49:11", "2021-10-30 14:49:11", "", "5", "https://apmabl.local/?p=347", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("349", "1", "2021-10-30 14:50:02", "2021-10-30 14:50:02", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" min_height=\"246.8px\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 14:50:02", "2021-10-30 14:50:02", "", "5", "https://apmabl.local/?p=349", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("351", "1", "2021-10-30 15:30:35", "2021-10-30 15:30:35", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" min_height=\"246.8px\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page2\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page2\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 15:30:35", "2021-10-30 15:30:35", "", "5", "https://apmabl.local/?p=351", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("353", "1", "2021-10-30 15:33:32", "2021-10-30 15:33:32", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" min_height=\"246.8px\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page2?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page2?\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 15:33:32", "2021-10-30 15:33:32", "", "5", "https://apmabl.local/?p=353", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("354", "1", "2021-10-30 15:34:44", "2021-10-30 15:34:44", "<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About US\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p><span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-30 15:34:44", "2021-10-30 15:34:44", "", "16", "https://apmabl.local/?p=354", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("355", "1", "2021-10-30 15:35:31", "2021-10-30 15:35:31", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" min_height=\"246.8px\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>MEET OUR CLIENTS</h3>\n<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 15:35:31", "2021-10-30 15:35:31", "", "5", "https://apmabl.local/?p=355", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("358", "1", "2021-10-30 16:04:10", "2021-10-30 16:04:10", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" min_height=\"246.8px\" custom_margin=\"|||\" custom_padding=\"80px||80px|\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_button button_text=\"MEET OUR CLIENTS\" _builder_version=\"4.10.8\" _module_preset=\"default\" button_url=\"https://apmabl.local/our-clients\" custom_button=\"on\" button_text_color=\"#E09900\" button_border_color=\"#FFFFFF\" button_icon=\"%%3%%\" button_alignment=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 16:04:10", "2021-10-30 16:04:10", "", "5", "https://apmabl.local/?p=358", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("360", "1", "2021-10-30 16:09:08", "2021-10-30 16:09:08", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"HOW DO WE DO IT ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0708-Grand-Raid-14-scaled.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||260px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" min_height=\"617.8px\"]<p><span class=\"fontstyle0\">We take time to understand fully your business, know your team, learn your brand<br />story and strategy, identify your USP and define your needs.</span></p>\n<ul>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">We work closely with your senior management team and key staff to prepare your expansion strategy</span></li>\n<li><span class=\"fontstyle0\">We select the best markets, regions and partners which fit your brand offering.</span></li>\n<li><span class=\"fontstyle0\">We have an omni-channel approach with a strong focus on B2C, but also working with Pure Players, Key Accounts, and independant bricks and mortar outlets.</span></li>\n<li><span class=\"fontstyle0\">We adapt to your needs and requirements : no two companies are the same so we tailor our offer to ensure you achieve your full potential</span></li>\n</ul>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"-1px|||||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "How Do We Do It ?", "", "inherit", "closed", "closed", "", "273-revision-v1", "", "", "2021-10-30 16:09:08", "2021-10-30 16:09:08", "", "273", "https://apmabl.local/?p=360", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("361", "1", "2021-10-30 16:10:57", "2021-10-30 16:10:57", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"40px||26px|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][et_pb_cta title=\"Don\'t Just Think !\" button_url=\"https://apmabl.local/dont-just-think\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"68px||||false|false\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/dont-just-think\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_button button_text=\"MEET OUR CLIENTS\" _builder_version=\"4.10.8\" _module_preset=\"default\" button_url=\"https://apmabl.local/our-clients\" custom_button=\"on\" button_text_color=\"#E09900\" button_border_color=\"#FFFFFF\" button_icon=\"%%3%%\" button_alignment=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 16:10:57", "2021-10-30 16:10:57", "", "5", "https://apmabl.local/?p=361", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("362", "1", "2021-10-30 16:11:06", "2021-10-30 16:11:06", "<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"DON\'T JUST THINK : ACT !\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-285-scaled.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"8%||260px|\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" title_text=\"1404 Titan Desert (285)\" sticky_enabled=\"0\"]<p> </p>\n<p style=\"text-align: left;\">\n<p style=\"text-align: left;\"><span class=\"fontstyle0\">We have decades of experience in European import, distribution and retail, but we do not content ourselves with spending all our time in the office preparing reports and making presentations.<br />We are dynamic and pro-active, getting out on the road visiting retailers, pure players and attending trade shows and events to ensure we achieve your goals. The market is evolving rapidly and we need to be on the ground to ensure we understand its complexities.<br />With close contacts with almost all the key accounts across France, knowledge of all the key EU players and distribution / agency contacts in most countries across the EU we are perfectly placed to get you noticed.</span></p>\n<p style=\"text-align: left;\"><span class=\"fontstyle0\"></span><span class=\"fontstyle0\" style=\"color: #c00000; font-size: 14pt;\">We love a challenge : Let us accelerate your brand and participate in your success with our expertise</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->", "DON\'T JUST THINK", "", "inherit", "closed", "closed", "", "278-revision-v1", "", "", "2021-10-30 16:11:06", "2021-10-30 16:11:06", "", "278", "https://apmabl.local/?p=362", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("364", "1", "2021-10-30 16:13:14", "2021-10-30 16:13:14", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"HOW DO WE DO IT ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0708-Grand-Raid-14-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"617.8px\" custom_margin=\"|||\" custom_padding=\"0%||260px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"]<p><span class=\"fontstyle0\">We take time to understand fully your business, know your team, learn your brand<br />story and strategy, identify your USP and define your needs.</span></p>\n<ul>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">We work closely with your senior management team and key staff to prepare your expansion strategy</span></li>\n<li><span class=\"fontstyle0\">We select the best markets, regions and partners which fit your brand offering.</span></li>\n<li><span class=\"fontstyle0\">We have an omni-channel approach with a strong focus on B2C, but also working with Pure Players, Key Accounts, and independant bricks and mortar outlets.</span></li>\n<li><span class=\"fontstyle0\">We adapt to your needs and requirements : no two companies are the same so we tailor our offer to ensure you achieve your full potential</span></li>\n</ul>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"-1px|||||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "How Do We Do It ?", "", "inherit", "closed", "closed", "", "273-revision-v1", "", "", "2021-10-30 16:13:14", "2021-10-30 16:13:14", "", "273", "https://apmabl.local/?p=364", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("366", "1", "2021-10-30 16:13:58", "2021-10-30 16:13:58", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"About\" subhead=\"DON\'T JUST THINK : ACT !\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-285-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||242px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\" background_position=\"bottom_center\"]<p> </p>\n<p style=\"text-align: left;\"><span class=\"fontstyle0\">We have decades of experience in European import, distribution and retail, but we do not content ourselves with spending all our time in the office preparing reports and making presentations.<br />We are dynamic and pro-active, getting out on the road visiting retailers, pure players and attending trade shows and events to ensure we achieve your goals. The market is evolving rapidly and we need to be on the ground to ensure we understand its complexities.<br />With close contacts with almost all the key accounts across France, knowledge of all the key EU players and distribution / agency contacts in most countries across the EU we are perfectly placed to get you noticed.</span></p>\n<p style=\"text-align: left;\"><span class=\"fontstyle0\"></span><span class=\"fontstyle0\" style=\"color: #c00000; font-size: 14pt;\">We love a challenge : Let us accelerate your brand and participate in your success with our expertise</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"-155px|||||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "DON\'T JUST THINK", "", "inherit", "closed", "closed", "", "278-revision-v1", "", "", "2021-10-30 16:13:58", "2021-10-30 16:13:58", "", "278", "https://apmabl.local/?p=366", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("368", "1", "2021-10-30 16:15:54", "2021-10-30 16:15:54", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About US\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||92px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"]<p><span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-30 16:15:54", "2021-10-30 16:15:54", "", "16", "https://apmabl.local/?p=368", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("371", "1", "2021-10-30 16:18:54", "2021-10-30 16:18:54", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||0.2%|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p>Don\'t just take our word for it, see what our partners and clients say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"1px|||||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\" min_height=\"666.8px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO (MARKETING DIRECTOR ROHAN)</h3>\n<h2>Very Professional, Reliable and Diligent ...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" title_text=\"istockphoto_499147276-170667a\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|69px|0px||\" global_colors_info=\"{}\" min_height=\"879.8px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>CLAUDE LEBLOND (CONSULTANT)</h3>\n<h2><span class=\"lt-line-clamp__raw-line\">Very creative in his approach ... visionary ...<br /></span></h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Mike while I was VP for global sales at Argon18 bikes. During this time, I found Mike to have great insight into the cycling market in both France and across Europe in general. He was professional, diligent, and fully committed to the brands he represented. His passion for the business was a real advantage allowing him to seek out new opportunities and develop our brand significantly. Mike is very creative in his approach and has a \'\'think out of the box\'\' thinking. He is also visionary and possesses a good feel for what is going to be the next trend. Mike is also resourceful in terms of contacts. I would highly recommend him for any brand looking to increase its market penetration in Europe and France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/2019-03-16_GOPH0312.jpg\" title_text=\"2019-03-16_GOPH0312\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>MIKE STOREY (DIRECTOR OF SALES, ZONE3)</h3>\n<h2>A consumate professional with an in depth knowledge...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I have had the good fortune of working with Mike while I have managed two brands in the French market. A consumate professional with a in depth knowledege of the French cycle / outdoor / sports markets, Mike was an exceptional partner for me in this 8 year period. I would highly reccoemend him to other brands looking to understand and achieve their potential in France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Zone3-Mens-Victory-D-Lifestyle.jpg\" title_text=\"Zone3 Men\'s Victory D - Lifestyle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>STEVE JENNINGS (FOUNDING PARTNER VIVERO)</h3>\n<h2>Provided crucial retailer feedback and consumer insights...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">Michael was instrumental in enabling my company Maxim Sports Nutrition to realise its full potential. Michael successfully launched and established Maxim in the French market. His diligent approach provided crucial retailer feedback and consumer insights. This enabled us to improve the existing products, and develop a strong product innovation pipeline. Michael is detail driven, highly dependable, he always works towards delivering actionable and measurable business growth outcomes. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Philippe MOITY (CEO KINOMAP)</h3>\n<h2>Real Expertise in the cycling/sport industry...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\"><span class=\"lt-line-clamp__line\">Mike is indeed a great professional with a real expertise in the</span> <span class=\"lt-line-clamp__line\">cyling/sport industry, able to manage opportunities and partners</span> <span class=\"lt-line-clamp__line\">both technically and commercially. I strongly recommend him and</span> <span class=\"lt-line-clamp__line lt-line-clamp__line--last\"> expect to work with him again in a near future.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Photo1-scaled.jpg\" title_text=\"Photo1\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Problem and Solution\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Details</h3>\r\n<h2>Taking Elegant Themes to The Next Level</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_margin=\"2%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Challenge</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam. Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"28px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"550px\" global_colors_info=\"{}\"]<h3>Solution</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin nec eros ut libero laoreet sollicitudin. Suspendisse sit amet scelerisque mauris, in tincidunt sem. Nunc elit turpis, interdum sit amet purus at, tempor dictum diam.</p>\r\n<p>Cras ac efficitur quam, ac auctor nibh. Mauris tempor sollicitudin scelerisque. Maecenas tristique erat a ornare scelerisque.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Stats\" _builder_version=\"3.25\" custom_margin=\"4%|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" global_colors_info=\"{}\"]<h4>Annual Savings</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>500k</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" global_colors_info=\"{}\"]<h4>Return Users</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]<p>12M</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" global_colors_info=\"{}\"]<h4>Sales Increase</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_slide=\"100%\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"400ms\" animation_intensity_slide=\"16%\" global_colors_info=\"{}\"]20%\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Poppins|600||on|||||\" header_4_font_size=\"14px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.8em\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"400ms\" locked=\"off\" global_colors_info=\"{}\"]<h4>Traffic Boost</h4>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"40px\" max_width_tablet=\"8%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" height=\"2px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"right\" animation_delay=\"600ms\" animation_intensity_slide=\"100%\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#f3cd7e\" text_font_size=\"56px\" text_line_height=\"1.8em\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"600ms\" animation_intensity_slide=\"16%\" locked=\"off\" global_colors_info=\"{}\"]<p>18%</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"|||\" custom_padding=\"160px|0px|160px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<h3>Testimonial</h3>\r\n<p>\"I can\'t believe it took us this long to make a change. So happy that we did. Numbers don\'t lie.\"\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, Divi CEO</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consutant-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"80px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"60px|60px|60px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1500ms\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|||on|||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"550px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>\r[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"rgba(0,0,0,0.7)\" title_level=\"h2\" title_font=\"Playfair Display|700||on|||||\" title_text_align=\"center\" title_font_size=\"38px\" title_line_height=\"1.4em\" form_field_font=\"Poppins|600||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#edbb5f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"|||\" border_color_all=\"#dfdfe3\" border_width_bottom=\"1px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" button_letter_spacing_hover=\"1px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone Number\" required_mark=\"off\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||||||\" custom_margin=\"||20px|\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"rgba(12,12,12,0.02)\" form_field_font=\"||||||||\" custom_margin=\"40px||20px|\" border_width_all=\"1px\" field_background_color=\"rgba(12,12,12,0.02)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"140px|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins|600||on|||||\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"2em\" ul_font=\"||||||||\" background_color=\"#3d3d3d\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"flip\" animation_delay=\"200ms\" border_width_top=\"8px\" border_color_top=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 sAn Francisco, CA 12345<br />+1 555 0394 848<br /> info@diviconsulting.com</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-30 16:18:54", "2021-10-30 16:18:54", "", "7", "https://apmabl.local/?p=371", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("374", "1", "2021-10-30 16:37:45", "2021-10-30 16:37:45", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"DON\'T JUST THINK : ACT !\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-285-scaled.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||242px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"] \n<p style=\"text-align: left;\"><span class=\"fontstyle0\">We have decades of experience in European import, distribution and retail, but we do not content ourselves with spending all our time in the office preparing reports and making presentations.\nWe are dynamic and pro-active, getting out on the road visiting retailers, pure players and attending trade shows and events to ensure we achieve your goals. The market is evolving rapidly and we need to be on the ground to ensure we understand its complexities.\nWith close contacts with almost all the key accounts across France, knowledge of all the key EU players and distribution / agency contacts in most countries across the EU we are perfectly placed to get you noticed.</span></p>\n<p style=\"text-align: left;\"><span class=\"fontstyle0\"></span><span class=\"fontstyle0\" style=\"color: #e09900; font-size: 14pt;\">We love a challenge : Let us accelerate your brand and participate in your success with our expertise</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"-155px|||||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "DON\'T JUST THINK", "", "inherit", "closed", "closed", "", "278-revision-v1", "", "", "2021-10-30 16:37:45", "2021-10-30 16:37:45", "", "278", "https://apmabl.local/?p=374", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("376", "1", "2021-10-30 16:41:48", "2021-10-30 16:41:48", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"DON\'T JUST THINK : ACT !\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/1404-Titan-Desert-285-scaled.jpg\" background_position=\"bottom_center\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||242px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"] \n<p style=\"text-align: left;\"><span class=\"fontstyle0\">We have decades of experience in European import, distribution and retail, but we do not content ourselves with spending all our time in the office preparing reports and making presentations.\nWe are dynamic and pro-active, getting out on the road visiting retailers, pure players and attending trade shows and events to ensure we achieve your goals. The market is evolving rapidly and we need to be on the ground to ensure we understand its complexities.\nWith close contacts with almost all the key accounts across France, knowledge of all the key EU players and distribution / agency contacts in most countries across the EU we are perfectly placed to get you noticed.</span></p>\n<p style=\"text-align: left;\"><span class=\"fontstyle0\"></span><span class=\"fontstyle0\" style=\"color: #e09900; font-size: 14pt;\">We love a challenge : Let us accelerate your brand and participate in your success with our expertise</span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"-155px|||||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> KEY ACCOUNTS</h3>\n<p>We know how these accounts work and do business in France and Europe, but more importantly we have direct contacts with the key buyers.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> RETAILERS</h3>\n<p>Our years of experience allow us to quickly identify the key retailers who are best placed for your brand.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> ON THE ROAD</h3>\n<p>Present at all the major trade shows and key events, we understand the market, its players but also the consumers</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "DON\'T JUST THINK", "", "inherit", "closed", "closed", "", "278-revision-v1", "", "", "2021-10-30 16:41:48", "2021-10-30 16:41:48", "", "278", "https://apmabl.local/?p=376", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("379", "1", "2021-10-30 16:48:42", "2021-10-30 16:48:42", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About\" subhead=\"HOW DO WE DO IT ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0708-Grand-Raid-14-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"617.8px\" custom_margin=\"|||\" custom_padding=\"0%||260px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p><span class=\"fontstyle0\">We take time to understand fully your business, know your team, learn your brand story and strategy, identify your USP and define your needs.</span></p>\n<ul>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">We work closely with your senior management team and key staff to prepare your expansion strategy</span></li>\n<li><span class=\"fontstyle0\">We select the best markets, regions and partners which fit your brand offering.</span></li>\n<li><span class=\"fontstyle0\">We have an omni-channel approach with a strong focus on B2C, but also working with Pure Players, Key Accounts, and independant bricks and mortar outlets.</span></li>\n<li><span class=\"fontstyle0\">We engage with retailers but also with media partners and web-based communication platforms and ambassadors to get your brand known.<br /></span></li>\n<li><span class=\"fontstyle0\">We adapt to your needs and requirements : no two companies are the same so we tailor our offer to ensure you achieve your full potential</span></li>\n</ul>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"-1px|||||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"-2px|auto||auto||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> YOUR BRAND = YOUR STRATEGY</h3>\n<p>Whilst we have an advisory role, we do not impose our strategy but work with you to apply and adapy your strategy to our markets.</p>\n<p> </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> OMNI-CHANNEL</h3>\n<p>A buzz word often used and a strategy we believe in, but some brands have a more selective approach and we adapt our services to your needs and desires</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> COMMUNICATION</h3>\n<p>A key part of any brand\'s strategy is the marketing and communication and with our experience in this domain we can help your brand get the exposure it needs.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "How Do We Do It ?", "", "inherit", "closed", "closed", "", "273-revision-v1", "", "", "2021-10-30 16:48:42", "2021-10-30 16:48:42", "", "273", "https://apmabl.local/?p=379", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("382", "1", "2021-10-30 16:50:22", "2021-10-30 16:50:22", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About US\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||92px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p><span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span></p>\n<p><span class=\"fontstyle0\"></span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\n<p>We work with you on your strategy and how to approach the market</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-30 16:50:22", "2021-10-30 16:50:22", "", "16", "https://apmabl.local/?p=382", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("384", "1", "2021-10-30 16:51:00", "2021-10-30 16:51:00", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"OUR CLIENTS\" subhead=\"WHAT PEOPLE SAY ABOUT US\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/0904-Sardinia-Final-Stage-scaled.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||0.2%|||\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" sticky_enabled=\"0\"]<p>Don\'t just take our word for it, see what our partners and clients say about our competences and what we can do for your brand.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"1px|||||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\" min_height=\"666.8px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>GILES POLITO (MARKETING DIRECTOR ROHAN)</h3>\n<h2>Very Professional, Reliable and Diligent ...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Michael while I was responsible for European Sales and Marketing at Sealskinz, Michael was our distributor in France. Michael is very professional, reliable and diligent. Our meetings and business together was always clear and productive. I had the feeling he went above and beyond to do a great job. I would put my trust in Michael to deliver an excellent piece of work and identify commercial opportunities in all that he does.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg\" title_text=\"istockphoto_499147276-170667a\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|69px|0px||\" global_colors_info=\"{}\" min_height=\"879.8px\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>CLAUDE LEBLOND (CONSULTANT)</h3>\n<h2><span class=\"lt-line-clamp__raw-line\">Very creative in his approach ... visionary ...<br /></span></h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I worked with Mike while I was VP for global sales at Argon18 bikes. During this time, I found Mike to have great insight into the cycling market in both France and across Europe in general. He was professional, diligent, and fully committed to the brands he represented. His passion for the business was a real advantage allowing him to seek out new opportunities and develop our brand significantly. Mike is very creative in his approach and has a \'\'think out of the box\'\' thinking. He is also visionary and possesses a good feel for what is going to be the next trend. Mike is also resourceful in terms of contacts. I would highly recommend him for any brand looking to increase its market penetration in Europe and France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/2019-03-16_GOPH0312.jpg\" title_text=\"2019-03-16_GOPH0312\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>MIKE STOREY (DIRECTOR OF SALES, ZONE3)</h3>\n<h2>A consumate professional with an in depth knowledge...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">I have had the good fortune of working with Mike while I have managed two brands in the French market. A consumate professional with a in depth knowledege of the French cycle / outdoor / sports markets, Mike was an exceptional partner for me in this 8 year period. I would highly reccoemend him to other brands looking to understand and achieve their potential in France.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Zone3-Mens-Victory-D-Lifestyle.jpg\" title_text=\"Zone3 Men\'s Victory D - Lifestyle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>STEVE JENNINGS (FOUNDING PARTNER VIVERO)</h3>\n<h2>Provided crucial retailer feedback and consumer insights...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\">Michael was instrumental in enabling my company Maxim Sports Nutrition to realise its full potential. Michael successfully launched and established Maxim in the French market. His diligent approach provided crucial retailer feedback and consumer insights. This enabled us to improve the existing products, and develop a strong product innovation pipeline. Michael is detail driven, highly dependable, he always works towards delivering actionable and measurable business growth outcomes. </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg\" title_text=\"98-05 Mike with Maxim bottle\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Introduction\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"50px|0px|50px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" global_colors_info=\"{}\"]<h3>Philippe MOITY (CEO KINOMAP)</h3>\n<h2>Real Expertise in the cycling/sport industry...</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"left\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" max_width=\"550px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span class=\"lt-line-clamp__raw-line\"><span class=\"lt-line-clamp__line\">Mike is indeed a great professional with a real expertise in the</span> <span class=\"lt-line-clamp__line\">cyling/sport industry, able to manage opportunities and partners</span> <span class=\"lt-line-clamp__line\">both technically and commercially. I strongly recommend him and</span> <span class=\"lt-line-clamp__line lt-line-clamp__line--last\"> expect to work with him again in a near future.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Photo1-scaled.jpg\" title_text=\"Photo1\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]", "OUR CLIENTS", "", "inherit", "closed", "closed", "", "7-revision-v1", "", "", "2021-10-30 16:51:00", "2021-10-30 16:51:00", "", "7", "https://apmabl.local/?p=384", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("386", "1", "2021-10-30 16:54:02", "2021-10-30 16:54:02", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"About US\" subhead=\"WHAT DO WE DO ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/bicycles-1536111.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||92px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p><span class=\"fontstyle0\">We believe in collaboration : working together to unlock the full potential of your brand.</span></p>\n<p><span class=\"fontstyle0\"><br />We can help companies and brands succeed in France and across Europe.<br /></span></p>\n<p><span class=\"fontstyle0\">We use our extensive knowledge and contacts to facilitate your market entry into the specific markets and regions chosen together :<br /></span><span class=\"fontstyle2\"></span></p>\n<ul>\n<li><span class=\"fontstyle0\">Preparing your company for the market</span></li>\n<li><span class=\"fontstyle0\"></span><span class=\"fontstyle0\">Adapting your plans and strategy to the EU<br /></span><span class=\"fontstyle2\"></span></li>\n<li><span class=\"fontstyle0\">Using a hands-on approach to ensure fast results<br /></span><span class=\"fontstyle3\"></span></li>\n</ul>\n<p><span class=\"fontstyle3\">= </span><span class=\"fontstyle0\">Increase in sales, market penetration and profitability with lower risk factor<br />We are results-driven : your satisfaction is our priority</span></p>\n<p><span class=\"fontstyle0\"></span></p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\n<p>We work with you on your strategy and how to approach the market</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> BRAND SPECIFIC</h3>\n<p>We offer services that are brand specific depending on your needs</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> ADAPTIVE</h3>\n<p>Short-term, long-term, sales and/or marketing we can adapt our services.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "What do we do ?", "", "inherit", "closed", "closed", "", "16-revision-v1", "", "", "2021-10-30 16:54:02", "2021-10-30 16:54:02", "", "16", "https://apmabl.local/?p=386", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("390", "1", "2021-10-30 16:57:21", "2021-10-30 16:57:21", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|10px|||false|false\" custom_padding=\"40px||26px|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][et_pb_cta title=\"Don\'t Just Think !\" button_url=\"https://apmabl.local/dont-just-think\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"68px||||false|false\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/dont-just-think\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_button button_url=\"https://apmabl.local/our-clients\" button_text=\"MEET OUR CLIENTS\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#E09900\" button_border_color=\"#FFFFFF\" button_icon=\"%%3%%\" global_colors_info=\"{}\"][/et_pb_button][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 16:57:21", "2021-10-30 16:57:21", "", "5", "https://apmabl.local/?p=390", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("393", "1", "2021-10-30 17:03:11", "2021-10-30 17:03:11", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|0px|||false|false\" custom_padding=\"40px||26px|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][et_pb_cta title=\"Don\'t Just Think !\" button_url=\"https://apmabl.local/dont-just-think\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"68px||||false|false\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/dont-just-think\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_button button_url=\"https://apmabl.local/our-clients\" button_text=\"MEET OUR CLIENTS\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#E09900\" button_border_color=\"#FFFFFF\" button_icon=\"%%3%%\" global_colors_info=\"{}\"][/et_pb_button][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 17:03:11", "2021-10-30 17:03:11", "", "5", "https://apmabl.local/?p=393", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("395", "1", "2021-10-30 17:04:33", "2021-10-30 17:04:33", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"4.10.8\" height=\"316px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"ABL DYNAMIS Consulting\" subhead=\"French Market Specialists for the BikE TRADE\" text_orientation=\"right\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.8em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/cycle-in-the-railway-yard-1577908.jpg\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" min_height=\"335px\" height=\"344px\" custom_margin=\"|||\" custom_padding=\"1%||260px|||\" hover_enabled=\"0\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\" button_one_text__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.22\" min_height=\"545.7px\" custom_margin=\"28px|||||\" custom_padding=\"0px|0px|0px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"||||||||\" text_text_color=\"#FFFFFF\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" global_colors_info=\"{}\"]<h3>Don\'t Settle For Less</h3>\n<h2>Discover what we can do for you</h2>[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"0\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Who Are We ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#3d3d3d\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|20px|||false|false\" custom_padding=\"40px||26px|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/sous-page1\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"What do We Do ?\" button_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/abl-dynamis-consulting/what-do-we-do\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][et_pb_cta title=\"Don\'t Just Think !\" button_url=\"https://apmabl.local/dont-just-think\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#edbb5f\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" custom_margin=\"68px||||false|false\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/dont-just-think\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"40px|||\" custom_padding_tablet=\"0px|||\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" padding_tablet=\"0px|||\" padding_last_edited=\"on|desktop\" custom_padding__hover=\"|||\"][et_pb_cta title=\"How Do We Do It ?\" button_url=\"https://apmabl.local/how-do-we-do-it?\" button_text=\"Learn More\" _builder_version=\"4.10.8\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"32px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"18px\" body_letter_spacing=\"1px\" body_line_height=\"2em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_color=\"#f3cd7e\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"1px\" button_font=\"Saira Extra Condensed|600||on|||||\" button_icon=\"%%3%%\" background_layout=\"light\" width=\"100%\" custom_margin=\"|-20px||||\" custom_padding=\"40px|||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"15%\" animation_starting_opacity=\"100%\" link_option_url=\"https://apmabl.local/how-do-we-do-it?\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" button_border_radius_hover=\"1px\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"1px\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote\" _builder_version=\"3.22\" background_position=\"top_right\" custom_margin=\"||-87px|||\" custom_padding=\"0px|0px|100px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" max_width=\"700px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" use_custom_width=\"on\" custom_width_px=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Playfair Display|700|||||||\" text_text_color=\"#000000\" text_font_size=\"38px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_duration=\"1500ms\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Professional ... diligent\" \"creative ... visionary\" \"in depth knowledge...\" \"crucial feedback ...\" \"real expertise ...\"</p>[/et_pb_text][et_pb_button button_url=\"https://apmabl.local/our-clients\" button_text=\"MEET OUR CLIENTS\" button_alignment=\"center\" _builder_version=\"4.10.8\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#E09900\" button_border_color=\"#FFFFFF\" button_icon=\"%%3%%\" global_colors_info=\"{}\"][/et_pb_button][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_letter_spacing=\"1px\" text_line_height=\"2em\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Just some examples of our successes to date</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "ABL DYNAMIS CONSULTING", "", "inherit", "closed", "closed", "", "5-revision-v1", "", "", "2021-10-30 17:04:33", "2021-10-30 17:04:33", "", "5", "https://apmabl.local/?p=395", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("398", "1", "2021-10-30 17:12:43", "2021-10-30 17:12:43", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size=\"10px\" sticky_enabled=\"0\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"8px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" link_font_size=\"17px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"8px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" custom_padding=\"14px|||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||4%|\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+(000) 111 222 333</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Mail</h4>\n<p>address@domain.com</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Nunito||||\" text_font_size=\"16px\" text_line_height=\"1.5em\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||6%|\" locked=\"off\" global_colors_info=\"{}\"]<h4>Address</h4>\n<p>543 TN, doula street<br />NY, New York</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-30 17:12:43", "2021-10-30 17:12:43", "", "128", "https://apmabl.local/?p=398", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("400", "1", "2021-10-30 17:14:36", "2021-10-30 17:14:36", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"394.3px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size=\"10px\" sticky_enabled=\"0\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"8px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" link_font_size=\"17px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"8px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.8%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.6%|||\" custom_padding=\"14px|||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.2%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.4%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-30 17:14:36", "2021-10-30 17:14:36", "", "128", "https://apmabl.local/?p=400", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("403", "1", "2021-10-30 17:23:23", "2021-10-30 17:23:23", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"295.3px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size=\"10px\" sticky_enabled=\"0\"]<h6>THE LEGAL STUFF</h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"8px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" link_font_size=\"17px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"8px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.8%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"18px\" custom_padding=\"||0px|||\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.6%|||\" custom_padding=\"14px|||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.2%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.4%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"linkedin\" background_color=\"#007bb6\" _builder_version=\"4.10.8\" _module_preset=\"default\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" hover_enabled=\"0\" sticky_enabled=\"0\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-30 17:23:23", "2021-10-30 17:23:23", "", "128", "https://apmabl.local/?p=403", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("405", "1", "2021-10-30 17:31:48", "2021-10-30 17:31:48", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"295.3px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size=\"10px\" sticky_enabled=\"0\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.2%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.4%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"linkedin\" background_color=\"#007bb6\" _builder_version=\"4.10.8\" _module_preset=\"default\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" hover_enabled=\"0\" sticky_enabled=\"0\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-30 17:31:48", "2021-10-30 17:31:48", "", "128", "https://apmabl.local/?p=405", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("407", "1", "2021-10-30 17:32:51", "2021-10-30 17:32:51", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"295.3px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size=\"10px\" sticky_enabled=\"0\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact</h2>\r[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"linkedin\" background_color=\"#007bb6\" _builder_version=\"4.10.8\" _module_preset=\"default\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" hover_enabled=\"0\" sticky_enabled=\"0\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-30 17:32:51", "2021-10-30 17:32:51", "", "128", "https://apmabl.local/?p=407", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("409", "1", "2021-10-30 17:36:38", "2021-10-30 17:36:38", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"MEET THE TEAM\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||84px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">01.</span> Strategic</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> Professional</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> Loyal</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et leo condimentum</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|99px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg\" title_text=\"Presse-papier01\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Mike WILSON\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Over 20 years experience in the French and European market from founding and managing one of the most successful sports distribution companies in France.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01-1.jpg\" title_text=\"Presse-papier01\" align=\"center\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" width=\"100%\" height=\"236px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sarah BAIN\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>15 years managing marketing and communicatiosn teams for major sports brands in France</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]", "Who are We ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-30 17:36:38", "2021-10-30 17:36:38", "", "14", "https://apmabl.local/?p=409", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("411", "1", "2021-10-30 17:39:38", "2021-10-30 17:39:38", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"MEET THE TEAM\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||84px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|100px|0px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #edbb5f;\">01.</span> ADVISORY</h3>\n<p>We have the experience and the knowledge to give you the best advice for your expansion strategy</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> EXPERIENCE</h3>\n<p>More than 20 years have allowed us to experience and understand the do\'s and help you avoid the don\'ts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> GO-TO-MARKET</h3>\n<p>Working together to select the best go-to-market strategies for your brand</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"100px|0px|99px|0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg\" title_text=\"Presse-papier01\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Mike WILSON\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Over 20 years experience in the French and European market from founding and managing one of the most successful sports distribution companies in France.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01-1.jpg\" title_text=\"Presse-papier01\" align=\"center\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" width=\"100%\" height=\"236px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sarah BAIN\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>15 years managing marketing and communicatiosn teams for major sports brands in France</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]", "Who are We ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-30 17:39:38", "2021-10-30 17:39:38", "", "14", "https://apmabl.local/?p=411", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("412", "1", "2021-10-30 17:39:58", "2021-10-30 17:39:58", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"MEET THE TEAM\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||84px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|6px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #edbb5f;\">01.</span> ADVISORY</h3>\n<p>We have the experience and the knowledge to give you the best advice for your expansion strategy</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> EXPERIENCE</h3>\n<p>More than 20 years have allowed us to experience and understand the do\'s and help you avoid the don\'ts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> GO-TO-MARKET</h3>\n<p>Working together to select the best go-to-market strategies for your brand</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"0px|0px|99px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg\" title_text=\"Presse-papier01\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Mike WILSON\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Over 20 years experience in the French and European market from founding and managing one of the most successful sports distribution companies in France.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01-1.jpg\" title_text=\"Presse-papier01\" align=\"center\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" width=\"100%\" height=\"236px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sarah BAIN\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>15 years managing marketing and communicatiosn teams for major sports brands in France</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]", "Who are We ?", "", "inherit", "closed", "closed", "", "14-revision-v1", "", "", "2021-10-30 17:39:58", "2021-10-30 17:39:58", "", "14", "https://apmabl.local/?p=412", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("413", "1", "2021-10-30 17:40:05", "2021-10-30 17:40:05", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero Section\" _builder_version=\"3.22\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"MEET THE TEAM\" subhead=\"WHO ARE WE ?\" background_overlay_color=\"rgba(0,0,0,0.8)\" content_max_width=\"550px\" _builder_version=\"4.10.8\" title_font=\"Poppins|700||on|||||\" title_text_color=\"#edbb5f\" title_font_size=\"14px\" title_letter_spacing=\"2px\" title_line_height=\"1.4em\" content_font=\"Poppins||||||||\" content_font_size=\"16px\" content_letter_spacing=\"1px\" content_line_height=\"2em\" subhead_font=\"Playfair Display|700||on|||||\" subhead_font_size=\"48px\" subhead_letter_spacing=\"3px\" subhead_line_height=\"1.4em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/consultant-11.jpg\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_border_width=\"1px\" button_one_border_color=\"rgba(255,255,255,0.3)\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"1px\" button_one_font=\"Saira Extra Condensed|600||on|||||\" button_one_icon=\"%%3%%\" button_one_icon_color=\"#edbb5f\" custom_button_two=\"on\" button_two_border_width=\"1px\" button_two_border_color=\"rgba(255,255,255,0.3)\" button_two_border_radius=\"0px\" button_two_letter_spacing=\"1px\" button_two_font=\"Saira Extra Condensed|600||on|||||\" button_two_icon=\"%%3%%\" button_two_icon_color=\"#edbb5f\" module_alignment=\"right\" custom_margin=\"|||\" custom_padding=\"0%||84px|||\" custom_padding_tablet=\"8%||130px||false|false\" custom_padding_phone=\"||80px||false|false\" custom_padding_last_edited=\"on|phone\" button_one_text_color_hover=\"#edbb5f\" button_two_text_color_hover=\"#edbb5f\" button_one_bg_color_hover=\"rgba(0,0,0,0)\" button_two_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#edbb5f\" button_two_text_color__hover_enabled=\"on\" button_two_text_color__hover=\"#edbb5f\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"rgba(0,0,0,0)\" button_two_bg_color__hover_enabled=\"on\" button_two_bg_color__hover=\"rgba(0,0,0,0)\"]<p> </p>\n<p> <span class=\"fontstyle0\">ABL Dynamis Consultancy is a business advisory service with a hands-on approach specialising in the<br />Sports Industry.</span></p>\n<p><span class=\"fontstyle0\"><br />With over 20 Years experience in Import and Distribution, Sales and Marketing our services begin<br />with assessing your business together and defining the best Go-To-Market strategies for your<br />company.</span> </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Attributes\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px|0px|6px|0px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.25\" background_color=\"#ffffff\" max_width=\"1440px\" custom_margin=\"|||\" custom_padding=\"27px|0px|0px|0px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"15px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.15)\" use_custom_width=\"on\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.10.8\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3><span style=\"color: #edbb5f;\">01.</span> ADVISORY</h3>\n<p>We have the experience and the knowledge to give you the best advice for your expansion strategy</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">02.</span> EXPERIENCE</h3>\n<p>More than 20 years have allowed us to experience and understand the do\'s and help you avoid the don\'ts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Poppins||||||||\" text_letter_spacing=\"1px\" text_line_height=\"2em\" header_font=\"||||||||\" header_3_font=\"|600||on|||||\" header_3_line_height=\"1.4em\" background_color=\"#ffffff\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_color_all=\"rgba(51,51,51,0.06)\" border_width_right=\"1px\" border_width_left=\"1px\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #edbb5f;\">03.</span> GO-TO-MARKET</h3>\n<p>Working together to select the best go-to-market strategies for your brand</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"3.22\" background_color=\"#282828\" custom_padding=\"0px|0px|99px|0px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"27px|0px|27px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"38px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.4em\" header_3_font=\"Poppins|700||on|||||\" header_3_text_color=\"#edbb5f\" header_3_font_size=\"14px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"2em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"7000px\" locked=\"off\" global_colors_info=\"{}\"]<h3>Consultants</h3>\r\n<h2>A Team Of Professionals</h2>\r[/et_pb_text][et_pb_divider color=\"#edbb5f\" divider_weight=\"2px\" _builder_version=\"3.2\" max_width=\"60px\" module_alignment=\"center\" height=\"2px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"|||\" custom_width_px=\"1440px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg\" title_text=\"Presse-papier01\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Mike WILSON\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>Over 20 years experience in the French and European market from founding and managing one of the most successful sports distribution companies in France.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01-1.jpg\" title_text=\"Presse-papier01\" align=\"center\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.10.8\" width=\"100%\" height=\"236px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sarah BAIN\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.10.8\" header_font=\"Poppins|700||on|||||\" header_text_color=\"#edbb5f\" header_font_size=\"14px\" header_letter_spacing=\"1px\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"left\" background_layout=\"dark\" custom_margin=\"40px|||\" icon_hover_color=\"#edbb5f\" locked=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#edbb5f\" icon_color__hover_enabled=\"on\"]<p>15 years managing marketing and communicatiosn teams for major sports brands in France</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]", "", "", "inherit", "closed", "closed", "", "14-autosave-v1", "", "", "2021-10-30 17:40:05", "2021-10-30 17:40:05", "", "14", "https://apmabl.local/?p=413", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("414", "1", "2021-10-30 17:43:53", "2021-10-30 17:43:53", "", "contact", "", "publish", "closed", "closed", "", "contact", "", "", "2021-10-30 17:43:53", "2021-10-30 17:43:53", "", "0", "https://apmabl.local/?post_type=forminator_forms&p=414", "0", "forminator_forms", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("415", "1", "2021-10-30 17:45:26", "2021-10-30 17:45:26", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"295.3px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form _builder_version=\"4.10.8\" _module_preset=\"default\" title=\"CONTACT US\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size=\"10px\" sticky_enabled=\"0\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>OUR DETAILS</h2>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"linkedin\" background_color=\"#007bb6\" _builder_version=\"4.10.8\" _module_preset=\"default\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" hover_enabled=\"0\" sticky_enabled=\"0\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-30 17:45:26", "2021-10-30 17:45:26", "", "128", "https://apmabl.local/?p=415", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("417", "1", "2021-10-31 11:30:05", "2021-10-31 11:30:05", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"295.3px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form _builder_version=\"4.10.8\" _module_preset=\"default\" title=\"CONTACT US\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text_color=\"#FFFFFF\" title_font_size=\"33px\" title_letter_spacing=\"2px\" title_text_shadow_style=\"preset1\" title_font=\"|700|||||||\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size=\"10px\" sticky_enabled=\"0\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>OUR DETAILS</h2>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_social_media_follow_network social_network=\"linkedin\" background_color=\"#007bb6\" _builder_version=\"4.10.8\" _module_preset=\"default\" follow_button=\"off\" url_new_window=\"on\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" hover_enabled=\"0\" sticky_enabled=\"0\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-10-31 11:30:05", "2021-10-31 11:30:05", "", "128", "https://apmabl.local/?p=417", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("419", "1", "2021-11-10 13:03:32", "2021-11-10 13:03:32", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"295.3px\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form title=\"CONTACT US\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_font=\"|700|||||||\" title_text_color=\"#FFFFFF\" title_font_size=\"33px\" title_letter_spacing=\"2px\" hover_enabled=\"0\" title_text_shadow_style=\"preset1\" global_colors_info=\"{}\" sticky_enabled=\"0\" success_message=\"Thank you : your message was sent successfully and we will get back to you very soon !\" email=\"mike@apm-abl.com\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" text_font_size=\"10px\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" locked=\"off\" global_colors_info=\"{}\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>OUR DETAILS</h2>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"linkedin\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" _builder_version=\"4.10.8\" _module_preset=\"default\" background_color=\"#007bb6\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-11-10 13:03:32", "2021-11-10 13:03:32", "", "128", "https://apmabl.local/?p=419", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("422", "1", "2021-11-11 08:00:46", "2021-11-11 08:00:46", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"295.3px\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"mike@apm-abl.com\" title=\"CONTACT US\" custom_message=\"%%email%%||et_pb_line_break_holder||||et_pb_line_break_holder||%%name%%||et_pb_line_break_holder||||et_pb_line_break_holder||%%message%%\" success_message=\"Thank you : your message was sent successfully and we will get back to you very soon !\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_font=\"|700|||||||\" title_text_color=\"#FFFFFF\" title_font_size=\"33px\" title_letter_spacing=\"2px\" hover_enabled=\"0\" title_text_shadow_style=\"preset1\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_spam_service=\"on\" recaptcha_list=\"ABL-0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" text_font_size=\"10px\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" locked=\"off\" global_colors_info=\"{}\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>OUR DETAILS</h2>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"linkedin\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" _builder_version=\"4.10.8\" _module_preset=\"default\" background_color=\"#007bb6\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-11-11 08:00:46", "2021-11-11 08:00:46", "", "128", "https://apmabl.local/?p=422", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("423", "1", "2021-11-11 08:02:49", "2021-11-11 08:02:49", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"295.3px\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"mike@apm-abl.com\" title=\"CONTACT US\" custom_message=\"%%email%%||et_pb_line_break_holder||||et_pb_line_break_holder||%%name%%||et_pb_line_break_holder||||et_pb_line_break_holder||%%message%%\" success_message=\"Thank you : your message was sent successfully and we will get back to you very soon !\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_font=\"|700|||||||\" title_text_color=\"#FFFFFF\" title_font_size=\"33px\" title_letter_spacing=\"2px\" hover_enabled=\"0\" title_text_shadow_style=\"preset1\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_spam_service=\"on\" recaptcha_list=\"ABL|ABL-0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" text_font_size=\"10px\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" locked=\"off\" global_colors_info=\"{}\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>OUR DETAILS</h2>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"linkedin\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" _builder_version=\"4.10.8\" _module_preset=\"default\" background_color=\"#007bb6\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-11-11 08:02:49", "2021-11-11 08:02:49", "", "128", "https://apmabl.local/?p=423", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("425", "1", "2021-11-11 16:52:49", "2021-11-11 16:52:49", "[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" background_color=\"#000000\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://apmabl.local/wp-content/uploads/2021/10/section-bg-7.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\" saved_tabs=\"all\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"295.3px\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px||\" animation_style=\"fade\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"rgba(0,0,0,0.6)\" custom_padding=\"100px|10%|100px|10%\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"mike@apm-abl.com\" title=\"CONTACT US\" custom_message=\"%%email%%||et_pb_line_break_holder||||et_pb_line_break_holder||%%name%%||et_pb_line_break_holder||||et_pb_line_break_holder||%%message%%\" success_message=\"Thank you : your message was sent successfully and we will get back to you very soon !\" _builder_version=\"4.10.8\" _module_preset=\"default\" title_font=\"|700|||||||\" title_text_color=\"#FFFFFF\" title_font_size=\"33px\" title_letter_spacing=\"2px\" hover_enabled=\"0\" title_text_shadow_style=\"preset1\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_spam_service=\"on\" recaptcha_list=\"ABL|ABL-0\" submit_button_text=\"SEND\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text admin_label=\"Tittle\" _builder_version=\"4.10.8\" text_font=\"Oswald||||\" text_font_size=\"10px\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.1%|||\" locked=\"off\" global_colors_info=\"{}\"]<h4>THE LEGAL STUFF</h4>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/MENTIONS-LEGALES\">MENTIONS LEGALES</a></strong></h6>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_text_color=\"#FFFFFF\" text_font_size=\"16px\" text_line_height=\"1.5em\" link_text_color=\"#FFFFFF\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]<h6><strong><a href=\"/POLITIQUE-DE-CONFIDENTIALITE\">POLITIQUE DE CONFIDENTIALITÉ</a></strong></h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#000000\" custom_padding=\"100px|10%|100px|10%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Texts\" _builder_version=\"3.27.4\" text_font=\"Oswald||||\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|||on|||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_letter_spacing=\"2px\" header_2_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||-0.3%|||\" custom_padding=\"|||\" locked=\"off\" global_colors_info=\"{}\"]<h2>OUR DETAILS</h2>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Phone</h4>\n<p>+33 663 30 72 31</p>[/et_pb_text][et_pb_text admin_label=\"Texts\" _builder_version=\"4.10.8\" text_font=\"Nunito||||\" text_font_size=\"16px\" header_font=\"Oswald|||on|\" header_text_color=\"#DCA57D\" header_font_size=\"16px\" header_letter_spacing=\"2px\" header_line_height=\"1.7em\" header_4_font=\"Oswald|||on|||||\" header_4_text_color=\"#DCA57D\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" header_4_line_height=\"1.5em\" background_layout=\"dark\" custom_margin=\"||0.8%||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h4>Email</h4>\n<p>mike@apm-abl.com</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.10.8\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"linkedin\" url=\"https://www.linkedin.com/in/michael-wilson-9163501/\" _builder_version=\"4.10.8\" _module_preset=\"default\" background_color=\"#007bb6\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]", "Tous les Articles", "", "inherit", "closed", "closed", "", "128-revision-v1", "", "", "2021-11-11 16:52:49", "2021-11-11 16:52:49", "", "128", "https://apmabl.local/?p=425", "0", "revision", "", "0"); INSERT INTO `pMmibiwXposts` VALUES("430", "1", "2024-02-13 11:15:59", "0000-00-00 00:00:00", "", "Brouillon auto", "", "auto-draft", "open", "open", "", "", "", "", "2024-02-13 11:15:59", "0000-00-00 00:00:00", "", "0", "https://apmabl.local/?p=430", "0", "post", "", "0"); /* INSERT TABLE DATA: pmmibiwxterm_relationships */ INSERT INTO `pMmibiwXterm_relationships` VALUES("1", "9", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("1", "10", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("5", "8", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("6", "9", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("6", "11", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("7", "8", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("7", "9", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("7", "12", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("12", "2", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("13", "2", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("14", "8", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("16", "8", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("18", "2", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("19", "2", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("26", "3", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("26", "4", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("26", "5", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("35", "8", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("38", "2", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("55", "8", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("109", "4", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("128", "4", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("138", "4", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("171", "4", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("172", "4", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("273", "8", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("278", "8", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("298", "2", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("300", "2", "0"); INSERT INTO `pMmibiwXterm_relationships` VALUES("430", "8", "0"); /* INSERT TABLE DATA: pmmibiwxterm_taxonomy */ INSERT INTO `pMmibiwXterm_taxonomy` VALUES("1", "1", "category", "", "0", "0"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("2", "2", "nav_menu", "", "0", "7"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("3", "3", "scope", "", "0", "1"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("4", "4", "layout_type", "", "0", "1"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("5", "5", "module_width", "", "0", "1"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("6", "6", "category", "", "0", "0"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("7", "7", "category", "", "0", "0"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("8", "8", "language", "a:3:{s:6:\"locale\";s:5:\"en_GB\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"gb\";}", "0", "8"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("9", "9", "term_language", "", "0", "3"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("10", "10", "term_translations", "a:1:{s:2:\"en\";i:1;}", "0", "1"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("11", "11", "term_translations", "a:1:{s:2:\"en\";i:6;}", "0", "1"); INSERT INTO `pMmibiwXterm_taxonomy` VALUES("12", "12", "term_translations", "a:1:{s:2:\"en\";i:7;}", "0", "1"); /* INSERT TABLE DATA: pmmibiwxtermmeta */ INSERT INTO `pMmibiwXtermmeta` VALUES("1", "8", "_pll_strings_translations", "a:2:{i:0;a:2:{i:0;s:22:\"ABL Dynamis Consulting\";i:1;s:22:\"ABL Dynamis Consulting\";}i:1;a:2:{i:0;s:3:\"ABL\";i:1;s:3:\"ABL\";}}"); /* INSERT TABLE DATA: pmmibiwxterms */ INSERT INTO `pMmibiwXterms` VALUES("1", "Uncategorized", "uncategorized", "0"); INSERT INTO `pMmibiwXterms` VALUES("2", "Menu Principal", "menu-principal", "0"); INSERT INTO `pMmibiwXterms` VALUES("3", "not_global", "not_global", "0"); INSERT INTO `pMmibiwXterms` VALUES("4", "layout", "layout", "0"); INSERT INTO `pMmibiwXterms` VALUES("5", "regular", "regular", "0"); INSERT INTO `pMmibiwXterms` VALUES("6", "SPORT", "sport", "0"); INSERT INTO `pMmibiwXterms` VALUES("7", "Holiday", "holiday", "0"); INSERT INTO `pMmibiwXterms` VALUES("8", "English", "en", "0"); INSERT INTO `pMmibiwXterms` VALUES("9", "English", "pll_en", "0"); INSERT INTO `pMmibiwXterms` VALUES("10", "pll_6176aff4aac89", "pll_6176aff4aac89", "0"); INSERT INTO `pMmibiwXterms` VALUES("11", "pll_6176aff4aaca1", "pll_6176aff4aaca1", "0"); INSERT INTO `pMmibiwXterms` VALUES("12", "pll_6176aff4aacad", "pll_6176aff4aacad", "0"); /* INSERT TABLE DATA: pmmibiwxusermeta */ INSERT INTO `pMmibiwXusermeta` VALUES("1", "1", "nickname", "mwilson"); INSERT INTO `pMmibiwXusermeta` VALUES("2", "1", "first_name", ""); INSERT INTO `pMmibiwXusermeta` VALUES("3", "1", "last_name", ""); INSERT INTO `pMmibiwXusermeta` VALUES("4", "1", "description", ""); INSERT INTO `pMmibiwXusermeta` VALUES("5", "1", "rich_editing", "true"); INSERT INTO `pMmibiwXusermeta` VALUES("6", "1", "syntax_highlighting", "true"); INSERT INTO `pMmibiwXusermeta` VALUES("7", "1", "comment_shortcuts", "false"); INSERT INTO `pMmibiwXusermeta` VALUES("8", "1", "admin_color", "fresh"); INSERT INTO `pMmibiwXusermeta` VALUES("9", "1", "use_ssl", "0"); INSERT INTO `pMmibiwXusermeta` VALUES("10", "1", "show_admin_bar_front", "true"); INSERT INTO `pMmibiwXusermeta` VALUES("11", "1", "locale", ""); INSERT INTO `pMmibiwXusermeta` VALUES("12", "1", "pMmibiwXcapabilities", "a:1:{s:13:\"administrator\";b:1;}"); INSERT INTO `pMmibiwXusermeta` VALUES("13", "1", "pMmibiwXuser_level", "10"); INSERT INTO `pMmibiwXusermeta` VALUES("14", "1", "dismissed_wp_pointers", "theme_editor_notice"); INSERT INTO `pMmibiwXusermeta` VALUES("15", "1", "show_welcome_panel", "0"); INSERT INTO `pMmibiwXusermeta` VALUES("17", "1", "pMmibiwXdashboard_quick_press_last_post_id", "430"); INSERT INTO `pMmibiwXusermeta` VALUES("18", "1", "community-events-location", "a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}"); INSERT INTO `pMmibiwXusermeta` VALUES("19", "1", "closedpostboxes_dashboard", "a:1:{i:0;s:17:\"dashboard_primary\";}"); INSERT INTO `pMmibiwXusermeta` VALUES("20", "1", "metaboxhidden_dashboard", "a:0:{}"); INSERT INTO `pMmibiwXusermeta` VALUES("21", "1", "managenav-menuscolumnshidden", "a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}"); INSERT INTO `pMmibiwXusermeta` VALUES("22", "1", "metaboxhidden_nav-menus", "a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}"); INSERT INTO `pMmibiwXusermeta` VALUES("23", "1", "nav_menu_recently_edited", "2"); INSERT INTO `pMmibiwXusermeta` VALUES("24", "1", "pMmibiwXuser-settings", "imgsize=&libraryContent=browse"); INSERT INTO `pMmibiwXusermeta` VALUES("25", "1", "pMmibiwXuser-settings-time", "1685962354"); INSERT INTO `pMmibiwXusermeta` VALUES("27", "2", "nickname", "Fred"); INSERT INTO `pMmibiwXusermeta` VALUES("28", "2", "first_name", "Fred"); INSERT INTO `pMmibiwXusermeta` VALUES("29", "2", "last_name", "Chatel"); INSERT INTO `pMmibiwXusermeta` VALUES("30", "2", "description", ""); INSERT INTO `pMmibiwXusermeta` VALUES("31", "2", "rich_editing", "true"); INSERT INTO `pMmibiwXusermeta` VALUES("32", "2", "syntax_highlighting", "true"); INSERT INTO `pMmibiwXusermeta` VALUES("33", "2", "comment_shortcuts", "false"); INSERT INTO `pMmibiwXusermeta` VALUES("34", "2", "admin_color", "fresh"); INSERT INTO `pMmibiwXusermeta` VALUES("35", "2", "use_ssl", "0"); INSERT INTO `pMmibiwXusermeta` VALUES("36", "2", "show_admin_bar_front", "true"); INSERT INTO `pMmibiwXusermeta` VALUES("37", "2", "locale", ""); INSERT INTO `pMmibiwXusermeta` VALUES("38", "2", "pMmibiwXcapabilities", "a:1:{s:13:\"administrator\";b:1;}"); INSERT INTO `pMmibiwXusermeta` VALUES("39", "2", "pMmibiwXuser_level", "10"); INSERT INTO `pMmibiwXusermeta` VALUES("40", "2", "dismissed_wp_pointers", ""); INSERT INTO `pMmibiwXusermeta` VALUES("41", "2", "session_tokens", "a:1:{s:64:\"59062caa5010e8da69b7dc0bf036d843b9dba779b735d3d8a1319d8343ef1c93\";a:4:{s:10:\"expiration\";i:1634722894;s:2:\"ip\";s:14:\"193.248.207.44\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36\";s:5:\"login\";i:1634550094;}}"); INSERT INTO `pMmibiwXusermeta` VALUES("42", "2", "pMmibiwXdashboard_quick_press_last_post_id", "57"); INSERT INTO `pMmibiwXusermeta` VALUES("43", "2", "community-events-location", "a:1:{s:2:\"ip\";s:13:\"193.248.207.0\";}"); INSERT INTO `pMmibiwXusermeta` VALUES("44", "1", "closedpostboxes_post", "a:0:{}"); INSERT INTO `pMmibiwXusermeta` VALUES("45", "1", "metaboxhidden_post", "a:0:{}"); INSERT INTO `pMmibiwXusermeta` VALUES("46", "1", "pMmibiwXmedia_library_mode", "grid"); INSERT INTO `pMmibiwXusermeta` VALUES("47", "1", "itsec_user_activity_last_seen", "1707822959"); INSERT INTO `pMmibiwXusermeta` VALUES("48", "1", "pMmibiwXyoast_notifications", "a:1:{i:0;a:2:{s:7:\"message\";s:391:\"<p>Vous pouvez accélérer votre site et obtenir des statistiques de maillage interne en nous autorisant à procéder à quelques optimisations sur le stockage des données SEO.</p><p>Nous estimons que cela prendra moins d’une minute.</p><a class=\"button\" href=\"https://apmabl.local/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Démarrer l’optimisation des données SEO</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:7:\"mwilson\";s:9:\"user_pass\";s:34:\"$P$B.RvwxtrPKRpXSIpwTu7tNTQxDg58H0\";s:13:\"user_nicename\";s:7:\"mwilson\";s:10:\"user_email\";s:23:\"wilson0mike@hotmail.com\";s:8:\"user_url\";s:20:\"https://apmabl.local\";s:15:\"user_registered\";s:19:\"2021-10-11 09:57:05\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:7:\"mwilson\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:20:\"pMmibiwXcapabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:69:{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:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}"); INSERT INTO `pMmibiwXusermeta` VALUES("49", "2", "_yoast_wpseo_profile_updated", "1635192180"); INSERT INTO `pMmibiwXusermeta` VALUES("50", "1", "_yoast_wpseo_profile_updated", "1635192180"); INSERT INTO `pMmibiwXusermeta` VALUES("51", "1", "itsec-password-strength", "3"); INSERT INTO `pMmibiwXusermeta` VALUES("52", "1", "_itsec_password_requirements", "a:1:{s:16:\"evaluation_times\";a:1:{s:8:\"strength\";i:1635600753;}}"); INSERT INTO `pMmibiwXusermeta` VALUES("53", "1", "_itsec_has_logged_in", "1635600753"); INSERT INTO `pMmibiwXusermeta` VALUES("55", "1", "session_tokens", "a:1:{s:64:\"ea5105e2c84f19dfd3dcc6855e154af64d7d9c39cd8a8e11995b018965642c75\";a:4:{s:10:\"expiration\";i:1707906236;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0\";s:5:\"login\";i:1707733436;}}"); INSERT INTO `pMmibiwXusermeta` VALUES("56", "1", "gdpr_cc_dismiss_stamp", "1715510259"); /* INSERT TABLE DATA: pmmibiwxusers */ INSERT INTO `pMmibiwXusers` VALUES("1", "mwilson", "$P$B.RvwxtrPKRpXSIpwTu7tNTQxDg58H0", "mwilson", "wilson0mike@hotmail.com", "https://apmabl.local", "2021-10-11 09:57:05", "", "0", "mwilson"); INSERT INTO `pMmibiwXusers` VALUES("2", "Fred", "$P$BqwXAvvnbNGX4F1F8Tfne3RLbFShk2/", "fred", "fred.chatel@live.fr", "", "2021-10-18 09:41:12", "1634550072:$P$BktKZpxpErKVAzjcYaitrT4UFB.tk9/", "0", "Fred Chatel"); /* INSERT TABLE DATA: pmmibiwxwpsbc_calendars */ INSERT INTO `pMmibiwXwpsbc_calendars` VALUES("1", "Test", "2021-10-25 07:48:47", "2021-10-25 07:49:03", "active", "bGEWAOiRwbkvZaCukcg6176615fbaade"); /* INSERT TABLE DATA: pmmibiwxwpsbc_legend_item_meta */ INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("1", "1", "translation_en", "Available"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("2", "1", "translation_bg", "Свободен"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("3", "1", "translation_ca", "Disponible"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("4", "1", "translation_hr", "Dostupno"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("5", "1", "translation_cz", "Dostupný"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("6", "1", "translation_da", "Ledig"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("7", "1", "translation_nl", "Beschikbaar"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("8", "1", "translation_et", "Saadaval"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("9", "1", "translation_fi", "Käytettävissä"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("10", "1", "translation_fr", "Disponible"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("11", "1", "translation_gl", "Dispoñible"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("12", "1", "translation_de", "Verfügbar"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("13", "1", "translation_el", "Διαθέσιμος"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("14", "1", "translation_hu", "Elérhető"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("15", "1", "translation_it", "Disponibile"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("16", "1", "translation_jp", "利用可能"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("17", "1", "translation_lt", "Yra"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("18", "1", "translation_no", "Tilgjengelig"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("19", "1", "translation_pl", "Dostępny"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("20", "1", "translation_pt", "Disponível"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("21", "1", "translation_ro", "Disponibil"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("22", "1", "translation_ru", "Доступный"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("23", "1", "translation_sr", "Доступан"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("24", "1", "translation_sk", "Dostupný"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("25", "1", "translation_sl", "Veljaven"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("26", "1", "translation_es", "Disponible"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("27", "1", "translation_sv", "Tillgängliga"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("28", "1", "translation_tr", "Mevcut"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("29", "1", "translation_ua", "Доступні"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("30", "2", "translation_en", "Booked"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("31", "2", "translation_bg", "Резервирано"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("32", "2", "translation_ca", "Reservat"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("33", "2", "translation_hr", "Rezerviran"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("34", "2", "translation_cs", "Rezervováno"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("35", "2", "translation_da", "Reserveret"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("36", "2", "translation_nl", "Geboekt"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("37", "2", "translation_et", "Broneeritud"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("38", "2", "translation_fi", "Varattu"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("39", "2", "translation_fr", "Réservé"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("40", "2", "translation_gl", "Reservado"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("41", "2", "translation_de", "Gebucht"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("42", "2", "translation_el", "Κράτηση"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("43", "2", "translation_hu", "Foglalt"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("44", "2", "translation_it", "Riservato"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("45", "2", "translation_jp", "予約済み"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("46", "2", "translation_lt", "Užsakyta"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("47", "2", "translation_no", "Bestilt"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("48", "2", "translation_pl", "Zarezerwowane"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("49", "2", "translation_pt", "Reservado"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("50", "2", "translation_ro", "Rezervat"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("51", "2", "translation_ru", "Бронирования"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("52", "2", "translation_sr", "Резервисан"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("53", "2", "translation_sk", "Rezervovaný"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("54", "2", "translation_sl", "Rezervirano"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("55", "2", "translation_es", "Reservado"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("56", "2", "translation_sv", "Bokad"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("57", "2", "translation_tr", "Rezervasyon"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("58", "2", "translation_ua", "Забронювали"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("59", "3", "translation_en", "Changeover"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("60", "3", "translation_bg", "смяна"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("61", "3", "translation_ca", "Canvi"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("62", "3", "translation_hr", "Prebacivanje"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("63", "3", "translation_cs", "Přechod"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("64", "3", "translation_da", "Skiftedag"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("65", "3", "translation_nl", "Wisseldag"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("66", "3", "translation_et", "Üleminek"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("67", "3", "translation_fi", "Siirtyminen"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("68", "3", "translation_fr", "Passage"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("69", "3", "translation_gl", "Cambio"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("70", "3", "translation_de", "Umstellung"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("71", "3", "translation_el", "Εναλλαγή"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("72", "3", "translation_hu", "Átállás"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("73", "3", "translation_it", "Passaggio"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("74", "3", "translation_jp", "切り替え"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("75", "3", "translation_lt", "Euro įvedimas"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("76", "3", "translation_no", "Ankomst"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("77", "3", "translation_pl", "Przełączenie"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("78", "3", "translation_pt", "Mudança"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("79", "3", "translation_ro", "Schimbare"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("80", "3", "translation_ru", "переналадка"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("81", "3", "translation_sr", "Промјена"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("82", "3", "translation_sk", "Zmena"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("83", "3", "translation_sl", "Zamenjava"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("84", "3", "translation_es", "Cambio"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("85", "3", "translation_sv", "Övergång"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("86", "3", "translation_tr", "Değiştirme"); INSERT INTO `pMmibiwXwpsbc_legend_item_meta` VALUES("87", "3", "translation_ua", "Перехід"); /* INSERT TABLE DATA: pmmibiwxwpsbc_legend_items */ INSERT INTO `pMmibiwXwpsbc_legend_items` VALUES("1", "single", "Available", "[\"#ddffcc\"]", NULL, "1", "1", "1"); INSERT INTO `pMmibiwXwpsbc_legend_items` VALUES("2", "single", "Booked", "[\"#ffc0bd\"]", NULL, "0", "1", "1"); INSERT INTO `pMmibiwXwpsbc_legend_items` VALUES("3", "single", "Changeover", "[\"#fee2a0\"]", NULL, "0", "1", "1"); INSERT INTO `pMmibiwXwpsbc_legend_items` VALUES("4", "split", "Changeover 1", "[\"#ddffcc\",\"#ffc0bd\"]", NULL, "0", "0", "1"); INSERT INTO `pMmibiwXwpsbc_legend_items` VALUES("5", "split", "Changeover 2", "[\"#ffc0bd\",\"#ddffcc\"]", NULL, "0", "0", "1"); /* INSERT TABLE DATA: pmmibiwxyoast_indexable */ INSERT INTO `pMmibiwXyoast_indexable` VALUES("2", "https://apmabl.local/our-clients", "37:fc632bcbab3e2c1bcc7217f928aefb17", "7", "post", "page", "1", "0", "Client Testimonials for ABL Holding Bike Consulting France and Europe", "This is what our clients have said about our B2B and B2C sales and marketing consulting services · We have been quoted as being very professionnal and diligent, success and results driven. We have a proven track record of developping brands in the French and European Market.", "OUR CLIENTS", "publish", NULL, "0", NULL, NULL, NULL, NULL, NULL, "90", "0", NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", "1", NULL, "2021-10-25 14:14:17", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", "5", "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("3", "https://apmabl.local/", "26:b8e54e7d0f09ba27a7c7e8ab3103358c", NULL, "home-page", NULL, NULL, NULL, "%%sitename%% %%page%% %%sep%% %%sitedesc%%", "ABL Dynamis Consulting", "Accueil", NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, "0", "1", "0", "0", "0", "0", NULL, NULL, NULL, NULL, NULL, "%%sitename%%", "", "", "0", NULL, NULL, NULL, NULL, NULL, "2021-10-25 14:14:17", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("4", "https://apmabl.local/", "26:b8e54e7d0f09ba27a7c7e8ab3103358c", "5", "post", "page", "1", "0", NULL, NULL, "ABL DYNAMIS CONSULTING", "publish", NULL, "0", NULL, NULL, NULL, NULL, NULL, "0", "0", NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "5", NULL, NULL, "2021-10-25 14:14:17", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("5", NULL, NULL, NULL, "system-page", "404", NULL, NULL, "Page non trouvée %%sep%% %%sitename%%", NULL, "Erreur 404 : Page introuvable", NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, "0", "1", "0", "0", "0", "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "2021-10-25 14:14:21", "2021-10-25 14:14:21", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("6", "https://apmabl.local/abl-dynamis-consulting/what-do-we-do", "62:51349d41de2c2ea0a990cf20dcdc6ea6", "16", "post", "page", "1", "5", NULL, NULL, "What do we do ?", "publish", NULL, "0", NULL, NULL, NULL, NULL, NULL, "60", "0", NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", "1", NULL, "2021-10-25 14:14:35", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "1", "2", "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("7", "https://apmabl.local/abl-dynamis-consulting/sous-page1", "59:36f2bdb0c2218b0b3322ba3e31a2112d", "14", "post", "page", "1", "5", NULL, NULL, "Who are We ?", "publish", NULL, "0", NULL, NULL, NULL, NULL, NULL, "0", "0", NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "8", "1", NULL, "2021-10-25 14:14:35", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "1", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("9", "https://apmabl.local/mentions-legales", "42:8687bdc4ea8cb6357c6ffff668da7a58", "55", "post", "page", "1", "0", NULL, NULL, "MENTIONS LEGALES", "publish", NULL, "0", NULL, NULL, NULL, NULL, NULL, "0", "0", NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, "2021-10-25 14:14:35", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("11", "https://apmabl.local/politique-de-confidentialite", "54:6a52ba3b420fe1389376b877b08d5653", "35", "post", "page", "1", "0", NULL, NULL, "POLITIQUE DE CONFIDENTIALITE", "publish", NULL, "0", NULL, NULL, NULL, NULL, NULL, "0", "0", NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, "2021-10-25 14:14:35", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("12", "https://apmabl.local/project", "33:f9d5530f735c2e68d31cf65e43bf0d65", NULL, "post-type-archive", "project", NULL, NULL, "%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%", "", "Projets", NULL, "1", "0", NULL, NULL, NULL, NULL, NULL, NULL, "0", "0", "0", "0", "0", "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "2021-10-25 14:14:44", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("19", "https://apmabl.local/how-do-we-do-it", "41:e328f4c756646d20cc920ebccf990d7f", "273", "post", "page", "1", "0", NULL, NULL, "How Do We Do It ?", "publish", NULL, "0", NULL, NULL, NULL, NULL, NULL, "60", "0", NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", "1", NULL, "2021-10-25 14:47:48", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", "0", "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("20", "https://apmabl.local/dont-just-think", "41:543edeaf4a0d18a076f58fb24101ce9e", "278", "post", "page", "1", "0", NULL, NULL, "DON’T JUST THINK", "publish", NULL, "0", NULL, NULL, NULL, NULL, NULL, "90", "0", NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", "1", NULL, "2021-10-25 14:54:30", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", "2", "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("21", "https://apmabl.local/category/sport", "40:9910e37e68f357528cb9c11b8fa257e9", "6", "term", "category", NULL, NULL, NULL, NULL, "SPORT", NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, "2021-10-25 20:06:49", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("22", "https://apmabl.local/category/holiday", "42:d1438fd829b5a21e8e12ba7d1bffaaaa", "7", "term", "category", NULL, NULL, NULL, NULL, "Holiday", NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, "2021-10-25 20:06:52", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("78", "https://apmabl.local/category/uncategorized", "48:91c73eda97c37324089665bf1c784529", "1", "term", "category", NULL, NULL, NULL, NULL, "Uncategorized", NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "0", NULL, NULL, "2021-10-30 14:42:00", "2021-11-11 20:53:24", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("79", NULL, NULL, NULL, "system-page", "search-result", NULL, NULL, "Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%", NULL, NULL, NULL, NULL, "0", NULL, NULL, NULL, NULL, NULL, NULL, "0", "1", "0", "0", "0", "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "2021-10-30 14:42:00", "2021-10-30 14:42:00", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_indexable` VALUES("80", NULL, NULL, NULL, "date-archive", NULL, NULL, NULL, "%%date%% %%page%% %%sep%% %%sitename%%", "", NULL, NULL, "0", "0", NULL, NULL, NULL, NULL, NULL, NULL, "0", "1", "0", "0", "0", "0", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "2021-10-30 14:42:00", "2021-10-30 14:42:00", "1", NULL, NULL, NULL, NULL, "0", NULL, "1", NULL, NULL, NULL); /* INSERT TABLE DATA: pmmibiwxyoast_indexable_hierarchy */ INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("2", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("3", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("4", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("6", "4", "1", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("7", "4", "1", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("9", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("11", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("12", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("19", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("20", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("21", "0", "0", "1"); INSERT INTO `pMmibiwXyoast_indexable_hierarchy` VALUES("22", "0", "0", "1"); /* INSERT TABLE DATA: pmmibiwxyoast_migrations */ INSERT INTO `pMmibiwXyoast_migrations` VALUES("1", "20171228151840"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("2", "20171228151841"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("3", "20190529075038"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("4", "20191011111109"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("5", "20200408101900"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("6", "20200420073606"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("7", "20200428123747"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("8", "20200428194858"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("9", "20200429105310"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("10", "20200430075614"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("11", "20200430150130"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("12", "20200507054848"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("13", "20200513133401"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("14", "20200609154515"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("15", "20200616130143"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("16", "20200617122511"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("17", "20200702141921"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("18", "20200728095334"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("19", "20201202144329"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("20", "20201216124002"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("21", "20201216141134"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("22", "20210817092415"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("23", "20211020091404"); INSERT INTO `pMmibiwXyoast_migrations` VALUES("24", "20230417083836"); /* INSERT TABLE DATA: pmmibiwxyoast_seo_links */ INSERT INTO `pMmibiwXyoast_seo_links` VALUES("86", "https://support.google.com/accounts/answer/61416?hl=fr", "35", NULL, "external", "11", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("87", "https://support.apple.com/fr-fr/guide/safari/sfri11471/mac", "35", NULL, "external", "11", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("88", "https://support.mozilla.org/fr/kb/activer-desactiver-cookies-preferences?redirectlocale=fr&redirectslug=activer-desactiver-cookies", "35", NULL, "external", "11", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("89", "https://support.microsoft.com/fr-fr/help/17442/windows-internet-explorer-delete-manage-cookies", "35", NULL, "external", "11", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("90", "https://privacy.microsoft.com/fr-fr/windows-10-microsoft-edge-and-privacy", "35", NULL, "external", "11", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("137", "https://apmabl.local/wp-content/uploads/2021/10/istockphoto_499147276-170667a.jpg", "7", NULL, "image-in", "2", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("138", "https://apmabl.local/wp-content/uploads/2021/10/2019-03-16_GOPH0312.jpg", "7", NULL, "image-in", "2", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("139", "https://apmabl.local/wp-content/uploads/2021/10/Zone3-Mens-Victory-D-Lifestyle.jpg", "7", NULL, "image-in", "2", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("140", "https://apmabl.local/wp-content/uploads/2021/10/98-05-Mike-with-Maxim-bottle.jpg", "7", NULL, "image-in", "2", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("141", "https://apmabl.local/wp-content/uploads/2021/10/Photo1-scaled.jpg", "7", NULL, "image-in", "2", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("152", "https://apmabl.local/abl-dynamis-consulting/sous-page1", "5", "14", "internal", "4", "7", NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("153", "https://apmabl.local/abl-dynamis-consulting/what-do-we-do", "5", "16", "internal", "4", "6", NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("154", "https://apmabl.local/dont-just-think", "5", "278", "internal", "4", "20", NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("155", "https://apmabl.local/how-do-we-do-it?", "5", "273", "internal", "4", "19", NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("156", "https://apmabl.local/our-clients", "5", "7", "internal", "4", "2", NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("177", "#", "14", NULL, "internal", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("178", "#", "14", NULL, "internal", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("179", "#", "14", NULL, "internal", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("180", "#", "14", NULL, "internal", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("181", "#", "14", NULL, "internal", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("182", "#", "14", NULL, "internal", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("183", "#", "14", NULL, "internal", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("184", "#", "14", NULL, "internal", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("185", "https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01.jpg", "14", NULL, "image-in", "7", NULL, NULL, NULL, NULL, NULL, NULL); INSERT INTO `pMmibiwXyoast_seo_links` VALUES("186", "https://apmabl.local/wp-content/uploads/2021/10/Presse-papier01-1.jpg", "14", NULL, "image-in", "7", NULL, NULL, NULL, NULL, NULL, NULL); SET FOREIGN_KEY_CHECKS = 1; /* Duplicator WordPress Timestamp: 2024-02-13 11:36:07*/ /* DUPLICATOR_MYSQLDUMP_EOF */
💾 Salvar
❌ Cancelar
Enviar Arquivo
Selecionar arquivo:
Enviar
Cancelar
Criar Nova Pasta
Nome da pasta:
Criar
Cancelar
Alterar Permissões
Nova permissão:
0644 (rw-r--r--)
0755 (rwxr-xr-x)
0777 (rwxrwxrwx)
0600 (rw-------)
0700 (rwx------)
0444 (r--r--r--)
💾 Salvar
Cancelar